Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c3231 I915_WRITE(PF_WIN_SZ(crtc->pipe), 0); in intel_update_pipe_size()
4286 I915_WRITE(PF_WIN_SZ(pipe), crtc->config->pch_pfit.size); in ironlake_pfit_enable()
4732 I915_WRITE(PF_WIN_SZ(pipe), 0); in ironlake_pfit_disable()
8088 pipe_config->pch_pfit.size = I915_READ(PF_WIN_SZ(crtc->pipe)); in ironlake_get_pfit_config()
Di915_reg.h5091 #define PF_WIN_SZ(pipe) _PIPE(pipe, _PFA_WIN_SZ, _PFB_WIN_SZ) macro