Loading drivers/media/platform/msm/sde/rotator/sde_rotator_r3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1634,7 +1634,7 @@ static void sde_hw_rotator_setup_wbengine(struct sde_hw_rotator_context *ctx, /* use prefill bandwidth instead if specified */ if (cfg->prefill_bw) bw = DIV_ROUND_UP(cfg->prefill_bw, bw = DIV_ROUND_UP_SECTOR_T(cfg->prefill_bw, TRAFFIC_SHAPE_VSYNC_CLK); if (bw > 0xFF) Loading Loading
drivers/media/platform/msm/sde/rotator/sde_rotator_r3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1634,7 +1634,7 @@ static void sde_hw_rotator_setup_wbengine(struct sde_hw_rotator_context *ctx, /* use prefill bandwidth instead if specified */ if (cfg->prefill_bw) bw = DIV_ROUND_UP(cfg->prefill_bw, bw = DIV_ROUND_UP_SECTOR_T(cfg->prefill_bw, TRAFFIC_SHAPE_VSYNC_CLK); if (bw > 0xFF) Loading