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
500 return I915_READ(PP_CONTROL(pipe)) & EDP_FORCE_VDD; in vlv_pipe_has_vdd_on()714 return I915_READ(_pp_ctrl_reg(intel_dp)) & EDP_FORCE_VDD; in edp_have_panel_vdd()1970 pp |= EDP_FORCE_VDD; in edp_panel_vdd_on()2035 pp &= ~EDP_FORCE_VDD; in edp_panel_vdd_off_sync()2186 pp &= ~(PANEL_POWER_ON | PANEL_POWER_RESET | EDP_FORCE_VDD | in edp_panel_off()5107 if (pp & EDP_FORCE_VDD) in intel_dp_init_panel_power_sequencer_registers()5110 pp &= ~EDP_FORCE_VDD; in intel_dp_init_panel_power_sequencer_registers()
3705 #define EDP_FORCE_VDD (1 << 3) macro