Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345537
b: refs/heads/master
c: 640631d
h: refs/heads/master
i:
  345535: 704a3d0
v: v3
  • Loading branch information
Prathyush K authored and Inki Dae committed Dec 5, 2012
1 parent b23a5c5 commit 3e88f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a3f9bcab509a4bf003942e7e2048904cfe7cb5c5
refs/heads/master: 640631d04cd2cfbb4792d6a8fc5fcab14ee273a5
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,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)(page_to_phys(buffer->pages[0]) +
offset);
fbi->fix.smem_start = (unsigned long)
(page_to_phys(sg_page(buffer->sgt->sgl)) + offset);
fbi->screen_size = size;
fbi->fix.smem_len = size;

Expand Down

0 comments on commit 3e88f90

Please sign in to comment.