summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-041-5/+5
* drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery2014-09-031-0/+6
* drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel2014-09-031-1/+15
* drm/i915: Don't save/restore RS when not usedBen Widawsky2014-09-031-4/+6
* drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair2014-09-031-27/+6
* drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter2014-08-131-6/+5
* drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-131-23/+10
* drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-131-12/+1
* drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-131-7/+0
* drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-131-21/+1
* drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-121-32/+4
* drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-121-20/+3
* drm/i915/bdw: Generic logical ring init and cleanupOscar Mateo2014-08-111-4/+0
* drm/i915/bdw: Deferred creation of user-created LRCsOscar Mateo2014-08-111-4/+3
* drm/i915/bdw: A bit more advanced LR context alloc/freeOscar Mateo2014-08-111-1/+1
* drm/i915/bdw: Initialization for Logical Ring ContextsOscar Mateo2014-08-111-6/+23
* drm/i915: Reorder ctx unref on ppgtt cleanupBen Widawsky2014-07-231-4/+2
* drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo2014-07-081-6/+6
* drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo2014-07-081-39/+40
* drm/i915: Extract context backing object allocationOscar Mateo2014-07-081-19/+35
* drm/i915: Unpin last_context at resetVille Syrjälä2014-07-071-0/+3
* Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter2014-07-071-3/+5
|\
| * drm/i915: Only mark the ctx as initialised after a SET_CONTEXT operationChris Wilson2014-06-241-3/+5
* | drm/i915: Remove ctx->last_ringOscar Mateo2014-06-181-2/+1
|/
* drm/i915: Kill private_default_ctx offOscar Mateo2014-05-221-10/+4
* drm/i915: s/i915_hw_context/intel_contextOscar Mateo2014-05-221-19/+19
* drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-221-6/+6
* drm/i915: Add null state batch to active listMika Kuoppala2014-05-221-8/+8
* drm/i915/chv: Add some workaround notesVille Syrjälä2014-05-201-1/+1
* drm/i915: Only unpin the default ctx object if it existsChris Wilson2014-05-161-1/+2
* drm/i915: add render state initializationMika Kuoppala2014-05-141-0/+6
* Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-05-011-5/+13
|\
| * drm/i915: Make contexts non-snooped on non-LLC platformsVille Syrjälä2014-04-091-1/+9
| * drm/i915: Invariably invalidate before ctx switchBen Widawsky2014-04-031-1/+1
| * drm/i915: Implement WaProgramMiArbOnOffAroundMiSetContext:bdwVille Syrjälä2014-04-021-3/+3
* | drm/i915: Always use kref tracking for all contexts.Chris Wilson2014-04-111-130/+88
|/
* drm/i915: Per-process stats work better when evaluated per-processChris Wilson2014-03-201-0/+1
* drm/i915: Switch to fake context on older gensMika Kuoppala2014-03-181-2/+4
* drm/i915: Fix i915_switch_context() argument name in kerneldocDamien Lespiau2014-03-051-1/+1
* drm/i915/bdw: Free PPGTT structBen Widawsky2014-03-041-2/+10
* drm/i915: Move ppgtt_release out of the headerBen Widawsky2014-03-041-0/+36
* drm/i915: Remove dead codeThierry Reding2014-03-041-6/+0
* drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-141-6/+3
* drm/i915: check for oom when allocating private_default_ctxMika Kuoppala2014-02-041-0/+4
* drm/i915: Tune down debug output when context is bannedMika Kuoppala2014-01-301-7/+2
* drm/i915: Create a USES_PPGTT macroBen Widawsky2014-01-281-3/+3
* drm/i915: We implement WaMiSetContext_HangVille Syrjälä2014-01-271-1/+4
* drm/i915: Always pin the default contextChris Wilson2014-01-271-20/+24
* drm/i915: set ctx->initialized only after RCSBen Widawsky2014-01-101-1/+2
* drm/i915/bdw: Return -ENONENT on default ctx destroyBen Widawsky2014-01-101-1/+1
OpenPOWER on IntegriCloud