aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2017-06-14drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson
2017-06-02drm/i915: return the correct usable aperture size under gvt environmentWeinan Li
2017-05-30drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson
2017-05-30Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-05-25drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson
2017-05-17drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson
2017-05-17drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson
2017-05-03drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson
2017-04-29Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie
2017-04-28drm/i915: Reset ILK during GEM sanitizationJoonas Lahtinen
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen
2017-04-26drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-12drm/i915: Treat WC a separate cache domainChris Wilson
2017-04-12drm/i915: Combine write_domain flushes to a single functionChris Wilson
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson
2017-04-11drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble
2017-04-07drm/i915: Insert cond_resched() into i915_gem_free_objectsChris Wilson
2017-04-07drm/i915: Break up long runs of freeing objectsChris Wilson
2017-04-07drm/i915: Simplify shrinker lockingJoonas Lahtinen
2017-04-07drm/i915: Drain any freed objects prior to hibernationChris Wilson
2017-04-07drm/i915: The shrinker already acquires struct_mutex, so call it unlockedChris Wilson
2017-04-06drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson
2017-04-06drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble
2017-04-04drm/i915: Remove user-triggerable WARN from i915_gem_object_createTvrtko Ursulin
2017-03-31drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson
2017-03-30drm/i915: Suppress busy status for engines if wedgedChris Wilson
2017-03-30drm/i915: Do request retirement before marking engines as wedgedChris Wilson
2017-03-30drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo
2017-03-27drm/i915: Check we have an wake device before flushing GTT writesChris Wilson
2017-03-23drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo
2017-03-23drm/i915: Actually pass the reclaim gfp_t along to shmemfs!Chris Wilson
2017-03-22drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocationsChris Wilson
2017-03-20drm/i915: Skip force-wake for uncached mmio flush of GGTT writesChris Wilson
2017-03-17drm/i915: Initialise i915_gem_object_create_from_data() directlyChris Wilson
2017-03-17drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson
2017-03-16drm/i915: Restore engine->submit_request before unwedgingChris Wilson
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler
2017-03-15drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler
2017-03-14drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke