Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168873
b: refs/heads/master
c: 79cc304
h: refs/heads/master
i:
  168871: 2b44c84
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Dave Airlie committed Nov 24, 2009
1 parent 6828638 commit 5647dd9
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: f82f5f3ac4de6c6b872fcbb3dec97f368e78ff58
refs/heads/master: 79cc304f3e2fda202242036326afb2aeca486156
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma)
vma->vm_flags |= VM_RESERVED | VM_IO | VM_PFNMAP | VM_DONTEXPAND;
vma->vm_ops = obj->dev->driver->gem_vm_ops;
vma->vm_private_data = map->handle;
vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);
vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));

/* Take a ref for this mapping of the object, so that the fault
* handler can dereference the mmap offset's pointer to the object.
Expand Down

0 comments on commit 5647dd9

Please sign in to comment.