Home
last modified time | relevance | path

Searched refs:xe_graphics_desc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c53 static const struct xe_graphics_desc graphics_xelp = {
60 static const struct xe_graphics_desc graphics_xehpg = {
69 static const struct xe_graphics_desc graphics_xehpc = {
86 static const struct xe_graphics_desc graphics_xelpg = {
105 static const struct xe_graphics_desc graphics_xe2 = {
109 static const struct xe_graphics_desc graphics_xe3p_xpc = {
769 const struct xe_graphics_desc *graphics_desc, in alloc_primary_gt()
838 const struct xe_graphics_desc *graphics_desc; in xe_info_init()
H A Dxe_pci_types.h66 struct xe_graphics_desc { struct
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci_test.c20 const struct xe_graphics_desc *graphics = param->desc; in check_graphics_ip()