summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2014-08-08drm/i915: read HEAD register back in init_ring_common() to enforce orderingJiri Kosina
2014-08-07drm/i915: Add the WaCsStallBeforeStateCacheInvalidate:bdw workaround.Kenneth Graunke
2014-08-07drm/i915: Refactor Broadwell PIPE_CONTROL emission into a helper.Kenneth Graunke
2014-07-23drm/i915: Use genX_ prefix for gt irq enable/disable functionsDaniel Vetter
2014-07-08drm/i915: HWS must be in the mappable region for g33Chris Wilson
2014-07-08drm/i915: Generalize ring_space to take a ringbufOscar Mateo
2014-07-08drm/i915: Extract ringbuffer destroy & generalize alloc to take a ringbufOscar Mateo
2014-07-07drm/i915/bdw: poll semaphoresBen Widawsky
2014-07-07drm/i915/bdw: implement semaphore waitBen Widawsky
2014-07-07drm/i915/bdw: implement semaphore signalBen Widawsky
2014-07-07drm/i915: Make semaphore updates more preciseBen Widawsky
2014-07-07drm/i915: gen specific ring initBen Widawsky
2014-07-07drm/i915: Fix VCS2's ring name.Rodrigo Vivi
2014-06-19drivers/i915: Fix unnoticed failure of init_ring_common()Konrad Zapalowicz
2014-06-17drm/i915: Added write-enable pte bit supporttAkash Goel
2014-06-13drm/i915/bdw: Do not write the Semaphore Sync Registers in GEN8+Oscar Mateo
2014-06-05drm/i915: Don't WARN about ring idle bit on gen2Ville Syrjälä
2014-05-22drm/i915: Split the ringbuffers from the rings (3/3)Oscar Mateo
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo
2014-05-22drm/i915: Split the ringbuffers from the rings (1/3)Oscar Mateo
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo
2014-05-20drm/i915/chv: Add some workaround notesVille Syrjälä
2014-05-15drm/i915: Bail out early on gen6_signal if no semaphoresMika Kuoppala
2014-05-13drm/i915: Ringbuffer signal func for the second BSD ringOscar Mateo
2014-05-12drm/i915: Use hash tables for the command parserBrad Volkin
2014-05-08drm/i915: Flush request queue when waiting for ring spaceChris Wilson
2014-05-08drm/i915: Improve fallback ring waitingChris Wilson
2014-05-05drm/i915: Support 64b execbufBen Widawsky
2014-05-05drm/i915: Move ring_begin to signal()Ben Widawsky
2014-05-05drm/i915: Virtualize the ringbuffer signal funcBen Widawsky
2014-05-05drm/i915: Move semaphore specific ring members to structBen Widawsky
2014-05-05drm/i915:Add the VCS2 switch in Intel_ring_setup_status_pageZhao Yakui
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui
2014-05-05drm/i915: Include a little more information about why ring init failsChris Wilson
2014-05-05drm/i915: Preserve ring buffers objects across resumeChris Wilson
2014-05-05drm/i915: Replace hardcoded cacheline size with macroChris Wilson
2014-04-09drm/i915: add flags to i915_ring_stopMika Kuoppala
2014-04-03drm/i915: Move all ring resets before setting the HWS pageChris Wilson
2014-04-03drm/i915: Invariably invalidate before ctx switchBen Widawsky
2014-04-02drm/i915: Enabling the TLB invalidate bit in GFX Mode registerAkash Goel
2014-04-01drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYSChris Wilson
2014-03-31drm/i915/ringbuffer: prefer struct drm_i915_private to drm_i915_private_tJani Nikula
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson
2014-03-28drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel
2014-03-13drm/i915/bdw: The TLB invalidation mechanism has been removed from INSTPMDamien Lespiau
2014-03-12drm/i915: warn if ring is active before sync flushNaresh Kumar Kachhi
2014-03-12drm/i915: wait for rings to become idle once disabledNaresh Kumar Kachhi
2014-03-12drm/i915: disable rings before HW status page setupNaresh Kumar Kachhi
2014-03-10Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter
2014-03-07drm/i915: Implement command buffer parsing logicBrad Volkin