Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_pci_test.h15 struct xe_graphics_desc;
19 typedef void (*xe_graphics_fn)(const struct xe_graphics_desc *);
H A Dxe_pci_test.c17 static void check_graphics_ip(const struct xe_graphics_desc *graphics) in check_graphics_ip()
H A Dxe_pci.c24 const struct xe_graphics_desc *desc, *last = NULL; in xe_call_for_each_graphics_ip()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci_types.h11 struct xe_graphics_desc { struct
H A Dxe_pci.c84 static const struct xe_graphics_desc graphics_xelp = {
96 static const struct xe_graphics_desc graphics_xehpg = {
108 static const struct xe_graphics_desc graphics_xehpc = {
128 static const struct xe_graphics_desc graphics_xelpg = {
151 static const struct xe_graphics_desc graphics_xe2 = {
612 const struct xe_graphics_desc *graphics_desc; in xe_info_init()