Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c684 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 |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
709 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
720 pipeconf |= PIPEACONF_ENABLE; 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
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
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
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.h526 u32 pipeconf[3]; member