Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345512
b: refs/heads/master
c: 9d93479
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae authored and Inki Dae committed Nov 29, 2012
1 parent ca8a3a9 commit 0c7737d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7136470d4b37b46565b29b8b9425a8361421483b
refs/heads/master: 9d934799025072d0a9c47b0ac6b9541418e5e88c
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ static int exynos_drm_fbdev_update(struct drm_fb_helper *helper,

dev->mode_config.fb_base = (resource_size_t)buffer->dma_addr;
fbi->screen_base = buffer->kvaddr + offset;
fbi->fix.smem_start = (unsigned long)(buffer->dma_addr + offset);
fbi->fix.smem_start = (unsigned long)(page_to_phys(buffer->pages[0]) +
offset);
fbi->screen_size = size;
fbi->fix.smem_len = size;

Expand Down

0 comments on commit 0c7737d

Please sign in to comment.