Searched refs:graphics_ver (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 58 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 } 139 { .graphics_ver = 6, .base = GEN6_BSD_RING_BASE }, 140 { .graphics_ver = 4, .base = BSD_RING_BASE } 148 { .graphics_ver = 8, .base = GEN8_BSD2_RING_BASE } 198 { .graphics_ver = 7, .base = VEBOX_RING_BASE } 254 { .graphics_ver = 12, .base = MTL_GSC_RING_BASE } [all …]
|
H A D | selftest_engine_cs.c | 395 u8 ver = info->mmio_bases[j].graphics_ver; in intel_mmio_bases_check()
|
H A D | selftest_workarounds.c | 953 u8 graphics_ver; member 964 if (GRAPHICS_VER(i915) == tbl->graphics_ver && in find_reg()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_pci_config.h | 25 static inline int intel_mmio_bar(int graphics_ver) in intel_mmio_bar() argument 27 switch (graphics_ver) { in intel_mmio_bar()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 289 unsigned int graphics_ver; /** Cached value of GRAPHICS_VER */ member 1123 cache->graphics_ver = GRAPHICS_VER(i915); in reloc_cache_init() 1126 cache->has_fence = cache->graphics_ver < 4; in reloc_cache_init()
|