Home
last modified time | relevance | path

Searched refs:IVB_FBC_STATUS2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_debugfs.c1668 mask = I915_READ(IVB_FBC_STATUS2) & BDW_FBC_COMP_SEG_MASK; in i915_fbc_status()
1670 mask = I915_READ(IVB_FBC_STATUS2) & IVB_FBC_COMP_SEG_MASK; in i915_fbc_status()
Di915_reg.h3051 #define IVB_FBC_STATUS2 _MMIO(0x43214) macro