summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Recover all available ringbuffer space following resetChris Wilson2015-10-281-0/+2
* drm/i915: Refactor common ringbuffer allocation codeChris Wilson2015-09-041-4/+4
* drm/i915/bxt: work around HW coherency issue when accessing GPU seqnoImre Deak2015-08-261-0/+7
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-0/+7
|\
| * drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf2015-07-131-0/+7
| * drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2015-06-151-2/+3
* | drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_STARTAbdiel Janulgue2015-07-061-0/+1
* | drm/i915: Reserve space improvementsJohn Harrison2015-07-031-1/+3
* | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-4/+0Star
* | drm/i915: Remove the now obsolete intel_ring_get_request()John Harrison2015-06-231-7/+0Star
* | drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-0/+1
* | drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update cacheline_align() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update ring->signal() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update ring->sync_to() to take a request structureJohn Harrison2015-06-231-2/+2
* | drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2015-06-231-2/+1Star
* | drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-2/+1Star
* | drm/i915: Update ring->add_request() to take a request structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2015-06-231-2/+1Star
* | drm/i915: Update ring->flush() to take a requests structureJohn Harrison2015-06-231-1/+1
* | drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-1/+1
* | drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-231-1/+1
* | drm/i915: Update queue_flip() to take a request structureJohn Harrison2015-06-231-1/+0Star
* | drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-231-2/+1Star
* | drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-231-0/+25
* | drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery2015-06-231-0/+21
* | drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2015-06-151-2/+3
|/
* drm/i915: Split the batch pool by engineChris Wilson2015-04-101-0/+8
* drm/i915: Move common request allocation code into a common functionJohn Harrison2015-04-011-0/+2
* drm/i915: add frontbuffer tracking to FBCPaulo Zanoni2015-03-171-1/+0Star
* drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-251-2/+2
* drm/i915: Shift driver's HWSP usage out of reserved rangeThomas Daniel2015-02-241-3/+4
* drm/i915: Make intel_ring_setup_status_page() staticDamien Lespiau2015-02-131-1/+0Star
* drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-271-7/+4Star
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-1/+2
* drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter2014-12-031-1/+1
* drm/i915: Consolidate ring freespace calculationsDave Gordon2014-12-031-0/+1
* drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison2014-12-031-7/+1Star
* drm/i915: Remove 'outstanding_lazy_seqno'John Harrison2014-12-031-10/+3Star
* drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison2014-12-031-1/+1
* drm/i915: Add helper functions to aid seqno -> request transitionJohn Harrison2014-12-031-0/+7
* drm/i915: Remove DRI1 ring accessors and APIChris Wilson2014-11-191-3/+0Star
* drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel2014-11-191-0/+3
* drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel2014-11-191-0/+1
* drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry2014-11-141-1/+4
* drm/i915/bdw: Apply workarounds in render ring init functionArun Siluvery2014-09-031-0/+2
* drm/i915/bdw: Handle context switch eventsThomas Daniel2014-08-141-0/+1
* drm/i915/bdw: Two-stage execlist submit processMichel Thierry2014-08-141-0/+2
* drm/i915: Add temporary ring->ctx backpointerOscar Mateo2014-08-141-0/+7