Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c604 static const struct xe_ip *find_graphics_ip(unsigned int verx100) in find_graphics_ip() function
606 KUNIT_STATIC_STUB_REDIRECT(find_graphics_ip, verx100); in find_graphics_ip()
644 *graphics_ip = find_graphics_ip(ver); in handle_gmdid()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c156 const struct xe_ip *ip = find_graphics_ip(verx100); in lookup_graphics_name()