summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2019-03-21drm/i915: Introduce a mutex for file_priv->context_idrChris Wilson
2019-03-21drm/i915: Separate GEM context construction and registration to userspaceChris Wilson
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson
2019-03-08drm/i915: Track active engines within a contextChris Wilson
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson
2019-03-08drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson
2019-03-06drm/i915: Use i915_global_register()Chris Wilson
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson
2019-02-20drm/i915: Prevent user context creation while wedgedChris Wilson
2019-02-19drm/i915: Use time based guilty context banningChris Wilson
2019-02-18drm/i915: Optionally disable automatic recovery after a GPU resetChris Wilson
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson
2019-02-05drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin
2019-02-05drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin
2019-02-05drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-24drm/i915: De-inline intel_context_init()Chris Wilson
2019-01-22Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi
2019-01-22drm/i915: Refactor out intel_context_init()Chris Wilson
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-01-09drm/i915: drop all drmP.h includesJani Nikula
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
2018-12-07drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin
2018-10-19drm/i915: Add ppgtt to GVT GEM contextXiong Zhang
2018-10-01drm/i915: Reserve some priority bits for internal useChris Wilson
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson
2018-09-11drm/i915: Nuke struct_mutex from context_setparamChris Wilson
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub Bartmiński
2018-07-27drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński
2018-07-06drm/i915: Record logical context support in driver capsChris Wilson
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson
2018-06-15drm/i915: Fix context ban and hang accounting for clientMika Kuoppala
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-06-04drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin
2018-06-01drm/i915: Check intel_contexts to avoid one extra pointer chaseChris Wilson
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson
2018-05-18drm/i915: Move fiddling with engine->last_retired_contextChris Wilson
2018-05-16drm/i915: Shrink search list for active timelinesChris Wilson
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson