index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-14
drm/i915: Contain the WA_REG macro
Mika Kuoppala
1
-2
/
+2
2015-08-14
drm/i915/skl WaDisableSbeCacheDispatchPortSharing
Mika Kuoppala
1
-0
/
+7
2015-08-05
drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
Marc Herbert
1
-7
/
+0
2015-07-15
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+7
2015-07-15
drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
Arun Siluvery
1
-2
/
+5
2015-07-06
drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
Abdiel Janulgue
1
-2
/
+6
2015-07-03
drm/i915: Reserve space improvements
John Harrison
1
-39
/
+51
2015-06-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-113
/
+83
2015-06-23
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
1
-8
/
+0
2015-06-23
drm/i915: Add *_ring_begin() to request allocation
John Harrison
1
-13
/
+16
2015-06-23
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
1
-38
/
+36
2015-06-23
drm/i915: Update cacheline_align() to take a request structure
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: Update ring->signal() to take a request structure
John Harrison
1
-10
/
+10
2015-06-23
drm/i915: Update ring->sync_to() to take a request structure
John Harrison
1
-2
/
+4
2015-06-23
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
1
-6
/
+12
2015-06-23
drm/i915: Update ring->add_request() to take a request structure
John Harrison
1
-14
/
+12
2015-06-23
drm/i915: Update some flush helpers to take request structures
John Harrison
1
-9
/
+11
2015-06-23
drm/i915: Update ring->flush() to take a requests structure
John Harrison
1
-13
/
+21
2015-06-23
drm/i915: Update flush_all_caches() to take request structures
John Harrison
1
-3
/
+4
2015-06-23
drm/i915: Update workarounds_emit() to take request structures
John Harrison
1
-3
/
+3
2015-06-23
drm/i915: Update a bunch of execbuffer helpers to take request structures
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: Update add_request() to take a request structure
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: Update queue_flip() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update render_state_init() to take a request structure
John Harrison
1
-1
/
+1
2015-06-23
drm/i915: Update init_context() to take a request structure
John Harrison
1
-4
/
+3
2015-06-23
drm/i915: Update alloc_request to return the allocated request
John Harrison
1
-1
/
+2
2015-06-23
drm/i915: i915_add_request must not fail
John Harrison
1
-6
/
+2
2015-06-23
drm/i915: Reserve ring buffer space for i915_add_request() commands
John Harrison
1
-2
/
+69
2015-06-04
drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
Ville Syrjälä
1
-7
/
+7
2015-06-03
drm/i915: Apply WaDisableAsyncFlipPerfMode via LRIs on gen8
Ville Syrjälä
1
-2
/
+8
2015-06-03
drm/i915: Set INSTPM_FORCE_ORDERING via LRI on gen8, drop it on gen9+
Ville Syrjälä
1
-1
/
+5
2015-06-03
drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
Ville Syrjälä
1
-7
/
+7
2015-05-22
drm/i915: Move WaProgramL3SqcReg1Default:bdw to init_clock_gating()
Ville Syrjälä
1
-3
/
+0
2015-05-21
drm/i915: Implement inter-engine read-read optimisations
Chris Wilson
1
-12
/
+14
2015-05-21
drm/i915/skl: enable WaForceContextSaveRestoreNonCoherent
Imre Deak
1
-7
/
+8
2015-05-21
drm/i915/bxt: fix WaForceContextSaveRestoreNonCoherent on steppings B0+
Imre Deak
1
-2
/
+5
2015-05-20
drm/i915/bxt: limit WaDisableMaskBasedCammingInRCC to stepping A
Imre Deak
1
-6
/
+3
2015-05-08
drm/i915/bxt: Mark WaCcsTlbPrefetchDisable as for Broxton also.
Nick Hoath
1
-1
/
+1
2015-05-08
drm/i915/bxt: Mark WaDisablePartialResolveInVc as for Broxton also.
Nick Hoath
1
-1
/
+1
2015-05-08
drm/i915/bxt: Mark Wa4x4STCOptimizationDisable as for Broxton also.
Nick Hoath
1
-1
/
+1
2015-05-08
drm/i915/bxt: Move WaForceEnableNonCoherent to Skylake only
Nick Hoath
1
-11
/
+11
2015-05-08
drm/i915/bxt: Enable WaEnableYV12BugFixInHalfSliceChicken7 for Broxton
Nick Hoath
1
-2
/
+3
2015-05-08
drm/i915/bxt: Enable WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken fo...
Nick Hoath
1
-2
/
+3
2015-05-08
drm/i915/bxt: Enable WaDisableDgMirrorFixInHalfSliceChicken5 for Broxton
Nick Hoath
1
-3
/
+4
2015-05-08
drm/i915/bxt: Mark workaround as for Skylake & Broxton
Nick Hoath
1
-1
/
+1
2015-05-08
drm/i915/bxt: Mark WaDisablePartialInstShootdown as for Broxton also.
Nick Hoath
1
-1
/
+1
2015-05-08
drm/i915/bxt: Add WaForceContextSaveRestoreNonCoherent
Nick Hoath
1
-0
/
+4
2015-05-08
drm/i915/bxt: Add WaDisableSbeCacheDispatchPortSharing
Nick Hoath
1
-0
/
+7
2015-05-08
drm/i915/bxt: Add WaDisableThreadStallDopClockGating
Nick Hoath
1
-0
/
+7
2015-04-14
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
Daniel Vetter
1
-2
/
+19
[next]