Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dcdv_intel_display.c583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
687 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
689 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
693 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
696 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
699 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
702 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
708 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
710 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
712 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.c282 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local
362 pipeconf = REG_READ(pipeconf_reg); in oaktrail_crtc_hdmi_mode_set()
363 pipeconf |= PIPEACONF_ENABLE; in oaktrail_crtc_hdmi_mode_set()
365 REG_WRITE(pipeconf_reg, pipeconf); in oaktrail_crtc_hdmi_mode_set()
368 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
Dmdfld_intel_display.c279 u32 pipeconf = dev_priv->pipeconf[pipe]; in mdfld_crtc_dpms() local
343 REG_WRITE(map->conf, pipeconf); in mdfld_crtc_dpms()
812 dev_priv->pipeconf[pipe] = PIPEACONF_ENABLE; /* FIXME_JLIU7 REG_READ(pipeconf_reg); */ in mdfld_crtc_mode_set()
946 REG_WRITE(map->conf, dev_priv->pipeconf[pipe]); in mdfld_crtc_mode_set()
Doaktrail_crtc.c370 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
484 pipeconf = REG_READ(map->conf); in oaktrail_crtc_mode_set()
575 REG_WRITE_WITH_AUX(map->conf, pipeconf, i); in oaktrail_crtc_mode_set()
Dmdfld_dsi_dpi.c830 u32 pipeconf, dspcntr; in mdfld_dsi_dpi_mode_set() local
837 pipeconf = dev_priv->pipeconf[pipe]; in mdfld_dsi_dpi_mode_set()
911 REG_WRITE(pipeconf_reg, pipeconf); in mdfld_dsi_dpi_mode_set()
Dpsb_drv.h593 u32 pipeconf[3]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_crt.c714 u32 pipeconf = intel_uncore_read(uncore, pipeconf_reg); in intel_crt_load_detect() local
717 pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
727 intel_uncore_write(uncore, pipeconf_reg, pipeconf); in intel_crt_load_detect()
Dintel_display.c8979 u32 pipeconf; in i9xx_set_pipeconf() local
8981 pipeconf = 0; in i9xx_set_pipeconf()
8985 pipeconf |= intel_de_read(dev_priv, PIPECONF(crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
8988 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
8995 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
9000 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
9003 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
9006 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
9017 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
9019 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
[all …]