summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-68/+19
2017-08-12drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson1-7/+8
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson1-3/+3
2017-07-06drm/i915: Only free the oldest stale context before allocatingChris Wilson1-2/+17
2017-07-06drm/i915: Drop request retirement before reaping stale contextsChris Wilson1-1/+0
2017-07-06drm/i915: Move stale context reaping to common i915_gem_context_createChris Wilson1-4/+4
2017-07-06drm/i915: Check new context against kernel_context after reporting an errorChris Wilson1-3/+2
2017-07-04drm/i915: Fix use-after-free of context during free_contextsChris Wilson1-2/+2
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson1-40/+37
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson1-11/+48
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-16/+19
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson1-0/+1
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-1/+81
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson1-3/+0
2017-05-17drm/i915: Use a define for the default priority [0]Chris Wilson1-0/+1
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-51/+5
2017-04-27drm/i915: Defer context state allocation for legacy ring submissionChris Wilson1-59/+0
2017-03-24drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson1-2/+2
2017-03-23drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson1-7/+7
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson1-1/+1
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du1-1/+0
2017-02-27drm/i915: Reduce context alignmentChris Wilson1-17/+0