summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Report context GTT sizeChris Wilson2015-10-191-0/+8
* drm/i915: Remove wrong warning from i915_gem_context_cleanTvrtko Ursulin2015-10-091-1/+1
* drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin2015-10-061-0/+24
* drm/i915: Always enable execlists on BDW for vgpuZhiyuan Lv2015-09-021-0/+7
* drm/i915: Remove the failed context from the fpriv->context_idrChris Wilson2015-08-141-0/+1
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-5/+3Star
|\
| * drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson2015-07-131-2/+2
| * Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä2015-07-091-3/+1Star
* | drm/i915: Enable Resource Streamer state save/restore on MI_SET_CONTEXTAbdiel Janulgue2015-07-061-1/+3
* | drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update ring->flush() to take a requests structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update switch_mm() to take a request structureJohn Harrison2015-06-231-2/+2
* | drm/i915: Update mi_set_context() to take a request structureJohn Harrison2015-06-231-5/+4Star
* | drm/i915: Update l3_remap to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1
* | drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-231-2/+2
* | drm/i915: Update do_switch() to take a request structureJohn Harrison2015-06-231-3/+4
* | drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-231-10/+9Star
* | drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison2015-06-231-1/+2
* | drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison2015-06-231-21/+11Star
* | drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall2015-05-291-0/+11
|/
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-2/+0Star
* drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter2015-04-231-8/+8
* drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter2015-04-231-6/+0Star
* drm/i915: Drop redundant GGTT rebindingDaniel Vetter2015-04-201-11/+0Star
* drm/i915: Allocate context objects from stolenChris Wilson2015-04-101-1/+3
* drm/i915: Initialize all contextsBen Widawsky2015-03-201-9/+19
* drm/i915: Track page table reload needBen Widawsky2015-03-201-6/+20
* drm/i915: Extract context switch skip and add pd load logicBen Widawsky2015-03-201-2/+73
* drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel2015-02-241-4/+8
* Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-121-8/+40
|\
| * drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson2014-12-161-8/+40
* | drm/i915: Add ioctl to set per-context parametersChris Wilson2015-01-071-0/+69
* | drm/i915: Move the ban period onto the contextChris Wilson2015-01-071-0/+2
* | drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-151-3/+8
* | drm/i915: Move golden context init into ->init_contextDaniel Vetter2014-12-081-4/+0Star
* | drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel2014-12-031-7/+18
* | drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-031-1/+2
|/
* drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry2014-11-141-1/+1
* drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio2014-11-141-0/+6
* 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/+6Star
* drm/i915: Drop create_vm argument to i915_gem_create_contextDaniel Vetter2014-08-131-6/+5Star
* drm/i915: Only track real ppgtt for a contextDaniel Vetter2014-08-131-23/+10Star
* drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-131-12/+1Star
* drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-131-7/+0Star
* drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-131-21/+1Star