index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Fixup the free space logic in ring_prepare
Akash Goel
2016-05-04
1
-3
/
+3
*
drm/i915: Cleanup phys status page too
Ville Syrjälä
2016-05-04
1
-4
/
+20
*
drm/i915: Make sure DC writes are coherent on flush.
Francisco Jerez
2016-03-03
1
-0
/
+2
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-11-10
1
-102
/
+160
|
\
|
*
drm/i915: Move skl/bxt gt specific workarounds to ring init
Mika Kuoppala
2015-10-13
1
-1
/
+43
|
*
drm/i915: Hook up ring workaround writes at context creation time on Gen6-7.
Francisco Jerez
2015-10-07
1
-1
/
+1
|
*
drm/i915: Don't warn if the workaround list is empty.
Francisco Jerez
2015-10-07
1
-1
/
+1
|
*
drm/i915: Resurrect golden context on gen6/7
Daniel Vetter
2015-10-07
1
-0
/
+1
|
*
drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fn
Arun Siluvery
2015-09-30
1
-6
/
+2
|
*
drm/i915/gen8: Move WaForceEnableNonCoherent to common init fn
Arun Siluvery
2015-09-30
1
-12
/
+8
|
*
drm/i915/gen8: Move GEN7_GT_MODE WA to common init fn
Arun Siluvery
2015-09-30
1
-24
/
+12
|
*
drm/i915/gen8: Move Wa4x4STCOptimizationDisable to common init fn
Arun Siluvery
2015-09-30
1
-8
/
+3
|
*
drm/i915/gen8: Move HiZ RAW stall optimization disable WA to common init fn
Arun Siluvery
2015-09-30
1
-15
/
+10
|
*
drm/i915/gen8: Move WaDisablePartialInstShootdown to common init fn
Arun Siluvery
2015-09-30
1
-8
/
+6
|
*
drm/i915/gen8: Move WaDisableAsyncFlipPerfMode to common init fn
Arun Siluvery
2015-09-30
1
-6
/
+3
|
*
drm/i915/gen8: Move INSTPM WA to common function
Arun Siluvery
2015-09-30
1
-4
/
+4
|
*
drm/i915/gen8: Add gen8_init_workarounds for common WA
Arun Siluvery
2015-09-30
1
-0
/
+16
|
*
drm/i915/gen9: Merge two WA as they part of same register
Arun Siluvery
2015-09-30
1
-3
/
+2
|
*
drm/i915/gen9: Handle error returned by gen9_init_workarounds
Arun Siluvery
2015-09-30
1
-2
/
+8
|
*
drm/i915/gen9: WA ST Unit Power Optimization Disable
Robert Beckett
2015-09-14
1
-0
/
+3
|
*
drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPong
Arun Siluvery
2015-09-14
1
-0
/
+7
|
*
drm/i915: Refactor common ringbuffer allocation code
Chris Wilson
2015-09-04
1
-35
/
+54
*
|
drm/i915: Flush pipecontrol post-sync writes
Chris Wilson
2015-10-13
1
-0
/
+2
|
/
*
drm/i915: Contain the WA_REG macro
Mika Kuoppala
2015-08-14
1
-2
/
+2
*
drm/i915/skl WaDisableSbeCacheDispatchPortSharing
Mika Kuoppala
2015-08-14
1
-0
/
+7
*
drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
Marc Herbert
2015-08-05
1
-7
/
+0
*
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
Daniel Vetter
2015-07-15
1
-0
/
+7
|
\
|
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-26
1
-113
/
+83
|
|
\
|
*
|
drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
Ville Syrjälä
2015-06-04
1
-7
/
+7
*
|
|
drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
Arun Siluvery
2015-07-15
1
-2
/
+5
*
|
|
drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
Abdiel Janulgue
2015-07-06
1
-2
/
+6
*
|
|
drm/i915: Reserve space improvements
John Harrison
2015-07-03
1
-39
/
+51
*
|
|
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
John Harrison
2015-06-23
1
-8
/
+0
*
|
|
drm/i915: Add *_ring_begin() to request allocation
John Harrison
2015-06-23
1
-13
/
+16
*
|
|
drm/i915: Update intel_ring_begin() to take a request structure
John Harrison
2015-06-23
1
-38
/
+36
*
|
|
drm/i915: Update cacheline_align() to take a request structure
John Harrison
2015-06-23
1
-1
/
+2
*
|
|
drm/i915: Update ring->signal() to take a request structure
John Harrison
2015-06-23
1
-10
/
+10
*
|
|
drm/i915: Update ring->sync_to() to take a request structure
John Harrison
2015-06-23
1
-2
/
+4
*
|
|
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
John Harrison
2015-06-23
1
-6
/
+12
*
|
|
drm/i915: Update ring->add_request() to take a request structure
John Harrison
2015-06-23
1
-14
/
+12
*
|
|
drm/i915: Update some flush helpers to take request structures
John Harrison
2015-06-23
1
-9
/
+11
*
|
|
drm/i915: Update ring->flush() to take a requests structure
John Harrison
2015-06-23
1
-13
/
+21
*
|
|
drm/i915: Update flush_all_caches() to take request structures
John Harrison
2015-06-23
1
-3
/
+4
*
|
|
drm/i915: Update workarounds_emit() to take request structures
John Harrison
2015-06-23
1
-3
/
+3
*
|
|
drm/i915: Update a bunch of execbuffer helpers to take request structures
John Harrison
2015-06-23
1
-1
/
+2
*
|
|
drm/i915: Update add_request() to take a request structure
John Harrison
2015-06-23
1
-1
/
+2
*
|
|
drm/i915: Update queue_flip() to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
|
|
drm/i915: Update render_state_init() to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
|
|
drm/i915: Update init_context() to take a request structure
John Harrison
2015-06-23
1
-4
/
+3
*
|
|
drm/i915: Update alloc_request to return the allocated request
John Harrison
2015-06-23
1
-1
/
+2
[next]