Home
last modified time | relevance | path

Searched refs:LVDS_CLKB_POWER_UP (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c235 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
237 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
H A Dcdv_intel_display.c748 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()
750 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
H A Dgma_display.c769 LVDS_CLKB_POWER_UP) in gma_find_best_pll()
H A Dpsb_intel_reg.h469 #define LVDS_CLKB_POWER_UP (3 << 4) macro
/kernel/linux/linux-6.6/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 Dgma_display.c769 LVDS_CLKB_POWER_UP) in gma_find_best_pll()
H A Dpsb_intel_reg.h469 #define LVDS_CLKB_POWER_UP (3 << 4) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c265 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()
267 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
805 return (val & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP; in compute_is_dual_link_lvds()
H A Dintel_display.c12197 if (lvds & LVDS_CLKB_POWER_UP) in i9xx_crtc_clock_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h4939 #define LVDS_CLKB_POWER_UP (3 << 4) macro

Completed in 86 milliseconds