Searched refs:EDP_FORCE_VDD (Results 1 – 4 of 4) sorted by relevance
392 pp |= EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_on()406 pp &= ~EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_off()458 pp &= ~EDP_FORCE_VDD; in cdv_intel_edp_panel_off()
184 #define EDP_FORCE_VDD (1 << 3) macro
710 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD; in vlv_pipe_has_vdd_on()919 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD; in edp_have_panel_vdd()2156 pp |= EDP_FORCE_VDD; in edp_panel_vdd_on()2218 pp &= ~EDP_FORCE_VDD; in edp_panel_vdd_off_sync()2363 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()5573 if (pp & EDP_FORCE_VDD) in intel_dp_init_panel_power_sequencer_registers()5576 pp &= ~EDP_FORCE_VDD; in intel_dp_init_panel_power_sequencer_registers()
4658 #define EDP_FORCE_VDD (1 << 3) macro