diff --git a/msm/sde/sde_hw_dsc_1_2.c b/msm/sde/sde_hw_dsc_1_2.c index 316b6b6cc6..308f6b82e6 100644 --- a/msm/sde/sde_hw_dsc_1_2.c +++ b/msm/sde/sde_hw_dsc_1_2.c @@ -192,7 +192,7 @@ static void sde_hw_dsc_config(struct sde_hw_dsc *hw_dsc, (dsc->config.slice_chunk_size) & 0xffff); data = (dsc->config.initial_xmit_delay & 0xffff) | - ((dsc->config.initial_dec_delay & 0x3ff) << 16); + ((dsc->config.initial_dec_delay & 0xffff) << 16); SDE_REG_WRITE(dsc_c, DSC_HRD_DELAYS + idx, data);