summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-1/+1
* drm/i915: Reject invalid-pad for context-destroy and -create ioctlsChris Wilson2016-02-151-0/+6
* drm/i915: Fix premature LRC unpin in GuC modeTvrtko Ursulin2016-01-281-3/+7
* drm/i915: Extract context unpinning to its own functionTvrtko Ursulin2016-01-281-18/+12
* drm/i915: abolish separate per-ring default_context pointersDave Gordon2016-01-211-18/+11
* drm/i915: Restore inhibiting the load of the default contextChris Wilson2016-01-061-1/+5
* drm/i915: Only set gem object L3 cache level for IVB devicesWayne Boyer2015-12-101-1/+8
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-1/+1
* drm/i915: Remove incorrect warning in context cleanupTvrtko Ursulin2015-11-241-2/+0
* drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-2/+2
* 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/+3
|\
| * 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/+1
* | 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/+4
* | 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/+9
* | 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/+11
* | 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/+0
* 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/+0
* drm/i915: Drop redundant GGTT rebindingDaniel Vetter2015-04-201-11/+0
* 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/+0
* | 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
OpenPOWER on IntegriCloud