aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2018-06-19drm/i915: Fix context ban and hang accounting for clientMika Kuoppala
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
2017-08-12drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson
2017-07-06drm/i915: Only free the oldest stale context before allocatingChris Wilson
2017-07-06drm/i915: Drop request retirement before reaping stale contextsChris Wilson
2017-07-06drm/i915: Move stale context reaping to common i915_gem_context_createChris Wilson
2017-07-06drm/i915: Check new context against kernel_context after reporting an errorChris Wilson
2017-07-04drm/i915: Fix use-after-free of context during free_contextsChris Wilson
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson
2017-06-20drm/i915: Group all the global context information togetherChris Wilson
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson
2017-05-17drm/i915: Use a define for the default priority [0]Chris Wilson
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen
2017-04-27drm/i915: Defer context state allocation for legacy ring submissionChris Wilson
2017-03-24drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson
2017-03-23drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du