summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-2474/+0Star
* drm/i915/execlists: Virtual engine bondingChris Wilson2019-05-221-0/+84
* drm/i915: Load balancing across a virtual engineChris Wilson2019-05-221-4/+112
* drm/i915: Allow userspace to clone contexts on creationChris Wilson2019-05-221-0/+206
* drm/i915: Re-expose SINGLE_TIMELINE flags for context creationChris Wilson2019-05-221-4/+0Star
* drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]Chris Wilson2019-05-221-4/+20
* drm/i915: Allow a context to define its set of enginesChris Wilson2019-05-221-12/+253
* drm/i915: Restore control over ppgtt for context creation ABIChris Wilson2019-05-221-5/+0Star
* drm/i915: Skip unused contexts for context_barrier_task()Chris Wilson2019-04-291-3/+3
* drm/i915: Remove intel_context.active_linkChris Wilson2019-04-261-2/+0Star
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-13/+83
* drm/i915: Pass intel_context to intel_context_pin_lock()Chris Wilson2019-04-261-38/+54
* drm/i915: Allow multiple user handles to the same VMChris Wilson2019-04-251-18/+8Star
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-83/+2Star
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-2/+2
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-2/+5
* drm/i915: Store the default sseu setup on the engineChris Wilson2019-04-241-1/+1
* drm/i915: Introduce struct class_instance for engines across the uAPIChris Wilson2019-04-171-4/+4
* drm/i915: Consolidate the timeline->barrierChris Wilson2019-04-081-11/+2Star
* drm/i915: Make RING_PDP relative to engine->mmio_baseChris Wilson2019-04-051-4/+5
* drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson2019-04-051-1/+1
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-3/+3
* drm/i915: Avoid using ctx->file_priv during constructionChris Wilson2019-03-311-9/+10
* drm/i915: Drop new chunks of context creation ABI (for now)Chris Wilson2019-03-271-0/+9
* drm/i915: Report the correct errno from i915_gem_context_open()Chris Wilson2019-03-251-1/+1
* drm/i915: always pin hw_id for GVT contextZhenyu Wang2019-03-241-0/+7
* drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-221-6/+25
* drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson2019-03-221-202/+250
* drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-13/+318
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-3/+2Star
* drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-211-14/+9Star
* drm/i915: Introduce a mutex for file_priv->context_idrChris Wilson2019-03-211-26/+21Star
* drm/i915: Separate GEM context construction and registration to userspaceChris Wilson2019-03-211-58/+80
* drm/i915: Hold a reference to the active HW contextChris Wilson2019-03-191-1/+1
* drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson2019-03-151-1/+1
* drm/i915: Introduce a context barrier callbackChris Wilson2019-03-091-0/+74
* drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson2019-03-081-25/+19Star
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-50/+21Star
* drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson2019-03-081-0/+1
* drm/i915: Track active engines within a contextChris Wilson2019-03-081-0/+5
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-63/+3Star
* drm/i915: Do a synchronous switch-to-kernel-context on idlingChris Wilson2019-03-081-0/+4
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-10/+18
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-2/+2
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-1/+34
* drm/i915: Prevent user context creation while wedgedChris Wilson2019-02-211-3/+7
* drm/i915: Use time based guilty context banningChris Wilson2019-02-191-0/+4
* drm/i915: Optionally disable automatic recovery after a GPU resetChris Wilson2019-02-181-0/+15
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-8/+9
* drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin2019-02-051-10/+21