Lines Matching refs:pipeconf
7834 uint32_t pipeconf; in i9xx_set_pipeconf() local
7836 pipeconf = 0; in i9xx_set_pipeconf()
7840 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
7843 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
7849 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
7854 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
7857 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
7860 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
7871 pipeconf |= PIPECONF_CXSR_DOWNCLOCK; in i9xx_set_pipeconf()
7880 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
7882 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
7884 pipeconf |= PIPECONF_PROGRESSIVE; in i9xx_set_pipeconf()
7887 pipeconf |= PIPECONF_COLOR_RANGE_SELECT; in i9xx_set_pipeconf()
7889 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf); in i9xx_set_pipeconf()