Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c614 static const struct xe_ip *find_media_ip(unsigned int verx100) in find_media_ip() function
616 KUNIT_STATIC_STUB_REDIRECT(find_media_ip, verx100); in find_media_ip()
658 *media_ip = find_media_ip(ver); in handle_gmdid()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c163 const struct xe_ip *ip = find_media_ip(verx100); in lookup_media_name()