Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322844
b: refs/heads/master
c: 7da5907
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Sep 13, 2012
1 parent b8bf91b commit 31edb1c
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: 4fbd9a4539e4eda1e9588509eb31e9dc38ffd653
refs/heads/master: 7da5907c84f8b092dc42b47b5c19684c1b3b4c98
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ int exynos_drm_gem_dumb_create(struct drm_file *file_priv,
*/

args->pitch = args->width * ((args->bpp + 7) / 8);
args->size = PAGE_ALIGN(args->pitch * args->height);
args->size = args->pitch * args->height;

exynos_gem_obj = exynos_drm_gem_create(dev, args->flags, args->size);
if (IS_ERR(exynos_gem_obj))
Expand Down

0 comments on commit 31edb1c

Please sign in to comment.