Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c3230 I915_WRITE(PF_WIN_POS(crtc->pipe), 0); in intel_update_pipe_size()
4285 I915_WRITE(PF_WIN_POS(pipe), crtc->config->pch_pfit.pos); in ironlake_pfit_enable()
4731 I915_WRITE(PF_WIN_POS(pipe), 0); in ironlake_pfit_disable()
8087 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe)); in ironlake_get_pfit_config()
Di915_reg.h5092 #define PF_WIN_POS(pipe) _PIPE(pipe, _PFA_WIN_POS, _PFB_WIN_POS) macro