summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* drm/i915: Shrink search list for active timelinesChris Wilson2018-05-161-11/+14
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-27/+21Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-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/+0Star
* 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/+0Star
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-116/+57Star
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-1/+1
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-41/+6Star
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-9/+1Star
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-6/+1Star
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-43/+12Star
* 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/+3Star
* 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/+19Star
* drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson2017-08-121-7/+8
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-271-3/+3
* drm/i915: Only free the oldest stale context before allocatingChris Wilson2017-07-061-2/+17
* drm/i915: Drop request retirement before reaping stale contextsChris Wilson2017-07-061-1/+0Star
* drm/i915: Move stale context reaping to common i915_gem_context_createChris Wilson2017-07-061-4/+4
* drm/i915: Check new context against kernel_context after reporting an errorChris Wilson2017-07-061-3/+2Star
* drm/i915: Fix use-after-free of context during free_contextsChris Wilson2017-07-041-2/+2
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-40/+37Star
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-11/+48
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-16/+19
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-161-0/+1
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-1/+81
* drm/i915: Fix retrieval of hangcheck statsChris Wilson2017-06-161-3/+0Star
* drm/i915: Use a define for the default priority [0]Chris Wilson2017-05-171-0/+1
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-51/+5Star
* drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2017-04-271-59/+0Star
* drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson2017-03-241-2/+2