Home
last modified time | relevance | path

Searched refs:PANEL_POWER_RESET (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c160 pps->powerdown_on_reset = I915_READ(PP_CONTROL(0)) & PANEL_POWER_RESET; in intel_lvds_pps_get_hw_state()
217 val |= PANEL_POWER_RESET; in intel_lvds_pps_init_hw()
H A Dintel_dp.c2235 pp &= ~PANEL_POWER_RESET; in edp_panel_on()
2242 pp |= PANEL_POWER_RESET; in edp_panel_on()
2251 pp |= PANEL_POWER_RESET; /* restore panel reset bit */ in edp_panel_on()
2289 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()
H A Di915_reg.h4459 #define PANEL_POWER_RESET (1 << 1) macro