aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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