Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c511 const struct xe_ip **graphics_ip, in handle_gmdid() argument
518 *graphics_ip = NULL; in handle_gmdid()
525 *graphics_ip = &graphics_ips[i]; in handle_gmdid()
531 if (!*graphics_ip) { in handle_gmdid()
611 const struct xe_ip *graphics_ip; in xe_info_init() local
627 graphics_ip = desc->pre_gmdid_graphics_ip; in xe_info_init()
632 handle_gmdid(xe, &graphics_ip, &media_ip, in xe_info_init()
644 if (!graphics_ip) in xe_info_init()
647 xe->info.graphics_verx100 = graphics_ip->verx100; in xe_info_init()
648 xe->info.graphics_name = graphics_ip->name; in xe_info_init()
[all …]
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c21 KUNIT_ARRAY_PARAM(graphics_ip, graphics_ips, xe_ip_kunit_desc);