Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371620
b: refs/heads/master
c: 69961d8
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Apr 29, 2013
1 parent 368543c commit 1179c67
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: 43f4190047a088d2f1ce7fe5c5ae6485f943edc6
refs/heads/master: 69961d8f2d6f30733ac85b95542ce05e796eecd7
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,8 @@ int exynos_drm_gem_dumb_create(struct drm_file *file_priv,
args->pitch = args->width * ((args->bpp + 7) / 8);
args->size = args->pitch * args->height;

exynos_gem_obj = exynos_drm_gem_create(dev, args->flags, args->size);
exynos_gem_obj = exynos_drm_gem_create(dev, EXYNOS_BO_CONTIG |
EXYNOS_BO_WC, args->size);
if (IS_ERR(exynos_gem_obj))
return PTR_ERR(exynos_gem_obj);

Expand Down

0 comments on commit 1179c67

Please sign in to comment.