Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h17 #define LVDS_PORT_EN REG_BIT(31) macro
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c237 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in psb_intel_crtc_mode_set()
323 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
334 LVDS_PORT_EN); in psb_intel_crtc_clock_get()
H A Dcdv_intel_display.c739 LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | in cdv_intel_crtc_mode_set()
855 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
865 (dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
H A Dpsb_intel_reg.h441 #define LVDS_PORT_EN (1 << 31) macro
H A Dgma_display.c761 (REG_READ(LVDS) & LVDS_PORT_EN) != 0) { in gma_find_best_pll()