Searched refs:EDP_FORCE_VDD (Results 1 – 4 of 4) sorted by relevance
393 pp |= EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_on()407 pp &= ~EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_off()459 pp &= ~EDP_FORCE_VDD; in cdv_intel_edp_panel_off()
172 #define EDP_FORCE_VDD (1 << 3) macro
912 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD; in vlv_pipe_has_vdd_on()1123 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD; in edp_have_panel_vdd()2577 pp |= EDP_FORCE_VDD; in edp_panel_vdd_on()2639 pp &= ~EDP_FORCE_VDD; in edp_panel_vdd_off_sync()2789 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()6560 if (pp & EDP_FORCE_VDD) in intel_dp_init_panel_power_sequencer_registers()6563 pp &= ~EDP_FORCE_VDD; in intel_dp_init_panel_power_sequencer_registers()
4744 #define EDP_FORCE_VDD REG_BIT(3) macro