summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix simple_return.cocci warningskbuild test robot2015-03-171-5/+1
* drm/i915: add frontbuffer tracking to FBCPaulo Zanoni2015-03-171-39/+2
* Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-091-16/+73
|\
| * drm/i915: Cache ringbuf pointer in request structureJohn Harrison2015-02-251-0/+1
| * drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-251-15/+20
| * drm/i915/skl: Tune IZ hashing when subslices are unbalancedDamien Lespiau2015-02-241-1/+44
| * drm/i915/skl: Implement WaDisablePowerCompilerClockGatingDamien Lespiau2015-02-231-0/+8
* | Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-03-051-72/+145
|\|
| * drm/i915/skl: Use a LRI for WaDisableDgMirrorFixInHalfSliceChicken5Damien Lespiau2015-02-131-7/+3
| * drm/i915/skl: Fix always true comparison in a revision id checkDamien Lespiau2015-02-131-2/+2
| * drm/i915/skl: Implement WaSetDisablePixMaskCammingAndRhwoInCommonSliceChickenDamien Lespiau2015-02-131-0/+8
| * drm/i915/skl: Implement WaBarrierPerformanceFixDisableDamien Lespiau2015-02-131-0/+7
| * drm/i915/skl: Implement WaCcsTlbPrefetchDisable:sklDamien Lespiau2015-02-131-0/+4
| * drm/i915/skl: Implement WaDisablePartialResolveInVcDamien Lespiau2015-02-131-0/+3
| * drm/i915/skl: Introduce a SKL specific init_workarounds()Damien Lespiau2015-02-131-1/+10
| * drm/i915: Make intel_ring_setup_status_page() staticDamien Lespiau2015-02-131-62/+62
| * drm/i915/bdw: Implement WaForceContextSaveRestoreNonCoherentDamien Lespiau2015-02-131-3/+5
| * drm/i915: gen 9 h/w w/a Fix stepping checkNick Hoath2015-02-131-1/+2
| * drm/i915/gen9: Implement WaForceEnableNonCoherentHoath, Nicholas2015-02-131-0/+11
| * drm/i915/gen9: Implement Wa4x4STCOptimizationDisableHoath, Nicholas2015-02-131-0/+3
| * drm/i915/gen9: Implement WaEnableYV12BugFixInHalfSliceChicken7Nick Hoath2015-02-131-0/+6
| * drm/i915/gen9: h/w w/a: syncing dependencies between camera and graphicsNick Hoath2015-02-131-0/+4
| * drm/i915/gen9: Implement WaDisableDgMirrorFixInHalfSliceChicken5Nick Hoath2015-02-131-0/+10
| * drm/i915/gen9: Implement WaDisablePartialInstShootdownHoath, Nicholas2015-02-131-0/+7
| * drm/i915: ring w/a initialisation for gen 9Hoath, Nicholas2015-02-131-0/+8
| * drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau2015-02-131-7/+1
* | drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson2015-02-091-4/+19
|/
* drm/i915: Change CHV WIZ hashing mode to 16x4Ville Syrjälä2015-01-271-0/+12
* drm/i915: Implement Wa4x4STCOptimizationDisable:chvVille Syrjälä2015-01-271-0/+4
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-271-2/+2
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-1/+1
* drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview.Kenneth Graunke2015-01-171-0/+5
* drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell.Kenneth Graunke2015-01-171-0/+10
* drm/i915: Improve HiZ throughput on Cherryview.Kenneth Graunke2015-01-131-0/+3
* Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-121-10/+17
|\
| * drm/i915: Force the CS stall for invalidate flushesChris Wilson2014-12-161-0/+2
| * drm/i915: Invalidate media caches on gen7Chris Wilson2014-12-161-0/+1
| * drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau2014-12-101-2/+2
| * drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau2014-12-101-9/+9
| * drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau2014-12-101-2/+6
* | drm/i915: Warn about missing context state workarounds only onceMichel Thierry2014-12-161-1/+1
* | drm/i915/bdw: Add WaForceEnableNonCoherent labelMichel Thierry2014-12-101-0/+1
* | drm/i915: Move golden context init into ->init_contextDaniel Vetter2014-12-081-1/+17
* | drm/i915: Add unique id to the request structure for debuggingJohn Harrison2014-12-061-0/+2
* | drm/i915: Zero fill the request structureJohn Harrison2014-12-061-1/+1
* | drm/i915/bdw: Add WaHdcDisableFetchWhenMaskedMichel Thierry2014-12-051-0/+2
* | drm/i915: Flatten engine init control flowDaniel Vetter2014-12-031-23/+22
* | drm/i915: Only init engines onceDaniel Vetter2014-12-031-4/+0
* | drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter2014-12-031-7/+11
* | drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter2014-12-031-6/+6