summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson2015-10-061-87/+61Star
* drm/i915: Fix userptr deadlock with aliased GTT mmappingsChris Wilson2015-10-061-66/+109
* drm/i915: Only update the current userptr workerChris Wilson2015-10-061-16/+16
* drm/i915/userptr: Kill user_size limit checkMichel Thierry2015-08-141-4/+0Star
* drm/i915: avoid leaking DMA mappingsImre Deak2015-07-131-2/+27
* drm/i915: Use uninterruptible mutex_lock for userptr bo creationChris Wilson2015-05-201-4/+7
* drm/i915: get rid of -Iinclude/drmMaarten Lankhorst2015-05-131-2/+2
* drm/i915: Prevent use-after-free in invalidate_range_start callbackMichaƂ Winiarski2015-02-051-2/+18
* drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin2014-09-291-4/+3Star
* 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/+8Star
* 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