aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2015-08-14drm/i915: Remove the failed context from the fpriv->context_idrChris Wilson
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-13drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson
2015-07-09Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä
2015-07-06drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXTAbdiel Janulgue
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->flush() to take a requests structureJohn Harrison
2015-06-23drm/i915: Update switch_mm() to take a request structureJohn Harrison
2015-06-23drm/i915: Update mi_set_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update l3_remap to take a request structureJohn Harrison
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison
2015-06-23drm/i915: Update init_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update do_switch() to take a request structureJohn Harrison
2015-06-23drm/i915: Update i915_switch_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison
2015-06-23drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison
2015-05-29drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall
2015-05-21drm/i915: Implement inter-engine read-read optimisationsChris Wilson
2015-04-23drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter
2015-04-23drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter
2015-04-20drm/i915: Drop redundant GGTT rebindingDaniel Vetter
2015-04-10drm/i915: Allocate context objects from stolenChris Wilson
2015-03-20drm/i915: Initialize all contextsBen Widawsky
2015-03-20drm/i915: Track page table reload needBen Widawsky
2015-03-20drm/i915: Extract context switch skip and add pd load logicBen Widawsky
2015-02-24drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter
2015-01-07drm/i915: Add ioctl to set per-context parametersChris Wilson
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson
2014-12-16drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin
2014-12-08drm/i915: Move golden context init into ->init_contextDaniel Vetter
2014-12-03drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry
2014-11-14drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin
2014-09-03drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery
2014-09-03drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel
2014-09-03drm/i915: Don't save/restore RS when not usedBen Widawsky
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo
2014-08-11drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo