Loading msm/sde/sde_hw_color_proc_v4.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
msm/sde/sde_hw_color_proc_v4.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading