Commit 458e0977 authored by José Roberto de Souza's avatar José Roberto de Souza
Browse files

drm/i915/psr: Drop test for EDP in CRTC when forcing commit



If has_psr is set it means that CRTC has a EDP panel attached so the
EDP check is redundant and can be dropped.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarJosé Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190308000050.6226-4-jose.souza@intel.com
parent d168da8c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -981,9 +981,7 @@ retry:

		intel_crtc_state = to_intel_crtc_state(crtc_state);

		if (crtc_state->active &&
		    intel_crtc_has_type(intel_crtc_state, INTEL_OUTPUT_EDP) &&
		    intel_crtc_state->has_psr) {
		if (crtc_state->active && intel_crtc_state->has_psr) {
			/* Mark mode as changed to trigger a pipe->update() */
			crtc_state->mode_changed = true;
			break;