Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c367 pipeconf |= PIPEACONF_ENABLE; in oaktrail_crtc_hdmi_mode_set()
407 if ((temp & PIPEACONF_ENABLE) != 0) { in oaktrail_crtc_hdmi_dpms()
408 REG_WRITE(PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
414 if ((temp & PIPEACONF_ENABLE) != 0) { in oaktrail_crtc_hdmi_dpms()
415 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
449 if ((temp & PIPEACONF_ENABLE) == 0) { in oaktrail_crtc_hdmi_dpms()
450 REG_WRITE(PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
456 if ((temp & PIPEACONF_ENABLE) == 0) { in oaktrail_crtc_hdmi_dpms()
457 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
H A Doaktrail_crtc.c266 if ((temp & PIPEACONF_ENABLE) == 0) { in oaktrail_crtc_dpms()
268 temp | PIPEACONF_ENABLE, i); in oaktrail_crtc_dpms()
310 if ((temp & PIPEACONF_ENABLE) != 0) { in oaktrail_crtc_dpms()
312 temp & ~PIPEACONF_ENABLE, i); in oaktrail_crtc_dpms()
H A Dgma_display.c252 if ((temp & PIPEACONF_ENABLE) == 0) in gma_crtc_dpms()
253 REG_WRITE(map->conf, temp | PIPEACONF_ENABLE); in gma_crtc_dpms()
300 if ((temp & PIPEACONF_ENABLE) != 0) { in gma_crtc_dpms()
301 REG_WRITE(map->conf, temp & ~PIPEACONF_ENABLE); in gma_crtc_dpms()
H A Dpsb_irq.c391 if (!(reg_val & PIPEACONF_ENABLE)) in gma_crtc_enable_vblank()
467 if (!(reg_val & PIPEACONF_ENABLE)) { in gma_crtc_get_vblank_counter()
H A Dpsb_intel_display.c209 pipeconf |= PIPEACONF_ENABLE; in psb_intel_crtc_mode_set()
H A Dpsb_intel_reg.h480 #define PIPEACONF_ENABLE (1 << 31) macro
H A Dcdv_intel_display.c721 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()