Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/gma500/
Dcdv_intel_display.c581 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
688 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
690 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
694 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
697 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
700 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
703 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
709 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
711 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
713 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
[all …]
Dpsb_intel_display.c105 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
191 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
202 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
281 REG_WRITE(map->conf, pipeconf); in psb_intel_crtc_mode_set()
Doaktrail_hdmi.c283 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local
363 pipeconf = REG_READ(pipeconf_reg); in oaktrail_crtc_hdmi_mode_set()
364 pipeconf |= PIPEACONF_ENABLE; in oaktrail_crtc_hdmi_mode_set()
366 REG_WRITE(pipeconf_reg, pipeconf); in oaktrail_crtc_hdmi_mode_set()
369 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
Dmdfld_intel_display.c302 u32 pipeconf = dev_priv->pipeconf[pipe]; in mdfld_crtc_dpms() local
366 REG_WRITE(map->conf, pipeconf); in mdfld_crtc_dpms()
845 dev_priv->pipeconf[pipe] = PIPEACONF_ENABLE; /* FIXME_JLIU7 REG_READ(pipeconf_reg); */ in mdfld_crtc_mode_set()
1000 REG_WRITE(map->conf, dev_priv->pipeconf[pipe]); in mdfld_crtc_mode_set()
Doaktrail_crtc.c368 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
482 pipeconf = REG_READ(map->conf); in oaktrail_crtc_mode_set()
573 REG_WRITE_WITH_AUX(map->conf, pipeconf, i); in oaktrail_crtc_mode_set()
Dmdfld_dsi_dpi.c828 u32 pipeconf, dspcntr; in mdfld_dsi_dpi_mode_set() local
835 pipeconf = dev_priv->pipeconf[pipe]; in mdfld_dsi_dpi_mode_set()
909 REG_WRITE(pipeconf_reg, pipeconf); in mdfld_dsi_dpi_mode_set()
Dpsb_drv.h591 u32 pipeconf[3]; member
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_crt.c678 u32 pipeconf = intel_uncore_read(uncore, pipeconf_reg); in intel_crt_load_detect() local
681 pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
691 intel_uncore_write(uncore, pipeconf_reg, pipeconf); in intel_crt_load_detect()
Dintel_display.c8283 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()
[all …]