summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-160/+173
2015-10-13drm/i915: Deny wrapping an userptr into a framebufferChris Wilson1-1/+4
2015-10-06drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson1-87/+61
2015-10-06drm/i915: Fix userptr deadlock with aliased GTT mmappingsChris Wilson1-66/+109
2015-10-06drm/i915: Only update the current userptr workerChris Wilson1-16/+16
2015-08-14drm/i915/userptr: Kill user_size limit checkMichel Thierry1-4/+0
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