Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/gma500/
Dcdv_intel_display.c583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
683 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
685 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
689 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
692 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
695 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
698 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
704 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
706 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
708 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
[all …]
Dpsb_intel_display.c106 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
196 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
207 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
286 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()
Doaktrail_crtc.c371 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
486 pipeconf = REG_READ(map->conf); in oaktrail_crtc_mode_set()
577 REG_WRITE_WITH_AUX(map->conf, pipeconf, i); in oaktrail_crtc_mode_set()
Dpsb_drv.h544 u32 pipeconf[3]; member
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_crt.c717 u32 pipeconf = intel_uncore_read(uncore, pipeconf_reg); in intel_crt_load_detect() local
720 pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
730 intel_uncore_write(uncore, pipeconf_reg, pipeconf); in intel_crt_load_detect()
Dintel_display.c3142 u32 pipeconf = 0; in i9xx_set_pipeconf() local
3146 pipeconf |= PIPECONF_ENABLE; in i9xx_set_pipeconf()
3149 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
3156 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
3161 pipeconf |= PIPECONF_BPC_6; in i9xx_set_pipeconf()
3164 pipeconf |= PIPECONF_BPC_8; in i9xx_set_pipeconf()
3167 pipeconf |= PIPECONF_BPC_10; in i9xx_set_pipeconf()
3178 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
3180 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
3182 pipeconf |= PIPECONF_INTERLACE_PROGRESSIVE; in i9xx_set_pipeconf()
[all …]