Searched refs:PF_ENABLE (Results 1 – 2 of 2) sorted by relevance
3374 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 | in ironlake_crtc_enable()3377 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3); in ironlake_crtc_enable()3451 I915_WRITE(PF_CTL(pipe), PF_ENABLE | PF_FILTER_MED_3x3 | in haswell_crtc_enable()
3449 #define PF_ENABLE (1<<31) macro