Lines Matching refs:pipeconf
3025 u32 pipeconf = 0; in i9xx_set_pipeconf() local
3033 pipeconf |= PIPECONF_ENABLE; in i9xx_set_pipeconf()
3036 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
3043 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
3052 pipeconf |= PIPECONF_BPC_6; in i9xx_set_pipeconf()
3055 pipeconf |= PIPECONF_BPC_8; in i9xx_set_pipeconf()
3058 pipeconf |= PIPECONF_BPC_10; in i9xx_set_pipeconf()
3066 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
3068 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
3070 pipeconf |= PIPECONF_INTERLACE_PROGRESSIVE; in i9xx_set_pipeconf()
3075 pipeconf |= PIPECONF_COLOR_RANGE_SELECT; in i9xx_set_pipeconf()
3077 pipeconf |= PIPECONF_GAMMA_MODE(crtc_state->gamma_mode); in i9xx_set_pipeconf()
3079 pipeconf |= PIPECONF_FRAME_START_DELAY(crtc_state->framestart_delay - 1); in i9xx_set_pipeconf()
3081 intel_de_write(dev_priv, PIPECONF(crtc->pipe), pipeconf); in i9xx_set_pipeconf()