Browse Source

drm: msm: Reset register when NoiseThresh disabled

The change reset register of noise thresh when disabled.

Change-Id: I2bb13167b52c6ba92e32c4fa9b4f0a57122164ab
Signed-off-by: Yuchao Ma <[email protected]>
Yuchao Ma 4 years ago
parent
commit
c1263308c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      msm/sde/sde_hw_color_proc_v4.c

+ 2 - 1
msm/sde/sde_hw_color_proc_v4.c

@@ -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;
 	}