Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299736
b: refs/heads/master
c: 818c4ea
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Apr 23, 2012
1 parent c5e4002 commit 6556c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6ead8dea518d0d02c576432eba4fa145e64b02a
refs/heads/master: 818c4ea7c589c521912430ea54e0c0a0671b2c6d
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ static int exynos_drm_gem_mmap_buffer(struct file *filp,
if (!buffer->pages)
return -EINVAL;

vma->vm_flags |= VM_MIXEDMAP;

do {
ret = vm_insert_page(vma, uaddr, buffer->pages[i++]);
if (ret) {
Expand Down

0 comments on commit 6556c37

Please sign in to comment.