Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c58 u32 graphics_ver : 8; member
68 { .graphics_ver = 1, .base = RENDER_RING_BASE }
75 { .graphics_ver = 6, .base = BLT_RING_BASE }
82 { .graphics_ver = 12, .base = XEHPC_BCS1_RING_BASE }
89 { .graphics_ver = 12, .base = XEHPC_BCS2_RING_BASE }
96 { .graphics_ver = 12, .base = XEHPC_BCS3_RING_BASE }
103 { .graphics_ver = 12, .base = XEHPC_BCS4_RING_BASE }
110 { .graphics_ver = 12, .base = XEHPC_BCS5_RING_BASE }
117 { .graphics_ver = 12, .base = XEHPC_BCS6_RING_BASE }
124 { .graphics_ver = 12, .base = XEHPC_BCS7_RING_BASE }
[all …]
H A Dselftest_engine_cs.c399 u8 ver = info->mmio_bases[j].graphics_ver; in intel_mmio_bases_check()
H A Dselftest_workarounds.c953 u8 graphics_ver; member
964 if (GRAPHICS_VER(i915) == tbl->graphics_ver && in find_reg()
/linux/drivers/gpu/drm/i915/
H A Dintel_pci_config.h25 static inline int intel_mmio_bar(int graphics_ver) in intel_mmio_bar() argument
27 switch (graphics_ver) { in intel_mmio_bar()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c290 unsigned int graphics_ver; /** Cached value of GRAPHICS_VER */ member
1124 cache->graphics_ver = GRAPHICS_VER(i915); in reloc_cache_init()
1127 cache->has_fence = cache->graphics_ver < 4; in reloc_cache_init()