Home
last modified time | relevance | path

Searched refs:RING_FORCE_TO_NONPRIV (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_reg_whitelist.c159 .reg = RING_FORCE_TO_NONPRIV(hwe->mmio_base, slot), in whitelist_apply_to_hwe()
/linux/drivers/gpu/drm/xe/regs/
H A Dxe_engine_regs.h185 #define RING_FORCE_TO_NONPRIV(base, i) XE_REG(((base) + 0x4d0) + (i) * 4) macro
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c410 RING_FORCE_TO_NONPRIV(base, i), in guc_mmio_regset_init()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c157 *cs++ = i915_mmio_reg_offset(RING_FORCE_TO_NONPRIV(base, i)); in read_nonprivs()