aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAge
* drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson2015-07-13
* Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä2015-07-09
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-21
* drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter2015-04-23
* drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter2015-04-23
* drm/i915: Drop redundant GGTT rebindingDaniel Vetter2015-04-20
* drm/i915: Allocate context objects from stolenChris Wilson2015-04-10
* drm/i915: Initialize all contextsBen Widawsky2015-03-20
* drm/i915: Track page table reload needBen Widawsky2015-03-20
* drm/i915: Extract context switch skip and add pd load logicBen Widawsky2015-03-20
* drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel2015-02-23
* Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-12
|\
| * drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson2014-12-16
* | drm/i915: Add ioctl to set per-context parametersChris Wilson2015-01-07
* | drm/i915: Move the ban period onto the contextChris Wilson2015-01-07
* | drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-15
* | drm/i915: Move golden context init into ->init_contextDaniel Vetter2014-12-08
* | drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel2014-12-03
* | drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-03
|/
* drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry2014-11-14
* drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio2014-11-14
* drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-04
* drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery2014-09-03
* drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel2014-09-03
* drm/i915: Don't save/restore RS when not usedBen Widawsky2014-09-03
* drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair2014-09-03
* drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter2014-08-13
* drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-13
* drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-13
* drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-13
* drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-13
* drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-12
* drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-12
* drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo2014-08-11
* drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo2014-08-11
* drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo2014-08-11
* drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo2014-08-11
* drm/i915: Reorder ctx unref on ppgtt cleanupBen Widawsky2014-07-23
* drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo2014-07-08
* drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo2014-07-08
* drm/i915: Extract context backing object allocationOscar Mateo2014-07-08
* drm/i915: Unpin last_context at resetVille Syrjälä2014-07-07
* Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter2014-07-07
|\
| * drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson2014-06-24
* | drm/i915: Remove ctx->last_ringOscar Mateo2014-06-18
|/
* drm/i915: Kill private_default_ctx offOscar Mateo2014-05-22
* drm/i915: s/i915_hw_context/intel_contextOscar Mateo2014-05-22
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-22
* drm/i915: Add null state batch to active listMika Kuoppala2014-05-22
* drm/i915/chv: Add some workaround notesVille Syrjälä2014-05-20