Home
last modified time | relevance | path

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

/linux-6.1.9/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.c104 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
194 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
205 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
284 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()
Doaktrail_crtc.c372 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in oaktrail_crtc_mode_set() local
487 pipeconf = REG_READ(map->conf); in oaktrail_crtc_mode_set()
578 REG_WRITE_WITH_AUX(map->conf, pipeconf, i); in oaktrail_crtc_mode_set()
Dpsb_drv.h534 u32 pipeconf[3]; member
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_crt.c718 u32 pipeconf = intel_uncore_read(uncore, pipeconf_reg); in intel_crt_load_detect() local
721 pipeconf | PIPECONF_FORCE_BORDER); in intel_crt_load_detect()
731 intel_uncore_write(uncore, pipeconf_reg, pipeconf); in intel_crt_load_detect()
Dintel_display.c3025 u32 pipeconf = 0; in i9xx_set_pipeconf() local
3033 pipeconf |= PIPECONF_ENABLE; in i9xx_set_pipeconf()
3036 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
3043 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
3052 pipeconf |= PIPECONF_BPC_6; in i9xx_set_pipeconf()
3055 pipeconf |= PIPECONF_BPC_8; in i9xx_set_pipeconf()
3058 pipeconf |= PIPECONF_BPC_10; in i9xx_set_pipeconf()
3066 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
3068 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
3070 pipeconf |= PIPECONF_INTERLACE_PROGRESSIVE; in i9xx_set_pipeconf()
[all …]