summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-05drm/i915: Don't WARN about ring idle bit on gen2Ville Syrjälä1-1/+1
2014-05-22drm/i915: Split the ringbuffers from the rings (3/3)Oscar Mateo1-50/+59
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo1-51/+51
2014-05-22drm/i915: Split the ringbuffers from the rings (1/3)Oscar Mateo1-8/+45
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-78/+78
2014-05-20drm/i915/chv: Add some workaround notesVille Syrjälä1-1/+1
2014-05-15drm/i915: Bail out early on gen6_signal if no semaphoresMika Kuoppala1-0/+2
2014-05-13drm/i915: Ringbuffer signal func for the second BSD ringOscar Mateo1-0/+1
2014-05-12drm/i915: Use hash tables for the command parserBrad Volkin1-1/+5
2014-05-08drm/i915: Flush request queue when waiting for ring spaceChris Wilson1-25/+14
2014-05-08drm/i915: Improve fallback ring waitingChris Wilson1-6/+16
2014-05-05drm/i915: Support 64b execbufBen Widawsky1-8/+8
2014-05-05drm/i915: Move ring_begin to signal()Ben Widawsky1-17/+22
2014-05-05drm/i915: Virtualize the ringbuffer signal funcBen Widawsky1-17/+25
2014-05-05drm/i915: Move semaphore specific ring members to structBen Widawsky1-63/+61
2014-05-05drm/i915:Add the VCS2 switch in Intel_ring_setup_status_pageZhao Yakui1-0/+5
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui1-0/+78
2014-05-05drm/i915: Include a little more information about why ring init failsChris Wilson1-6/+5
2014-05-05drm/i915: Preserve ring buffers objects across resumeChris Wilson1-81/+87
2014-05-05drm/i915: Replace hardcoded cacheline size with macroChris Wilson1-13/+21
2014-04-09drm/i915: add flags to i915_ring_stopMika Kuoppala1-2/+6
2014-04-03drm/i915: Move all ring resets before setting the HWS pageChris Wilson1-20/+34
2014-04-03drm/i915: Invariably invalidate before ctx switchBen Widawsky1-7/+0
2014-04-02drm/i915: Enabling the TLB invalidate bit in GFX Mode registerAkash Goel1-1/+3
2014-04-01drm/i915: Rename GFX_TLB_INVALIDATE_ALWAYSChris Wilson1-3/+3
2014-03-31drm/i915/ringbuffer: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-19/+19
2014-03-28drm/i915: Broadwell expands ACTHD to 64bitChris Wilson1-6/+16
2014-03-28drm/i915: Remove the enabling of VS_TIMER_DISPATCH bit in MI MODE regAkash Goel1-1/+2
2014-03-13drm/i915/bdw: The TLB invalidation mechanism has been removed from INSTPMDamien Lespiau1-2/+8
2014-03-12drm/i915: warn if ring is active before sync flushNaresh Kumar Kachhi1-0/+4
2014-03-12drm/i915: wait for rings to become idle once disabledNaresh Kumar Kachhi1-0/+2
2014-03-12drm/i915: disable rings before HW status page setupNaresh Kumar Kachhi1-5/+5
2014-03-10Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter1-0/+21
2014-03-07drm/i915: Implement command buffer parsing logicBrad Volkin1-0/+2
2014-03-05drm/i915: We implement WaDisableAsyncFlipPerfMode:bdwVille Syrjälä1-1/+1
2014-02-14drm/i915: Handle set_cache_level errors in the status page setupDaniel Vetter1-1/+3
2014-02-14drm/i915: Don't pin the status page as mappableDaniel Vetter1-1/+1
2014-02-14drm/i915: Don't set PIN_MAPPABLE for legacy ringbuffersDaniel Vetter1-1/+1
2014-02-14drm/i915: Handle set_cache_level errors in the pipe control scratch setupDaniel Vetter1-1/+3
2014-02-14drm/i915: Consolidate binding parameters into flagsDaniel Vetter1-6/+5
2014-02-12drm/i915: protect ringbuffer sarea update behind !MODESETDaniel Vetter1-1/+2
2014-02-11drm/i915: Add intel_ring_cachline_align()Ville Syrjälä1-0/+21
2014-02-06drm/i915: Prevent recursion by retiring requests when the ring is fullChris Wilson1-20/+5
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-6/+6
2014-01-22drm/i915: Fix disabled semaphoresBen Widawsky1-4/+6
2014-01-07drm/i915: Flush outstanding requests before allocating new seqnoChris Wilson1-4/+8
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-6/+6
2013-12-17drm/i915: Don't emit mbox updates without semaphoresBen Widawsky1-5/+6
2013-11-28drm/i915: Add power well arguments to force wake routines.Deepak S1-2/+2
2013-11-26drm/i915: Drop forcewake w/a for missed interrupts/seqno on SandybridgeChris Wilson1-7/+0