summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon2016-05-201-4/+3Star
* drm/i915/userptr: Convert to drm_i915_privateChris Wilson2016-05-191-4/+1Star
* drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson2016-04-141-4/+2Star
* drm/i915: Store the reset counter when constructing a requestChris Wilson2016-04-141-4/+1Star
* drm/i915/userptr: Store i915 backpointer for i915_mm_structChris Wilson2016-04-111-5/+5
* drm/i915/userptr: Hold mmref whilst calling get-user-pagesChris Wilson2016-04-111-12/+17
* drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returnsChris Wilson2016-04-111-1/+47
* Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-111-6/+6
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-132/+51Star
| |\
| * | mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-5/+5
| * | drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson2016-02-081-1/+2
* | | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-11/+5Star
* | | 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/+50Star
|/
* 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/+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: 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/+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