Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_display.c3158 I915_WRITE(PF_WIN_SZ(pipe), crtc->config.pch_pfit.size); in ironlake_pfit_enable()
3383 I915_WRITE(PF_WIN_SZ(pipe), 0); in ironlake_pfit_disable()
5864 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe)); in ironlake_get_pfit_config()
H A Di915_reg.h3752 #define PF_WIN_SZ(pipe) _PIPE(pipe, _PFA_WIN_SZ, _PFB_WIN_SZ) macro