Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Di915_irq.c125 unsigned long pipeconf = pipe ? PIPEBCONF : PIPEACONF; in i915_pipe_enabled() local
127 if (I915_READ(pipeconf) & PIPEACONF_ENABLE) in i915_pipe_enabled()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_crt.c691 u32 pipeconf = intel_uncore_read(uncore, pipeconf_reg); in intel_crt_load_detect() local
694 pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
704 intel_uncore_write(uncore, pipeconf_reg, pipeconf); in intel_crt_load_detect()
H A Dintel_display.c8776 u32 pipeconf; in i9xx_set_pipeconf() local
8778 pipeconf = 0; in i9xx_set_pipeconf()
8782 pipeconf |= I915_READ(PIPECONF(crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
8785 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
8792 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
8797 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
8800 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
8803 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
8814 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
8816 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
[all …]