Home
last modified time | relevance | path

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

/openbmc/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.c274 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()
276 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
822 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP; in compute_is_dual_link_lvds()
H A Dintel_display.c3899 if (lvds & LVDS_CLKB_POWER_UP) in i9xx_crtc_clock_get()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c241 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
243 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
H A Dcdv_intel_display.c745 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()
747 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()