Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66a975dc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: fix panel mode check during secure transition"

parents 5dab5f45 c24da684
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4274,9 +4274,11 @@ static int _sde_crtc_check_secure_state_smmu_translation(struct drm_crtc *crtc,
	struct drm_encoder *encoder;
	int is_video_mode = false;

	drm_for_each_encoder_mask(encoder, crtc->dev, state->encoder_mask)
	drm_for_each_encoder_mask(encoder, crtc->dev, state->encoder_mask) {
		if (sde_encoder_is_primary_display(encoder))
			is_video_mode |= sde_encoder_check_curr_mode(encoder,
						MSM_DISPLAY_VIDEO_MODE);
	}

	/*
	 * In video mode check for null commit before transition