aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-16drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson1-8/+40
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry1-1/+1
2014-11-14drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio1-0/+6
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-5/+5
2014-09-03drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery1-0/+6
2014-09-03drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel1-1/+15
2014-09-03drm/i915: Don't save/restore RS when not usedBen Widawsky1-4/+6
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair1-27/+6
2014-08-13drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter1-6/+5
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter1-23/+10
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter1-12/+1
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter1-7/+0
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter1-21/+1
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter1-32/+4
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry1-20/+3
2014-08-11drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo1-4/+0
2014-08-11drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo1-4/+3
2014-08-11drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo1-1/+1
2014-08-11drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo1-6/+23
2014-07-23drm/i915: Reorder ctx unref on ppgtt cleanupBen Widawsky1-4/+2
2014-07-08drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo1-6/+6
2014-07-08drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy rcs ctxOscar Mateo1-39/+40
2014-07-08drm/i915: Extract context backing object allocationOscar Mateo1-19/+35
2014-07-07drm/i915: Unpin last_context at resetVille Syrjälä1-0/+3
2014-07-07Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter1-3/+5
2014-06-24drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson1-3/+5
2014-06-18drm/i915: Remove ctx->last_ringOscar Mateo1-2/+1
2014-05-22drm/i915: Kill private_default_ctx offOscar Mateo1-10/+4
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo1-19/+19
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-6/+6
2014-05-22drm/i915: Add null state batch to active listMika Kuoppala1-8/+8
2014-05-20drm/i915/chv: Add some workaround notesVille Syrjälä1-1/+1
2014-05-16drm/i915: Only unpin the default ctx object if it existsChris Wilson1-1/+2
2014-05-14drm/i915: add render state initializationMika Kuoppala1-0/+6
2014-05-01Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+13
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson1-130/+88
2014-04-09drm/i915: Make contexts non-snooped on non-LLC platformsVille Syrjälä1-1/+9
2014-04-03drm/i915: Invariably invalidate before ctx switchBen Widawsky1-1/+1
2014-04-02drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdwVille Syrjälä1-3/+3
2014-03-20drm/i915: Per-process stats work better when evaluated per-processChris Wilson1-0/+1
2014-03-18drm/i915: Switch to fake context on older gensMika Kuoppala1-2/+4
2014-03-05drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau1-1/+1
2014-03-04drm/i915/bdw: Free PPGTT structBen Widawsky1-2/+10
2014-03-04drm/i915: Move ppgtt_release out of the headerBen Widawsky1-0/+36
2014-03-04drm/i915: Remove dead codeThierry Reding1-6/+0
2014-02-14drm/i915: Consolidate binding parameters into flagsDaniel Vetter1-6/+3
2014-02-04drm/i915: check for oom when allocating private_default_ctxMika Kuoppala1-0/+4
2014-01-30drm/i915: Tune down debug output when context is bannedMika Kuoppala1-7/+2
2014-01-28drm/i915: Create a USES_PPGTT macroBen Widawsky1-3/+3
2014-01-27drm/i915: We implement WaMiSetContext_HangVille Syrjälä1-1/+4