Searched refs:PANEL_POWER_RESET (Results 1 – 4 of 4) sorted by relevance
158 pps->powerdown_on_reset = intel_de_read(dev_priv, PP_CONTROL(0)) & PANEL_POWER_RESET; in intel_lvds_pps_get_hw_state()210 val |= PANEL_POWER_RESET; in intel_lvds_pps_init_hw()
3187 pp &= ~PANEL_POWER_RESET; in edp_panel_on()3194 pp |= PANEL_POWER_RESET; in edp_panel_on()3203 pp |= PANEL_POWER_RESET; /* restore panel reset bit */ in edp_panel_on()3243 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()
174 #define PANEL_POWER_RESET (1 << 1) macro
5026 #define PANEL_POWER_RESET REG_BIT(1) macro