Searched refs:graphics_ip (Results 1 – 2 of 2) sorted by relevance
629 const struct xe_ip **graphics_ip, in handle_gmdid() argument637 *graphics_ip = NULL; in handle_gmdid()644 *graphics_ip = find_graphics_ip(ver); in handle_gmdid()645 if (!*graphics_ip) { in handle_gmdid()836 const struct xe_ip *graphics_ip; in xe_info_init() local853 graphics_ip = desc->pre_gmdid_graphics_ip; in xe_info_init()858 ret = handle_gmdid(xe, &graphics_ip, &media_ip, in xe_info_init()873 if (!graphics_ip) in xe_info_init()876 xe->info.graphics_verx100 = graphics_ip->verx100; in xe_info_init()877 xe->info.graphics_name = graphics_ip->name; in xe_info_init()[all …]
229 KUNIT_ARRAY_PARAM(graphics_ip, graphics_ips, xe_ip_kunit_desc);