summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2015-06-04drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv codeVille Syrjälä
2015-03-17drm/i915: fix simple_return.cocci warningskbuild test robot
2015-03-17drm/i915: add frontbuffer tracking to FBCPaulo Zanoni
2015-03-09Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-03-05Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-02-25drm/i915: Cache ringbuf pointer in request structureJohn Harrison
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison
2015-02-24drm/i915/skl: Tune IZ hashing when subslices are unbalancedDamien Lespiau
2015-02-23drm/i915/skl: Implement WaDisablePowerCompilerClockGatingDamien Lespiau
2015-02-13drm/i915/skl: Use a LRI for WaDisableDgMirrorFixInHalfSliceChicken5Damien Lespiau
2015-02-13drm/i915/skl: Fix always true comparison in a revision id checkDamien Lespiau
2015-02-13drm/i915/skl: Implement WaSetDisablePixMaskCammingAndRhwoInCommonSliceChickenDamien Lespiau
2015-02-13drm/i915/skl: Implement WaBarrierPerformanceFixDisableDamien Lespiau
2015-02-13drm/i915/skl: Implement WaCcsTlbPrefetchDisable:sklDamien Lespiau
2015-02-13drm/i915/skl: Implement WaDisablePartialResolveInVcDamien Lespiau
2015-02-13drm/i915/skl: Introduce a SKL specific init_workarounds()Damien Lespiau
2015-02-13drm/i915: Make intel_ring_setup_status_page() staticDamien Lespiau
2015-02-13drm/i915/bdw: Implement WaForceContextSaveRestoreNonCoherentDamien Lespiau
2015-02-13drm/i915: gen 9 h/w w/a Fix stepping checkNick Hoath
2015-02-13drm/i915/gen9: Implement WaForceEnableNonCoherentHoath, Nicholas
2015-02-13drm/i915/gen9: Implement Wa4x4STCOptimizationDisableHoath, Nicholas
2015-02-13drm/i915/gen9: Implement WaEnableYV12BugFixInHalfSliceChicken7Nick Hoath
2015-02-13drm/i915/gen9: h/w w/a: syncing dependencies between camera and graphicsNick Hoath
2015-02-13drm/i915/gen9: Implement WaDisableDgMirrorFixInHalfSliceChicken5Nick Hoath
2015-02-13drm/i915/gen9: Implement WaDisablePartialInstShootdownHoath, Nicholas
2015-02-13drm/i915: ring w/a initialisation for gen 9Hoath, Nicholas
2015-02-13drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau
2015-02-09drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson
2015-01-27drm/i915: Change CHV WIZ hashing mode to 16x4Ville Syrjälä
2015-01-27drm/i915: Implement Wa4x4STCOptimizationDisable:chvVille Syrjälä
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath
2015-01-17drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview.Kenneth Graunke
2015-01-17drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell.Kenneth Graunke
2015-01-13drm/i915: Improve HiZ throughput on Cherryview.Kenneth Graunke
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter
2014-12-16drm/i915: Force the CS stall for invalidate flushesChris Wilson
2014-12-16drm/i915: Invalidate media caches on gen7Chris Wilson
2014-12-16drm/i915: Warn about missing context state workarounds only onceMichel Thierry
2014-12-10drm/i915/bdw: Add WaForceEnableNonCoherent labelMichel Thierry
2014-12-10drm/i915: Remove '& 0xffff' from the mask given to WA_REG()Damien Lespiau
2014-12-10drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()Damien Lespiau
2014-12-10drm/i915/bdw: Fix the write setting up the WIZ hashing modeDamien Lespiau
2014-12-08drm/i915: Move golden context init into ->init_contextDaniel Vetter
2014-12-06drm/i915: Add unique id to the request structure for debuggingJohn Harrison
2014-12-06drm/i915: Zero fill the request structureJohn Harrison
2014-12-05drm/i915/bdw: Add WaHdcDisableFetchWhenMaskedMichel Thierry
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter
2014-12-03drm/i915: Only init engines onceDaniel Vetter
2014-12-03drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter