Lines Matching refs:pipeconf
8283 u32 pipeconf; in i9xx_set_pipeconf() local
8285 pipeconf = 0; in i9xx_set_pipeconf()
8289 pipeconf |= I915_READ(PIPECONF(crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
8292 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
8299 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
8304 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
8307 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
8310 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
8321 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
8323 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
8325 pipeconf |= PIPECONF_PROGRESSIVE; in i9xx_set_pipeconf()
8330 pipeconf |= PIPECONF_COLOR_RANGE_SELECT; in i9xx_set_pipeconf()
8332 pipeconf |= PIPECONF_GAMMA_MODE(crtc_state->gamma_mode); in i9xx_set_pipeconf()
8334 I915_WRITE(PIPECONF(crtc->pipe), pipeconf); in i9xx_set_pipeconf()