Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
A Dcdv_intel_display.c678 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
680 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
684 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
687 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
690 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
693 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
699 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
701 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
703 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
714 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
[all …]
A 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()
A 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()
A 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()
A Dpsb_drv.h552 u32 pipeconf[3]; member
/linux/drivers/gpu/drm/i915/display/
A 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()
A Dintel_display.c3994 u32 pipeconf; in i9xx_set_pipeconf() local
3996 pipeconf = 0; in i9xx_set_pipeconf()
4003 pipeconf |= PIPECONF_DOUBLE_WIDE; in i9xx_set_pipeconf()
4010 pipeconf |= PIPECONF_DITHER_EN | in i9xx_set_pipeconf()
4015 pipeconf |= PIPECONF_6BPC; in i9xx_set_pipeconf()
4018 pipeconf |= PIPECONF_8BPC; in i9xx_set_pipeconf()
4021 pipeconf |= PIPECONF_10BPC; in i9xx_set_pipeconf()
4032 pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in i9xx_set_pipeconf()
4034 pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT; in i9xx_set_pipeconf()
4036 pipeconf |= PIPECONF_PROGRESSIVE; in i9xx_set_pipeconf()
[all …]

Completed in 35 milliseconds