summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-35/+37
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-08Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Linus Torvalds1-9/+19
2017-09-07drm/i915: wire up shrinkctl->nr_scannedChris Wilson1-2/+2
2017-09-07drm/i915: Lift has-pinned-pages assert to caller of ____i915_gem_object_get_p...Chris Wilson1-2/+4
2017-09-05drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä1-1/+1
2017-09-04drm/i915: io unmap functions want __iomemVille Syrjälä1-12/+15
2017-09-04drm/i915: Add __rcu to radix tree slot pointerVille Syrjälä1-1/+1
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson1-1/+7
2017-08-30drm/i915: Always wake the device to flush the GTTChris Wilson1-6/+5
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedChris Wilson1-1/+6
2017-08-30drm/i915: Always wake the device to flush the GTTChris Wilson1-6/+5
2017-08-29drm/i915: Discard the request queue if we fail to sleep before suspendChris Wilson1-1/+2
2017-08-29drm/i915: Clear wedged status upon resumeChris Wilson1-0/+6
2017-08-29drm/i915: Always sanity check engine state upon idlingChris Wilson1-19/+8
2017-08-29drm/i915: Recreate vmapping even when the object is pinnedChris Wilson1-1/+6
2017-08-24drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson1-1/+7
2017-08-24drm/i915: Assert that the handle->vma lut is empty on object closeChris Wilson1-0/+1
2017-08-24drm/i915: Assert the context is not closed on object-closeChris Wilson1-1/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-15/+31
2017-08-15drm/i915: Handle full s64 precision for wait-ioctlChris Wilson1-1/+5
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson1-12/+13
2017-07-27drm/i915: Call the unlocked version of i915_gem_object_get_pages()Chris Wilson1-1/+1
2017-07-27drm/i915: Move i915_gem_object_phys_attach()Chris Wilson1-60/+58
2017-07-27drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriatelyChris Wilson1-15/+35
2017-07-27drm/i915: Don't touch fence->error when resetting an innocent requestChris Wilson1-19/+34
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson1-14/+18
2017-07-27drm/i915: Clear engine irq posted following a resetChris Wilson1-0/+2
2017-07-27drm/i915: Assert that machine is wedged for nop_submit_requestChris Wilson1-0/+1
2017-07-27drm/i915: Wake up waiters after setting the WEDGED bitChris Wilson1-1/+3
2017-07-27drm/i915: Clear execlist port[] before updating seqno on wedgingChris Wilson1-7/+7
2017-07-27Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter1-1/+2
2017-07-20drm/i915: Remove intel_flip_work infrastructureDaniel Vetter1-2/+0
2017-07-20Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-86/+79
2017-07-13drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko1-1/+2
2017-06-28drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson1-24/+1
2017-06-28drm/i915: Drop flushing of the object free list/worker from i915_gem_suspendChris Wilson1-2/+0
2017-06-23drm/i915: Break modeset deadlocks on resetChris Wilson1-14/+4
2017-06-21drm/i915: Cancel pending execlist tasklet upon wedgingChris Wilson1-0/+7
2017-06-20drm/i915: Add support for per engine reset recoveryMichel Thierry1-36/+57
2017-06-20drm/i915: Look for active requests earlier in the reset pathMichel Thierry1-7/+8
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-7/+6
2017-06-16drm/i915: Async GPU relocation processingChris Wilson1-1/+0
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson1-1/+3
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-1/+4
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson1-7/+7
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson1-30/+46
2017-06-14drm/i915: Only restrict noreclaim in the early shrink passesChris Wilson1-2/+1
2017-06-14drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson1-1/+14
2017-06-14drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson1-21/+29