summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
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
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub Bartmiński
2018-07-27drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński
2018-07-06drm/i915: Record logical context support in driver capsChris Wilson
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson
2018-06-15drm/i915: Fix context ban and hang accounting for clientMika Kuoppala
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-06-04drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin
2018-06-01drm/i915: Check intel_contexts to avoid one extra pointer chaseChris Wilson
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson
2018-05-18drm/i915: Move fiddling with engine->last_retired_contextChris Wilson
2018-05-16drm/i915: Shrink search list for active timelinesChris Wilson
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson
2018-04-11drm/i915: Split out functions for different kinds of workaroundsOscar Mateo
2018-03-14drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li
2018-03-07drm/i915/icl: new context descriptor supportDaniele Ceraolo Spurio
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2018-02-08drm/i915: Remove lost comment from i915_gem_contextChris Wilson
2018-02-08drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson
2017-12-13drm/i915: Allow fence allocations to failChris Wilson
2017-12-06drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko
2017-11-27drm/i915: Flush everything on switching to the kernel_contextChris Wilson
2017-11-23drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson
2017-11-23drm/i915: Unwind incomplete legacy context switchesChris Wilson
2017-11-20drm/i915: Remove i915.semaphores modparamChris Wilson
2017-11-20drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson
2017-11-20drm/i915: Remove i915.enable_execlists module parameterChris Wilson
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson
2017-11-09drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson
2017-10-27drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson
2017-10-25drm/i915: Use same test for eviction and submitting kernel contextChris Wilson
2017-10-04drm/i915/scheduler: Support user-defined prioritiesChris Wilson
2017-10-04drm/i915: Introduce a preempt contextChris Wilson
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson