summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-5/+1
* drm/i915: Add ppgtt to GVT GEM contextXiong Zhang2018-10-191-1/+1
* drm/i915: Reserve some priority bits for internal useChris Wilson2018-10-011-4/+5
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-1/+1
* drm/i915: Nuke struct_mutex from context_setparamChris Wilson2018-09-111-13/+7
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-61/+161
* drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub Bartmiński2018-07-271-2/+0
* drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński2018-07-271-9/+1
* drm/i915: Record logical context support in driver capsChris Wilson2018-07-061-3/+3
* drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-041-1/+1
* drm/i915: Fix context ban and hang accounting for clientMika Kuoppala2018-06-151-1/+1
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-8/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-5/+5
* drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin2018-06-041-3/+12
* drm/i915: Check intel_contexts to avoid one extra pointer chaseChris Wilson2018-06-011-1/+1
* drm/i915: Switch to kernel context before idling at runtimeChris Wilson2018-05-311-1/+1
* drm/i915: Look for an active kernel context before switchingChris Wilson2018-05-241-14/+72
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-8/+9
* drm/i915: Move fiddling with engine->last_retired_contextChris Wilson2018-05-181-10/+2
* drm/i915: Shrink search list for active timelinesChris Wilson2018-05-161-11/+14
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-021-27/+21
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-021-1/+14
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-4/+4
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-4/+4
* drm/i915: Split out functions for different kinds of workaroundsOscar Mateo2018-04-111-0/+6
* drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-141-2/+3
* drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio2018-03-071-2/+9
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-9/+9
* drm/i915: Remove lost comment from i915_gem_contextChris Wilson2018-02-081-5/+0
* drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson2018-02-081-1/+1
* drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-081-15/+16
* drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson2018-02-081-1/+1
* drm/i915: Allow fence allocations to failChris Wilson2017-12-131-1/+1
* drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko2017-12-061-2/+2
* drm/i915: Flush everything on switching to the kernel_contextChris Wilson2017-11-271-1/+8
* drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson2017-11-231-198/+0
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-116/+57
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-1/+1
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-41/+6
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-9/+1
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-6/+1
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-43/+12
* drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson2017-11-091-6/+6
* drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson2017-10-271-0/+2
* drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-4/+3
* drm/i915/scheduler: Support user-defined prioritiesChris Wilson2017-10-041-0/+23
* drm/i915: Introduce a preempt contextChris Wilson2017-10-041-21/+55
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-6/+6
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-68/+19
* drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson2017-08-121-7/+8