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

Commit 2052860a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: Reserve one more layer for early DRM"

parents e46bc1b0 df85a7c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1649,7 +1649,7 @@ static void sde_crtc_install_properties(struct drm_crtc *crtc,
	 */
	if (sde_kms->splash_info.handoff)
		sde_kms_info_add_keyint(info, "max_blendstages",
				catalog->max_mixer_blendstages - 1);
				catalog->max_mixer_blendstages - 2);
	else
		sde_kms_info_add_keyint(info, "max_blendstages",
				catalog->max_mixer_blendstages);