summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-071-2/+2
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-15/+31
* drm/i915: Handle full s64 precision for wait-ioctlChris Wilson2017-08-151-1/+5
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-12/+13
* drm/i915: Call the unlocked version of i915_gem_object_get_pages()Chris Wilson2017-07-271-1/+1
* drm/i915: Move i915_gem_object_phys_attach()Chris Wilson2017-07-271-60/+58Star
* drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriatelyChris Wilson2017-07-271-15/+35
* drm/i915: Don't touch fence->error when resetting an innocent requestChris Wilson2017-07-271-19/+34
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-271-14/+18
* drm/i915: Clear engine irq posted following a resetChris Wilson2017-07-271-0/+2
* drm/i915: Assert that machine is wedged for nop_submit_requestChris Wilson2017-07-271-0/+1
* drm/i915: Wake up waiters after setting the WEDGED bitChris Wilson2017-07-271-1/+3
* drm/i915: Clear execlist port[] before updating seqno on wedgingChris Wilson2017-07-271-7/+7
* Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter2017-07-271-1/+2
|\
| * Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-07-201-86/+79Star
| |\
| * | drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko2017-07-131-1/+2
* | | drm/i915: Remove intel_flip_work infrastructureDaniel Vetter2017-07-201-2/+0Star
| |/ |/|
* | drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-281-24/+1Star
* | drm/i915: Drop flushing of the object free list/worker from i915_gem_suspendChris Wilson2017-06-281-2/+0Star
* | drm/i915: Break modeset deadlocks on resetChris Wilson2017-06-231-14/+4Star
* | drm/i915: Cancel pending execlist tasklet upon wedgingChris Wilson2017-06-211-0/+7
* | drm/i915: Add support for per engine reset recoveryMichel Thierry2017-06-201-36/+57
* | drm/i915: Look for active requests earlier in the reset pathMichel Thierry2017-06-201-7/+8
* | drm/i915: Group all the global context information togetherChris Wilson2017-06-201-7/+6Star
|/
* drm/i915: Async GPU relocation processingChris Wilson2017-06-161-1/+0Star
* drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson2017-06-161-1/+3
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-1/+4
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-161-7/+7
* drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-161-30/+46
* drm/i915: Only restrict noreclaim in the early shrink passesChris Wilson2017-06-141-2/+1Star
* drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson2017-06-141-1/+14
* drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson2017-06-141-21/+29
* drm/i915: return the correct usable aperture size under gvt environmentWeinan Li2017-06-021-2/+2
* drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson2017-05-301-0/+4
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-96/+168
|\
| * drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson2017-05-251-3/+1Star
| * drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-171-1/+8
| * drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-6/+1Star
| * drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-2/+4
| * drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson2017-05-171-3/+3
| * drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson2017-05-171-1/+1
| * drm/i915: Squash repeated awaits on the same fenceChris Wilson2017-05-031-0/+1
| * drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson2017-05-031-1/+1
| * drm/i915: Reset ILK during GEM sanitizationJoonas Lahtinen2017-04-281-3/+2Star
| * drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen2017-04-281-1/+1
| * drm/i915: Treat WC a separate cache domainChris Wilson2017-04-121-4/+72
| * drm/i915: Combine write_domain flushes to a single functionChris Wilson2017-04-121-64/+61Star
| * drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson2017-04-111-1/+1
| * drm/i915: Insert cond_resched() into i915_gem_free_objectsChris Wilson2017-04-071-0/+2
| * drm/i915: Break up long runs of freeing objectsChris Wilson2017-04-071-1/+4