Searched refs:PF_CTL (Results 1 – 2 of 2) sorted by relevance
3229 I915_WRITE(PF_CTL(crtc->pipe), 0); in intel_update_pipe_size()4281 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 | in ironlake_pfit_enable()4284 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3); in ironlake_pfit_enable()4730 I915_WRITE(PF_CTL(pipe), 0); in ironlake_pfit_disable()8083 tmp = I915_READ(PF_CTL(crtc->pipe)); in ironlake_get_pfit_config()
5090 #define PF_CTL(pipe) _PIPE(pipe, _PFA_CTL_1, _PFB_CTL_1) macro