Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_lvds.c95 return val & LVDS_PORT_EN; in intel_lvds_port_enabled()
246 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in intel_pre_enable_lvds()
315 intel_de_read(dev_priv, lvds_encoder->reg) | LVDS_PORT_EN); in intel_enable_lvds()
343 intel_de_read(dev_priv, lvds_encoder->reg) & ~LVDS_PORT_EN); in intel_disable_lvds()
858 if ((lvds & LVDS_PORT_EN) == 0) { in intel_lvds_init()
Dintel_display.c12192 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN); in i9xx_crtc_clock_get()
/Linux-v5.10/drivers/gpu/drm/gma500/
Dpsb_intel_display.c230 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in psb_intel_crtc_mode_set()
316 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
327 LVDS_PORT_EN); in psb_intel_crtc_clock_get()
Dcdv_intel_display.c741 LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | in cdv_intel_crtc_mode_set()
857 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
867 (dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
Doaktrail_lvds.c104 LVDS_PORT_EN | in oaktrail_lvds_mode_set()
Dcdv_intel_lvds.c617 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
Dpsb_intel_lvds.c764 if (crtc && (lvds & LVDS_PORT_EN)) { in psb_intel_lvds_init()
Dpsb_intel_reg.h441 #define LVDS_PORT_EN (1 << 31) macro
Dgma_display.c758 (REG_READ(LVDS) & LVDS_PORT_EN) != 0) { in gma_find_best_pll()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h4891 #define LVDS_PORT_EN (1 << 31) macro