summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
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
2014-08-11drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo
2014-08-11drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo
2014-07-23drm/i915: Reorder ctx unref on ppgtt cleanupBen Widawsky
2014-07-08drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo
2014-07-08drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo
2014-07-08drm/i915: Extract context backing object allocationOscar Mateo
2014-07-07drm/i915: Unpin last_context at resetVille Syrjälä
2014-07-07Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter
2014-06-24drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson
2014-06-18drm/i915: Remove ctx->last_ringOscar Mateo
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo
2014-05-22drm/i915: Add null state batch to active listMika Kuoppala
2014-05-20drm/i915/chv: Add some workaround notesVille Syrjälä
2014-05-16drm/i915: Only unpin the default ctx object if it existsChris Wilson
2014-05-14drm/i915: add render state initializationMika Kuoppala
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson
2014-04-09drm/i915: Make contexts non-snooped on non-LLC platformsVille Syrjälä
2014-04-03drm/i915: Invariably invalidate before ctx switchBen Widawsky
2014-04-02drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdwVille Syrjälä
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson
2014-03-18drm/i915: Switch to fake context on older gensMika Kuoppala
2014-03-05drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau
2014-03-04drm/i915/bdw: Free PPGTT structBen Widawsky