Lines Matching refs:pipeconf
6722 uint32_t pipeconf; in i9xx_set_pipeconf() local
6724 pipeconf = 0; in i9xx_set_pipeconf()
6728 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
6731 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
6737 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
6742 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
6745 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
6748 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
6759 pipeconf |= PIPECONF_CXSR_DOWNCLOCK; in i9xx_set_pipeconf()
6768 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
6770 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
6772 pipeconf |= PIPECONF_PROGRESSIVE; in i9xx_set_pipeconf()
6775 pipeconf |= PIPECONF_COLOR_RANGE_SELECT; in i9xx_set_pipeconf()
6777 I915_WRITE(PIPECONF(intel_crtc->pipe), pipeconf); in i9xx_set_pipeconf()