Home
last modified time | relevance | path

Searched refs:graphics_ips (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c26 for (int i = 0; i < ARRAY_SIZE(graphics_ips); i++) { in xe_call_for_each_graphics_ip()
27 desc = graphics_ips[i].desc; in xe_call_for_each_graphics_ip()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci.c175 static const struct xe_ip graphics_ips[] = { variable
530 for (int i = 0; i < ARRAY_SIZE(graphics_ips); i++) { in handle_gmdid()
531 if (ver == graphics_ips[i].verx100) { in handle_gmdid()
532 *graphics_ip = &graphics_ips[i]; in handle_gmdid()