summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin2014-09-291-4/+3
* drm/i915: Do not store the error pointer for a failed userptr registrationChris Wilson2014-09-291-8/+16
* drm/i915: Prevent recursive deadlock on releasing a busy userptrChris Wilson2014-09-081-179/+230
* drm/i915/userptr: Keep spin_lock/unlock in the same blockChris Wilson2014-07-251-9/+8
* drm/i915: Allow overlapping userptr objectsChris Wilson2014-07-241-36/+106
* drm/i915: Initialise userptr mmu_notifier serial to 1Chris Wilson2014-07-231-1/+1
* drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson2014-05-161-0/+711