summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-0/+58
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-4/+0Star
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+2
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-021-1/+1
* drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-0/+5
* drm/i915: Stop storing ctx->user_handleChris Wilson2019-03-211-5/+0Star
* drm/i915: Move over to intel_context_lookup()Chris Wilson2019-03-081-1/+0Star
* drm/i915: Split struct intel_context definition to its own headerChris Wilson2019-03-081-236/+2Star
* drm/i915: Track active engines within a contextChris Wilson2019-03-081-0/+5
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-1/+2
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-4/+0Star
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-281-0/+8
* drm/i915: Use time based guilty context banningChris Wilson2019-02-191-4/+5
* drm/i915: Optionally disable automatic recovery after a GPU resetChris Wilson2019-02-181-0/+16
* drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson2019-02-051-1/+1
* drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin2019-02-051-0/+6
* drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin2019-02-051-0/+14
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-0/+2
* drm/i915: De-inline intel_context_init()Chris Wilson2019-01-241-7/+3Star
* drm/i915: Refactor out intel_context_init()Chris Wilson2019-01-221-0/+8
* drm/i915/execlists: Flush the CS events before unpinningChris Wilson2018-10-031-0/+1
* drm/i915: Nuke struct_mutex from context_setparamChris Wilson2018-09-111-14/+19
* drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-0/+23
* drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-271-3/+0Star
* drm/i915: Forward declare struct intel_contextTvrtko Ursulin2018-05-251-0/+2
* drm/i915: Include i915_scheduler.h from i915_gem_context.hTvrtko Ursulin2018-05-251-0/+1
* drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-181-0/+4
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-8/+13
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-2/+0Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-0/+2
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-1/+29
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-12/+1Star
* drm/i915: Update missing parts after the rename to i915_requestMichel Thierry2018-02-231-1/+1
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-1/+1
* drm/i915: Fix i915_gem_context.h headerTvrtko Ursulin2018-02-131-0/+3
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-1/+3
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-26/+13Star
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-271-3/+3
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-0/+5
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-1/+14
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-5/+9
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-0/+26
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-161-3/+0Star
* drm/i915: Reduce context alignmentChris Wilson2017-02-271-2/+0Star
* drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson2017-01-061-0/+5
* drm/i915: Complete kerneldoc for struct i915_gem_contextChris Wilson2016-12-311-0/+272