Searched refs:xe_ip (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H 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
|
H 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 }; 137 static const struct xe_ip graphics_ip_xehpc = { 1260, "Xe_HPC", &graphics_xehpc }; 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() [all …]
|
/linux/drivers/gpu/drm/xe/tests/ |
H 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()
|
H A D | xe_pci.c | 15 static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc) in xe_ip_kunit_desc()
|