summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_context.c
AgeCommit message (Expand)Author
2023-11-28drm/i915: Fix potential spectre vulnerabilityKunwu Chan
2022-10-05drm/i915/gem: Really move i915_gem_context.link under ref protectionChris Wilson
2022-07-12drm/i915: Disable bonding on gen12+ platformsMatthew Brost
2022-07-07drm/i915/gem: add missing elsekatrinzhou
2021-10-13drm/i915: Fix bug in user proto-context creation that leaked contextsMatthew Brost
2021-09-14drm/i915: Release ctx->syncobj on final put, not on ctx closeDaniel Vetter
2021-07-28drm/i915: move gem_context slab to direct module init/exitDaniel Vetter
2021-07-27drm/i915/guc: Implement banned contexts for GuC submissionMatthew Brost
2021-07-27drm/i915/guc: Disable bonding extension with GuC submissionMatthew Brost
2021-07-27drm/i915/guc: GuC virtual enginesMatthew Brost
2021-07-22drm/i915/guc: Disable semaphores when using GuC schedulingMatthew Brost
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-08drm/i915: Finalize contexts in GEM_CONTEXT_CREATE on version 13+Jason Ekstrand
2021-07-08drm/i915/gem: Roll all of context creation togetherJason Ekstrand
2021-07-08drm/i915/gem: Don't allow changing the engine set on running contexts (v3)Jason Ekstrand
2021-07-08drm/i915/gem: Don't allow changing the VM on running contexts (v4)Jason Ekstrand
2021-07-08drm/i915/gem: Delay context creation (v3)Jason Ekstrand
2021-07-08drm/i915/gt: Drop i915_address_space::file (v2)Jason Ekstrand
2021-07-08drm/i915/gem: Return an error ptr from context_lookupJason Ekstrand
2021-07-08drm/i915/gem: Use the proto-context to handle create parameters (v5)Jason Ekstrand
2021-07-08drm/i915/gem: Make an alignment check more sensibleJason Ekstrand
2021-07-08drm/i915: Add an i915_gem_vm_lookup helperJason Ekstrand
2021-07-08drm/i915/gem: Optionally set SSEU in intel_context_set_gemJason Ekstrand
2021-07-08drm/i915/gem: Rework error handling in default_enginesJason Ekstrand
2021-07-08drm/i915/gem: Add an intermediate proto_context struct (v5)Jason Ekstrand
2021-07-08drm/i915/gem: Add a separate validate_priority helperJason Ekstrand
2021-07-08drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)Jason Ekstrand
2021-07-08drm/i915/gem: Disallow creating contexts with too many enginesJason Ekstrand
2021-07-08drm/i915/gem: Disallow bonding of virtual engines (v3)Jason Ekstrand
2021-07-08drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINESJason Ekstrand
2021-07-08drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)Jason Ekstrand
2021-07-08drm/i915: Drop the CONTEXT_CLONE API (v2)Jason Ekstrand
2021-07-08drm/i915/gem: Return void from context_apply_allJason Ekstrand
2021-07-08drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)Jason Ekstrand
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAPJason Ekstrand
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZEJason Ekstrand
2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-26drm/i915: Allow configuring default request expiry via modparamTvrtko Ursulin
2021-03-26drm/i915: Fail too long user submissions by defaultTvrtko Ursulin
2021-03-26drm/i915: Extract active lookup engine to a helperTvrtko Ursulin
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson
2021-01-15drm/i915/gem: Reduce ctx->engines_mutex for get_engines()Chris Wilson
2021-01-15drm/i915/gem: Reduce ctx->engine_mutex for reading the clone sourceChris Wilson
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson
2020-12-29drm/i915/gem: Peek at the inflight contextChris Wilson
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson
2020-12-16drm/i915/gem: Drop free_work for GEM contextsChris Wilson