Searched refs:xe_ip (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_pci_types.h | 21 const struct xe_ip *pre_gmdid_graphics_ip; 23 const struct xe_ip *pre_gmdid_media_ip; 74 struct xe_ip { struct
|
| A D | xe_pci.c | 134 static const struct xe_ip graphics_ip_xelp = { 1200, "Xe_LP", &graphics_xelp }; 135 static const struct xe_ip graphics_ip_xelpp = { 1210, "Xe_LP+", &graphics_xelp }; 136 static const struct xe_ip graphics_ip_xehpg = { 1255, "Xe_HPG", &graphics_xehpg }; 140 static const struct xe_ip graphics_ips[] = { 153 static const struct xe_ip media_ip_xem = { 1200, "Xe_M", &media_xem }; 154 static const struct xe_ip media_ip_xehpm = { 1255, "Xe_HPM", &media_xem }; 157 static const struct xe_ip media_ips[] = { 511 const struct xe_ip **graphics_ip, in handle_gmdid() 512 const struct xe_ip **media_ip, in handle_gmdid() 611 const struct xe_ip *graphics_ip; in xe_info_init() [all …]
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_pci_test.c | 19 const struct xe_ip *param = test->param_value; in check_graphics_ip() 34 const struct xe_ip *param = test->param_value; in check_media_ip()
|
| A D | xe_pci.c | 15 static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc) in xe_ip_kunit_desc()
|
Completed in 13 milliseconds