Searched refs:PANEL_POWER_RESET (Results 1 – 4 of 4) sorted by relevance
796 pp &= ~PANEL_POWER_RESET; in intel_pps_on_unlocked()803 pp |= PANEL_POWER_RESET; in intel_pps_on_unlocked()812 pp |= PANEL_POWER_RESET; /* restore panel reset bit */ in intel_pps_on_unlocked()851 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in intel_pps_off_unlocked()
162 pps->powerdown_on_reset = intel_de_read(dev_priv, PP_CONTROL(0)) & PANEL_POWER_RESET; in intel_lvds_pps_get_hw_state()214 val |= PANEL_POWER_RESET; in intel_lvds_pps_init_hw()
174 #define PANEL_POWER_RESET (1 << 1) macro
2819 #define PANEL_POWER_RESET REG_BIT(1) macro