Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348423
b: refs/heads/master
c: 5bbea0c
h: refs/heads/master
i:
  348421: da1b67e
  348419: 345cda8
  348415: 2ea98c0
v: v3
  • Loading branch information
Eunchul Kim authored and Inki Dae committed Jan 4, 2013
1 parent 312289c commit 087d946
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: 4f21877cb8b9e9f85a541af43b9ee66d9006bb69
refs/heads/master: 5bbea0c41c677039203f445ad0529ab58751123e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ static int gsc_ippdrv_start(struct device *dev, enum drm_exynos_ipp_cmd cmd)
exynos_drm_ippnb_send_event(IPP_SET_WRITEBACK, (void *)&set_wb);

/* src local path */
cfg = readl(GSC_IN_CON);
cfg = gsc_read(GSC_IN_CON);
cfg &= ~(GSC_IN_PATH_MASK | GSC_IN_LOCAL_SEL_MASK);
cfg |= (GSC_IN_PATH_LOCAL | GSC_IN_LOCAL_FIMD_WB);
gsc_write(cfg, GSC_IN_CON);
Expand Down

0 comments on commit 087d946

Please sign in to comment.