Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c137 static const struct xe_ip graphics_ips[] = { variable
608 for (int i = 0; i < ARRAY_SIZE(graphics_ips); i++) in find_graphics_ip()
609 if (graphics_ips[i].verx100 == verx100) in find_graphics_ip()
610 return &graphics_ips[i]; in find_graphics_ip()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c229 KUNIT_ARRAY_PARAM(graphics_ip, graphics_ips, xe_ip_kunit_desc);