summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-11/+5
* | | drm/i915: Avoid snooping with userptr where not supportedTvrtko Ursulin2016-03-021-0/+7
| |/ |/|
* | drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-1/+1
* | drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson2016-02-031-1/+2
* | drm/i915: Improve handling of overlapping objectsChris Wilson2016-01-251-131/+50
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-160/+173
|\
| * drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson2015-10-061-87/+61
| * 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/+0
* | drm/i915: Deny wrapping an userptr into a framebufferChris Wilson2015-10-131-1/+4
|/
* 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/+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
OpenPOWER on IntegriCloud