aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak1-2/+27
2015-05-20drm/i915: Use uninterruptible mutex_lock for userptr bo creationChris Wilson1-4/+7
2015-05-13drm/i915: get rid of -Iinclude/drmMaarten Lankhorst1-2/+2
2015-02-05drm/i915: Prevent use-after-free in invalidate_range_start callbackMichaƂ Winiarski1-2/+18
2014-09-29drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin1-4/+3
2014-09-29drm/i915: Do not store the error pointer for a failed userptr registrationChris Wilson1-8/+16
2014-09-08drm/i915: Prevent recursive deadlock on releasing a busy userptrChris Wilson1-179/+230
2014-07-25drm/i915/userptr: Keep spin_lock/unlock in the same blockChris Wilson1-9/+8
2014-07-24drm/i915: Allow overlapping userptr objectsChris Wilson1-36/+106
2014-07-23drm/i915: Initialise userptr mmu_notifier serial to 1Chris Wilson1-1/+1
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson1-0/+711