Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348427
b: refs/heads/master
c: 13a32eb
h: refs/heads/master
i:
  348425: 97983c5
  348423: 087d946
v: v3
  • Loading branch information
Eunchul Kim authored and Inki Dae committed Jan 4, 2013
1 parent 4df8813 commit 69b946a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e39d5ce13201b18a3ae458c023fc7b4cb33263e8
refs/heads/master: 13a32eb08de6fd87044a524b2c644ccfaa6808a3
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_fimc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ static int fimc_dst_set_buf_seq(struct fimc_context *ctx, u32 buf_id,
}

/* sequence id */
cfg &= (~mask);
cfg &= ~mask;
cfg |= (enable << buf_id);
fimc_write(cfg, EXYNOS_CIFCNTSEQ);

Expand Down

0 comments on commit 69b946a

Please sign in to comment.