aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_userptr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin1-1/+2
2016-11-01drm/i915: Allow shrinking of userptr objects once againTvrtko Ursulin1-1/+2
2016-11-01drm/i915: Improve lockdep tracking for obj->mm.lockChris Wilson1-1/+1
2016-10-28drm/i915: Use lockless object freeChris Wilson1-2/+2
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson1-6/+4
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-43/+45
2016-10-28drm/i915: Refactor object page APIChris Wilson1-15/+15
2016-10-28drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson1-2/+2
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson1-11/+1
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+5
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-1/+1
2016-08-18drm/i915/userptr: Make gup errors stickierChris Wilson1-10/+7
2016-08-05drm/i915/userptr: Remove superfluous interruptible=false on waitingChris Wilson1-8/+1
2016-08-05drm/i915: Convert non-blocking userptr waits for requests over to using RCUChris Wilson1-27/+7
2016-08-04drm/i915: Move obj->active:5 to obj->flagsChris Wilson1-1/+1
2016-08-04drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson1-1/+1
2016-08-04drm/i915: Mark up i915_gem_active for locking annotationChris Wilson1-1/+2
2016-08-04drm/i915: Prepare i915_gem_active for annotationsChris Wilson1-5/+3
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson1-1/+1
2016-08-04drm/i915: Be more careful when unbinding vmaChris Wilson1-3/+1
2016-07-20drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless freeChris Wilson1-1/+1
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson1-2/+2
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson1-2/+1
2016-07-20drm/i915: Rename request reference/unreference to get/putChris Wilson1-2/+2
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon1-4/+3
2016-05-19drm/i915/userptr: Convert to drm_i915_privateChris Wilson1-4/+1
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson1-4/+2
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson1-4/+1
2016-04-11drm/i915/userptr: Store i915 backpointer for i915_mm_structChris Wilson1-5/+5
2016-04-11drm/i915/userptr: Hold mmref whilst calling get-user-pagesChris Wilson1-12/+17
2016-04-11drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returnsChris Wilson1-1/+47
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter1-6/+6
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson1-11/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-132/+51
2016-03-02drm/i915: Avoid snooping with userptr where not supportedTvrtko Ursulin1-0/+7
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-1/+1
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-5/+5
2016-02-08drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson1-1/+2
2016-02-03drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson1-1/+2
2016-01-25drm/i915: Improve handling of overlapping objectsChris Wilson1-131/+50
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