Daniel Vetter
|
becee2a57f
drm/gem: make drm_gem_object_handle_unreference_unlocked static
|
12 years ago |
Daniel Vetter
|
a8e11d1c43
drm/gem: fix up flink name create race
|
12 years ago |
Daniel Vetter
|
1216f73237
drm/gem: WARN about unbalanced handle refcounts
|
12 years ago |
Daniel Vetter
|
6bc505b86a
drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked
|
12 years ago |
Daniel Vetter
|
36da5908a2
drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c
|
12 years ago |
Rob Clark
|
bcc5c9d50e
drm/gem: add shmem get/put page helpers
|
12 years ago |
Rob Clark
|
367bbd4920
drm/gem: add drm_gem_create_mmap_offset_size()
|
12 years ago |
Daniel Vetter
|
43387b37fa
drm/gem: create drm_gem_dumb_destroy
|
12 years ago |
David Herrmann
|
aed2c03c8d
drm/gem: fix mmap vma size calculations
|
12 years ago |
David Herrmann
|
0de23977cf
drm/gem: convert to new unified vma manager
|
12 years ago |
David Herrmann
|
89c8233f82
drm/gem: simplify object initialization
|
12 years ago |
David Herrmann
|
77ef8bbc87
drm: make drm_mm_init() return void
|
12 years ago |
YoungJun Cho
|
2e07fb2293
drm/gem: fix not to assign error value to gem name
|
12 years ago |
YoungJun Cho
|
4368dd846d
drm/gem: add mutex lock when using drm_gem_mmap_obj
|
12 years ago |
Laurent Pinchart
|
1c5aafa6ee
drm/gem: Split drm_gem_mmap() into object search and object mapping
|
12 years ago |
Dave Airlie
|
219b47339c
drm/prime: keep a reference from the handle to exported dma-buf (v6)
|
12 years ago |
Tejun Heo
|
2e928815c1
drm: convert to idr_alloc()
|
12 years ago |
Tejun Heo
|
4d53233a36
drm: don't use idr_remove_all()
|
12 years ago |
Konstantin Khlebnikov
|
314e51b985
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
|
12 years ago |
David Howells
|
760285e7e7
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
|
12 years ago |
Chris Wilson
|
6b9d89b436
drm: Add colouring to the range allocator
|
13 years ago |
Dave Airlie
|
0ff926c7d4
drm/prime: add exported buffers to current fprivs imported buffer list (v2)
|
13 years ago |
Laurent Pinchart
|
4a1b071427
drm: Don't initialize local ret variable when not needed
|
13 years ago |
Rob Clark
|
b06d66be3b
drm: pass dev to drm_vm_{open,close}_locked()
|
13 years ago |
Ville Syrjälä
|
f1ae126cdf
drm: Unify and fix idr error handling
|
13 years ago |
Dave Airlie
|
3248877ea1
drm: base prime/dma-buf support (v5)
|
13 years ago |
Dave Airlie
|
2c07a21d6f
drm: add core support for unplugging a device (v2)
|
13 years ago |
Dave Airlie
|
966e0cdd50
drm: drop setting vm_file to filp
|
13 years ago |
Chris Wilson
|
dd8bc93d45
drm: Pass the real error code back during GEM bo initialisation
|
13 years ago |
Rob Clark
|
75ef8b3b9c
drm/gem: add functions for mmap offset creation
|
14 years ago |