Home
last modified time | relevance | path

Searched refs:pipeconf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_crt.c649 uint32_t pipeconf = I915_READ(pipeconf_reg); in intel_crt_load_detect() local
650 I915_WRITE(pipeconf_reg, pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
660 I915_WRITE(pipeconf_reg, pipeconf); in intel_crt_load_detect()
H A Dintel_display.c7090 uint32_t pipeconf; in i9xx_set_pipeconf() local
7092 pipeconf = 0; in i9xx_set_pipeconf()
7099 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
7106 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
7111 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
7114 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
7117 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
7130 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
7132 pipeconf |= PIPECONF_PROGRESSIVE; in i9xx_set_pipeconf()
7136 pipeconf |= PIPECONF_COLOR_RANGE_SELECT; in i9xx_set_pipeconf()
[all …]