Home
last modified time | relevance | path

Searched refs:LVDS_CLKB_POWER_UP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h52 #define LVDS_CLKB_POWER_UP REG_FIELD_PREP(LVDS_CLKB_POWER_MASK, 3) macro
H A Dintel_lvds.c279 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()
281 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
828 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP; in compute_is_dual_link_lvds()
/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c242 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
244 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
H A Dcdv_intel_display.c746 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()
748 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h469 #define LVDS_CLKB_POWER_UP (3 << 4) macro
H A Dgma_display.c769 LVDS_CLKB_POWER_UP) in gma_find_best_pll()