Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c585 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
685 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
687 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
691 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
694 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
697 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
700 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
706 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
708 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
710 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
[all …]
H A Dpsb_intel_display.c108 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
198 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
209 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
288 REG_WRITE(map->conf, pipeconf); in psb_intel_crtc_mode_set()
H A Doaktrail_hdmi.c286 u32 dspcntr, pipeconf, dpll, temp; in oaktrail_crtc_hdmi_mode_set() local
366 pipeconf = REG_READ(pipeconf_reg); in oaktrail_crtc_hdmi_mode_set()
367 pipeconf |= PIPEACONF_ENABLE; in oaktrail_crtc_hdmi_mode_set()
369 REG_WRITE(pipeconf_reg, pipeconf); in oaktrail_crtc_hdmi_mode_set()
372 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
H A Dpsb_drv.h520 u32 pipeconf[3]; member