diff options
| -rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimc.c b/drivers/gpu/drm/exynos/exynos_drm_fimc.c index 9f52b7faa4b..2c03ffa817e 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimc.c | |||
| @@ -1212,7 +1212,7 @@ static int fimc_dst_set_buf_seq(struct fimc_context *ctx, u32 buf_id, | |||
| 1212 | } | 1212 | } |
| 1213 | 1213 | ||
| 1214 | /* sequence id */ | 1214 | /* sequence id */ |
| 1215 | cfg &= (~mask); | 1215 | cfg &= ~mask; |
| 1216 | cfg |= (enable << buf_id); | 1216 | cfg |= (enable << buf_id); |
| 1217 | fimc_write(cfg, EXYNOS_CIFCNTSEQ); | 1217 | fimc_write(cfg, EXYNOS_CIFCNTSEQ); |
| 1218 | 1218 | ||
