Searched refs:EDP_FORCE_VDD (Results 1 – 2 of 2) sorted by relevance
949 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD; in vlv_pipe_has_vdd_on()1163 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD; in edp_have_panel_vdd()2734 pp |= EDP_FORCE_VDD; in edp_panel_vdd_on()2799 pp &= ~EDP_FORCE_VDD; in edp_panel_vdd_off_sync()2952 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()6906 if (pp & EDP_FORCE_VDD) in intel_dp_init_panel_power_sequencer_registers()6909 pp &= ~EDP_FORCE_VDD; in intel_dp_init_panel_power_sequencer_registers()
4899 #define EDP_FORCE_VDD REG_BIT(3) macro