aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-86/+79
2017-07-12drm/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
2017-06-02drm/i915: return the correct usable aperture size under gvt environmentWeinan Li1-2/+2
2017-05-30drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson1-0/+4
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-96/+168
2017-05-25drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson1-3/+1
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-2/+2
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson1-1/+8
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson1-6/+1
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson1-2/+4
2017-05-17drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson1-3/+3
2017-05-17drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson1-1/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson1-0/+1
2017-05-03drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson1-1/+1
2017-04-29Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-1/+1
2017-04-28drm/i915: Reset ILK during GEM sanitizationJoonas Lahtinen1-3/+2
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen1-1/+1
2017-04-26drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie1-0/+2
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-04-12drm/i915: Treat WC a separate cache domainChris Wilson1-4/+72
2017-04-12drm/i915: Combine write_domain flushes to a single functionChris Wilson1-64/+61
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson1-1/+1
2017-04-11drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble1-0/+2
2017-04-07drm/i915: Insert cond_resched() into i915_gem_free_objectsChris Wilson1-0/+2
2017-04-07drm/i915: Break up long runs of freeing objectsChris Wilson1-1/+4
2017-04-07drm/i915: Simplify shrinker lockingJoonas Lahtinen1-2/+0
2017-04-07drm/i915: Drain any freed objects prior to hibernationChris Wilson1-0/+1
2017-04-07drm/i915: The shrinker already acquires struct_mutex, so call it unlockedChris Wilson1-4/+5
2017-04-06drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson1-1/+1
2017-04-06drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble1-0/+2
2017-04-04drm/i915: Remove user-triggerable WARN from i915_gem_object_createTvrtko Ursulin1-1/+1
2017-03-31drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson1-3/+26