aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2018-12-07drm/i915: Compile fix for 64b dma-fence seqnoMika Kuoppala1-4/+4
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin1-5/+1
2018-10-19drm/i915: Add ppgtt to GVT GEM contextXiong Zhang1-1/+1
2018-10-01drm/i915: Reserve some priority bits for internal useChris Wilson1-4/+5
2018-09-27drm/i915: Remove i915.enable_ppgtt overrideChris Wilson1-1/+1
2018-09-11drm/i915: Nuke struct_mutex from context_setparamChris Wilson1-13/+7
2018-09-05drm/i915: Reduce context HW ID lifetimeChris Wilson1-61/+161
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub Bartmiński1-2/+0
2018-07-27drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński1-9/+1
2018-07-06drm/i915: Record logical context support in driver capsChris Wilson1-3/+3
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson1-1/+1
2018-06-15drm/i915: Fix context ban and hang accounting for clientMika Kuoppala1-1/+1
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-8/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-5/+5
2018-06-04drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin1-3/+12
2018-06-01drm/i915: Check intel_contexts to avoid one extra pointer chaseChris Wilson1-1/+1
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson1-1/+1
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson1-14/+72
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-8/+9
2018-05-18drm/i915: Move fiddling with engine->last_retired_contextChris Wilson1-10/+2
2018-05-16drm/i915: Shrink search list for active timelinesChris Wilson1-11/+14
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-27/+21
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-1/+14
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-4/+4
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-4/+4
2018-04-11drm/i915: Split out functions for different kinds of workaroundsOscar Mateo1-0/+6
2018-03-14drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li1-2/+3
2018-03-07drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio1-2/+9
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson1-9/+9
2018-02-08drm/i915: Remove lost comment from i915_gem_contextChris Wilson1-5/+0
2018-02-08drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson1-1/+1
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson1-15/+16
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson1-1/+1
2017-12-13drm/i915: Allow fence allocations to failChris Wilson1-1/+1
2017-12-06drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko1-2/+2
2017-11-27drm/i915: Flush everything on switching to the kernel_contextChris Wilson1-1/+8
2017-11-23drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson1-198/+0
2017-11-23drm/i915: Unwind incomplete legacy context switchesChris Wilson1-116/+57
2017-11-20drm/i915: Remove i915.semaphores modparamChris Wilson1-1/+1
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson1-41/+6
2017-11-20drm/i915: Remove i915.enable_execlists module parameterChris Wilson1-9/+1
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson1-6/+1
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson1-43/+12
2017-11-09drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson1-6/+6
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson1-0/+2
2017-10-25drm/i915: Use same test for eviction and submitting kernel contextChris Wilson1-4/+3
2017-10-04drm/i915/scheduler: Support user-defined prioritiesChris Wilson1-0/+23
2017-10-04drm/i915: Introduce a preempt contextChris Wilson1-21/+55
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-6/+6