Searched refs:graphics_ip (Results 1 – 2 of 2) sorted by relevance
511 const struct xe_ip **graphics_ip, in handle_gmdid() argument518 *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() local627 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 …]
21 KUNIT_ARRAY_PARAM(graphics_ip, graphics_ips, xe_ip_kunit_desc);