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