index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-102
/
+160
2015-10-13
drm/i915: Move skl/bxt gt specific workarounds to ring init
Mika Kuoppala
1
-1
/
+43
2015-10-13
drm/i915: Flush pipecontrol post-sync writes
Chris Wilson
1
-0
/
+2
2015-10-07
drm/i915: Hook up ring workaround writes at context creation time on Gen6-7.
Francisco Jerez
1
-1
/
+1
2015-10-07
drm/i915: Don't warn if the workaround list is empty.
Francisco Jerez
1
-1
/
+1
2015-10-07
drm/i915: Resurrect golden context on gen6/7
Daniel Vetter
1
-0
/
+1
2015-09-30
drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fn
Arun Siluvery
1
-6
/
+2
2015-09-30
drm/i915/gen8: Move WaForceEnableNonCoherent to common init fn
Arun Siluvery
1
-12
/
+8
2015-09-30
drm/i915/gen8: Move GEN7_GT_MODE WA to common init fn
Arun Siluvery
1
-24
/
+12
2015-09-30
drm/i915/gen8: Move Wa4x4STCOptimizationDisable to common init fn
Arun Siluvery
1
-8
/
+3
2015-09-30
drm/i915/gen8: Move HiZ RAW stall optimization disable WA to common init fn
Arun Siluvery
1
-15
/
+10
2015-09-30
drm/i915/gen8: Move WaDisablePartialInstShootdown to common init fn
Arun Siluvery
1
-8
/
+6
2015-09-30
drm/i915/gen8: Move WaDisableAsyncFlipPerfMode to common init fn
Arun Siluvery
1
-6
/
+3
2015-09-30
drm/i915/gen8: Move INSTPM WA to common function
Arun Siluvery
1
-4
/
+4
2015-09-30
drm/i915/gen8: Add gen8_init_workarounds for common WA
Arun Siluvery
1
-0
/
+16
2015-09-30
drm/i915/gen9: Merge two WA as they part of same register
Arun Siluvery
1
-3
/
+2
2015-09-30
drm/i915/gen9: Handle error returned by gen9_init_workarounds
Arun Siluvery
1
-2
/
+8
2015-09-14
drm/i915/gen9: WA ST Unit Power Optimization Disable
Robert Beckett
1
-0
/
+3
2015-09-14
drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPong
Arun Siluvery
1
-0
/
+7
2015-09-04
drm/i915: Refactor common ringbuffer allocation code
Chris Wilson
1
-35
/
+54
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
[next]