summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2019-04-24drm/i915: Store the default sseu setup on the engineChris Wilson
2019-04-17drm/i915: Introduce struct class_instance for engines across the uAPIChris Wilson
2019-04-08drm/i915: Consolidate the timeline->barrierChris Wilson
2019-04-05drm/i915: Make RING_PDP relative to engine->mmio_baseChris Wilson
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson
2019-04-02drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson
2019-03-31drm/i915: Avoid using ctx->file_priv during constructionChris Wilson
2019-03-27drm/i915: Drop new chunks of context creation ABI (for now)Chris Wilson
2019-03-25drm/i915: Report the correct errno from i915_gem_context_open()Chris Wilson
2019-03-24drm/i915: always pin hw_id for GVT contextZhenyu Wang
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson
2019-03-22drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson
2019-03-22drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson
2019-03-21drm/i915: Stop storing ctx->user_handleChris Wilson
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