summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.h
AgeCommit message (Expand)Author
2016-06-17drm/i915: Introduce execlist context status change notificationZhi Wang
2016-05-24drm/i915: Merge legacy+execlists context structsChris Wilson
2016-05-24drm/i915: Rename struct intel_contextChris Wilson
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-04-28drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin
2016-04-28drm/i915: Move the magical deferred context allocation into the requestChris Wilson
2016-04-28drm/i915: Replace the pinned context address with its unique IDChris Wilson
2016-04-28drm/i915: Unify intel_ring_begin()Chris Wilson
2016-04-14drm/i915: Disentangle i915_drv.h includesChris Wilson
2016-04-13drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin
2016-04-04drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin
2016-01-28drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin
2016-01-07drm/i915: Cleanup some of the CSB handlingBen Widawsky
2016-01-05drm/i915/guc: Expose (intel)_lr_context_size()Dave Gordon
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie
2015-09-28drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry
2015-09-23drm/i915: Parametrize LRC registersVille Syrjälä
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath
2015-08-14drm/i915: Integrate GuC-based command submissionAlex Dai
2015-08-14drm/i915: Expose one LRC function for GuC submission modeDave Gordon
2015-07-14drm/i915: Added Programming of the MOCSPeter Antoine
2015-07-06drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala
2015-07-06drm/i915: Enable resource streamer on ExeclistsAbdiel Janulgue
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison
2015-04-01drm/i915: Move common request allocation code into a common functionJohn Harrison
2015-04-01drm/i915: Make intel_logical_ring_begin() staticJohn Harrison
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison
2015-02-24drm/i915: Reset logical ring contexts' head and tail during GPU resetThomas Daniel
2015-02-13drm/i915: Make intel_logical_ring_advance_and_submit() staticDamien Lespiau
2015-02-13drm/i915: Make intel_lr_context_render_state_init() staticDamien Lespiau
2015-02-13drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath
2015-01-27drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo