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

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

Merge "drm: msm: Reset register when NoiseThresh disabled"

parents 70df5208 c1263308
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -283,7 +283,8 @@ void sde_setup_dspp_ltm_threshv1(struct sde_hw_dspp *ctx, void *cfg)
	}

	if (!hw_cfg->payload) {
		DRM_ERROR("invalid payload parameters for ltm thresh param\n");
		DRM_DEBUG_DRIVER("Disable LTM noise thresh feature\n");
		SDE_REG_WRITE(&ctx->hw, ctx->cap->sblk->ltm.base + 0x60, 0);
		return;
	}