Home
last modified time | relevance | path

Searched refs:pipeconf (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
686 /* setup pipeconf */ in cdv_intel_crtc_mode_set()
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 | in cdv_intel_crtc_mode_set()
[all...]
H A Dpsb_intel_display.c105 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
190 /* setup pipeconf */ in psb_intel_crtc_mode_set()
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()
H A 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()
811 /* setup pipeconf */ in mdfld_crtc_mode_set()
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()
H A Doaktrail_hdmi.c282 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local
361 /* setup pipeconf */ in oaktrail_crtc_hdmi_mode_set()
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()
H A 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()
H A Doaktrail_crtc.c370 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
483 /* setup pipeconf */ in oaktrail_crtc_mode_set()
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()
H A Dpsb_drv.h593 u32 pipeconf[3]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c584 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
683 /* setup pipeconf */ in cdv_intel_crtc_mode_set()
684 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
686 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
690 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
693 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
696 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
699 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
705 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
707 pipeconf | in cdv_intel_crtc_mode_set()
[all...]
H A Dpsb_intel_display.c107 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
196 /* setup pipeconf */ in psb_intel_crtc_mode_set()
197 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
208 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
287 REG_WRITE(map->conf, pipeconf); in psb_intel_crtc_mode_set()
H A Doaktrail_hdmi.c285 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local
364 /* setup pipeconf */ in oaktrail_crtc_hdmi_mode_set()
365 pipeconf = REG_READ(pipeconf_reg); in oaktrail_crtc_hdmi_mode_set()
366 pipeconf |= PIPEACONF_ENABLE; in oaktrail_crtc_hdmi_mode_set()
368 REG_WRITE(pipeconf_reg, pipeconf); in oaktrail_crtc_hdmi_mode_set()
371 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
H A Doaktrail_crtc.c373 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
487 /* setup pipeconf */ in oaktrail_crtc_mode_set()
488 pipeconf = REG_READ(map->conf); in oaktrail_crtc_mode_set()
579 REG_WRITE_WITH_AUX(map->conf, pipeconf, i); in oaktrail_crtc_mode_set()
H A Dpsb_drv.h531 u32 pipeconf[3]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A 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()
H A Dintel_display.c1690 * that in pipeconf reg. For HDMI we must use 8bpc in ilk_enable_pch_transcoder()
8979 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 | in i9xx_set_pipeconf()
[all...]

Completed in 36 milliseconds