Symbol: xe_ip
drivers/gpu/drm/xe/tests/xe_pci.c
156
const struct xe_ip *ip = find_graphics_ip(verx100);
drivers/gpu/drm/xe/tests/xe_pci.c
163
const struct xe_ip *ip = find_media_ip(verx100);
drivers/gpu/drm/xe/tests/xe_pci.c
202
static void xe_ip_kunit_desc(const struct xe_ip *param, char *desc)
drivers/gpu/drm/xe/tests/xe_pci.c
214
static const struct xe_ip pre_gmdid_graphics_ips[] = {
drivers/gpu/drm/xe/tests/xe_pci.c
221
static const struct xe_ip pre_gmdid_media_ips[] = {
drivers/gpu/drm/xe/tests/xe_pci_test.c
19
const struct xe_ip *param = test->param_value;
drivers/gpu/drm/xe/tests/xe_pci_test.c
34
const struct xe_ip *param = test->param_value;
drivers/gpu/drm/xe/xe_pci.c
131
static const struct xe_ip graphics_ip_xelp = { 1200, "Xe_LP", &graphics_xelp };
drivers/gpu/drm/xe/xe_pci.c
132
static const struct xe_ip graphics_ip_xelpp = { 1210, "Xe_LP+", &graphics_xelp };
drivers/gpu/drm/xe/xe_pci.c
133
static const struct xe_ip graphics_ip_xehpg = { 1255, "Xe_HPG", &graphics_xehpg };
drivers/gpu/drm/xe/xe_pci.c
134
static const struct xe_ip graphics_ip_xehpc = { 1260, "Xe_HPC", &graphics_xehpc };
drivers/gpu/drm/xe/xe_pci.c
137
static const struct xe_ip graphics_ips[] = {
drivers/gpu/drm/xe/xe_pci.c
153
static const struct xe_ip media_ip_xem = { 1200, "Xe_M", &media_xem };
drivers/gpu/drm/xe/xe_pci.c
154
static const struct xe_ip media_ip_xehpm = { 1255, "Xe_HPM", &media_xem };
drivers/gpu/drm/xe/xe_pci.c
157
static const struct xe_ip media_ips[] = {
drivers/gpu/drm/xe/xe_pci.c
604
static const struct xe_ip *find_graphics_ip(unsigned int verx100)
drivers/gpu/drm/xe/xe_pci.c
614
static const struct xe_ip *find_media_ip(unsigned int verx100)
drivers/gpu/drm/xe/xe_pci.c
629
const struct xe_ip **graphics_ip,
drivers/gpu/drm/xe/xe_pci.c
630
const struct xe_ip **media_ip,
drivers/gpu/drm/xe/xe_pci.c
836
const struct xe_ip *graphics_ip;
drivers/gpu/drm/xe/xe_pci.c
837
const struct xe_ip *media_ip;
drivers/gpu/drm/xe/xe_pci_types.h
21
const struct xe_ip *pre_gmdid_graphics_ip;
drivers/gpu/drm/xe/xe_pci_types.h
23
const struct xe_ip *pre_gmdid_media_ip;