xe_ip
const struct xe_ip *ip = find_graphics_ip(verx100);
const struct xe_ip *ip = find_media_ip(verx100);
static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc)
static const struct xe_ip pre_gmdid_graphics_ips[] = {
static const struct xe_ip pre_gmdid_media_ips[] = {
const struct xe_ip *param = test->param_value;
const struct xe_ip *param = test->param_value;
static const struct xe_ip graphics_ip_xelp = { 1200, "Xe_LP", &graphics_xelp };
static const struct xe_ip graphics_ip_xelpp = { 1210, "Xe_LP+", &graphics_xelp };
static const struct xe_ip graphics_ip_xehpg = { 1255, "Xe_HPG", &graphics_xehpg };
static const struct xe_ip graphics_ip_xehpc = { 1260, "Xe_HPC", &graphics_xehpc };
static const struct xe_ip graphics_ips[] = {
static const struct xe_ip media_ip_xem = { 1200, "Xe_M", &media_xem };
static const struct xe_ip media_ip_xehpm = { 1255, "Xe_HPM", &media_xem };
static const struct xe_ip media_ips[] = {
static const struct xe_ip *find_graphics_ip(unsigned int verx100)
static const struct xe_ip *find_media_ip(unsigned int verx100)
const struct xe_ip **graphics_ip,
const struct xe_ip **media_ip,
const struct xe_ip *graphics_ip;
const struct xe_ip *media_ip;
const struct xe_ip *pre_gmdid_graphics_ip;
const struct xe_ip *pre_gmdid_media_ip;