Searched refs:xe_ip (Results 1 – 3 of 3) 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; 75 struct xe_ip { struct
|
| H A D | xe_pci.c | 130 static const struct xe_ip graphics_ip_xelp = { 1200, "Xe_LP", &graphics_xelp }; 131 static const struct xe_ip graphics_ip_xelpp = { 1210, "Xe_LP+", &graphics_xelp }; 132 static const struct xe_ip graphics_ip_xehpg = { 1255, "Xe_HPG", &graphics_xehpg }; 133 static const struct xe_ip graphics_ip_xehpc = { 1260, "Xe_HPC", &graphics_xehpc }; 136 static const struct xe_ip graphics_ips[] = { 152 static const struct xe_ip media_ip_xem = { 1200, "Xe_M", &media_xem }; 153 static const struct xe_ip media_ip_xehpm = { 1255, "Xe_HPM", &media_xem }; 156 static const struct xe_ip media_ips[] = { 578 static const struct xe_ip *find_graphics_ip(unsigned int verx100) in find_graphics_ip() 588 static const struct xe_ip *find_media_ip(unsigned int verx100) in find_media_ip() [all …]
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_pci.c | 156 const struct xe_ip *ip = find_graphics_ip(verx100); in lookup_graphics_name() 163 const struct xe_ip *ip = find_media_ip(verx100); in lookup_media_name() 202 static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc) in xe_ip_kunit_desc() 214 static const struct xe_ip pre_gmdid_graphics_ips[] = { 221 static const struct xe_ip pre_gmdid_media_ips[] = {
|