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

Commit be8a95d6 authored by Samantha Tran's avatar Samantha Tran Committed by Gerrit - the friendly Code Review server
Browse files

Revert "drm/msm: enable zpos normalization"



This reverts commit bb676df1.

This reversion is happening as a result of disabling the
disp/dpu directory as it will not be used in 4.19 downstream
display driver and these changes are made in a common layer
which affects the downstream driver functionalities. Separate
patches are submitted to revert the upstream driver and
introduce the downstream version of the display driver.

Change-Id: I96cf9c266c34ec83c545c3b486fe071b95d6fc0d
Signed-off-by: default avatarSamantha Tran <samtran@codeaurora.org>
parent e594e3f1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -499,9 +499,6 @@ static int msm_drm_init(struct device *dev, struct drm_driver *drv)
		goto fail;
	}

	/* Enable normalization of plane zpos */
	ddev->mode_config.normalize_zpos = true;

	if (kms) {
		ret = kms->funcs->hw_init(kms);
		if (ret) {