summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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