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/gen9: h/w w/a: syncing dependencies between camera and graphics
Nick Hoath
2015-02-13
1
-0
/
+4
|
*
drm/i915/gen9: Implement WaDisableDgMirrorFixInHalfSliceChicken5
Nick Hoath
2015-02-13
1
-0
/
+10
|
*
drm/i915/gen9: Implement WaDisablePartialInstShootdown
Hoath, Nicholas
2015-02-13
1
-0
/
+7
|
*
drm/i915: ring w/a initialisation for gen 9
Hoath, Nicholas
2015-02-13
1
-0
/
+8
|
*
drm/i915/skl: Remove the check enforcing VCS2 to be gen8 only
Damien Lespiau
2015-02-13
1
-7
/
+1
*
|
drm/i915: Insert a command barrier on BLT/BSD cache flushes
Chris Wilson
2015-02-09
1
-4
/
+19
|
/
*
drm/i915: Change CHV WIZ hashing mode to 16x4
Ville Syrjälä
2015-01-27
1
-0
/
+12
*
drm/i915: Implement Wa4x4STCOptimizationDisable:chv
Ville Syrjälä
2015-01-27
1
-0
/
+4
*
drm/i915: Rename the forcewake get/put functions
Mika Kuoppala
2015-01-27
1
-2
/
+2
*
drm/i915: Removed duplicate members from submit_request
Nick Hoath
2015-01-27
1
-1
/
+1
*
drm/i915: Ensure the HiZ RAW Stall Optimization is on for Cherryview.
Kenneth Graunke
2015-01-17
1
-0
/
+5
*
drm/i915: Enable the HiZ RAW Stall Optimization on Broadwell.
Kenneth Graunke
2015-01-17
1
-0
/
+10
*
drm/i915: Improve HiZ throughput on Cherryview.
Kenneth Graunke
2015-01-13
1
-0
/
+3
*
Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queued
Daniel Vetter
2015-01-12
1
-10
/
+17
|
\
|
*
drm/i915: Force the CS stall for invalidate flushes
Chris Wilson
2014-12-16
1
-0
/
+2
|
*
drm/i915: Invalidate media caches on gen7
Chris Wilson
2014-12-16
1
-0
/
+1
|
*
drm/i915: Remove '& 0xffff' from the mask given to WA_REG()
Damien Lespiau
2014-12-10
1
-2
/
+2
|
*
drm/i915: Invert the mask and val arguments in wa_add() and WA_REG()
Damien Lespiau
2014-12-10
1
-9
/
+9
|
*
drm/i915/bdw: Fix the write setting up the WIZ hashing mode
Damien Lespiau
2014-12-10
1
-2
/
+6
*
|
drm/i915: Warn about missing context state workarounds only once
Michel Thierry
2014-12-16
1
-1
/
+1
*
|
drm/i915/bdw: Add WaForceEnableNonCoherent label
Michel Thierry
2014-12-10
1
-0
/
+1
*
|
drm/i915: Move golden context init into ->init_context
Daniel Vetter
2014-12-08
1
-1
/
+17
*
|
drm/i915: Add unique id to the request structure for debugging
John Harrison
2014-12-06
1
-0
/
+2
*
|
drm/i915: Zero fill the request structure
John Harrison
2014-12-06
1
-1
/
+1
*
|
drm/i915/bdw: Add WaHdcDisableFetchWhenMasked
Michel Thierry
2014-12-05
1
-0
/
+2
*
|
drm/i915: Flatten engine init control flow
Daniel Vetter
2014-12-03
1
-23
/
+22
*
|
drm/i915: Only init engines once
Daniel Vetter
2014-12-03
1
-4
/
+0
*
|
drm/i915: Move intel_init_pipe_control out of engine->init_hw
Daniel Vetter
2014-12-03
1
-7
/
+11
*
|
drm/i915: s/init()/init_hw()/ in intel_engine_cs
Daniel Vetter
2014-12-03
1
-6
/
+6
*
|
drm/i915: Consolidate ring freespace calculations
Dave Gordon
2014-12-03
1
-20
/
+22
*
|
drm/i915: Make ring freespace calculation more robust
Dave Gordon
2014-12-03
1
-3
/
+3
*
|
drm/i915: Connect requests to rings at creation not submission
John Harrison
2014-12-03
1
-0
/
+1
*
|
drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
John Harrison
2014-12-03
1
-1
/
+1
*
|
drm/i915: Convert i915_wait_seqno to i915_wait_request
Daniel Vetter
2014-12-03
1
-8
/
+6
*
|
drm/i915: Remove 'outstanding_lazy_seqno'
John Harrison
2014-12-03
1
-25
/
+27
*
|
drm/i915: Add reference count to request structure
John Harrison
2014-12-03
1
-1
/
+3
*
|
drm/i915: Ensure OLS & PLR are always in sync
John Harrison
2014-12-03
1
-8
/
+21
|
/
*
drm/i915: Remove DRI1 ring accessors and API
Chris Wilson
2014-11-19
1
-100
/
+4
*
drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demand
Thomas Daniel
2014-11-19
1
-35
/
+50
*
drm/i915: Initialize workarounds in logical ring mode too
Michel Thierry
2014-11-14
1
-2
/
+3
*
drm/i915/chv: Add new workarounds for chv
Arun Siluvery
2014-11-14
1
-0
/
+10
*
drm/i915/chv: Combine GEN8_ROW_CHICKEN w/a
Arun Siluvery
2014-11-14
1
-4
/
+2
*
drm/i915/chv: Remove pre-production workarounds
Arun Siluvery
2014-11-14
1
-8
/
+0
*
drm/i915: Fix null pointer dereference in ring cleanup code
John Harrison
2014-11-04
1
-2
/
+5
*
Merge tag 'drm-intel-next-2014-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-11-04
1
-83
/
+107
|
\
|
*
drm/i915: Emit even number of dwords when emitting LRIs
Arun Siluvery
2014-10-24
1
-2
/
+3
|
*
drm/i915: Build workaround list in ring initialization
Mika Kuoppala
2014-10-24
1
-80
/
+104
|
*
drm/i915/bdw: Remove BDW preproduction W/As until C stepping.
Rodrigo Vivi
2014-10-24
1
-3
/
+2
*
|
Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...
Dave Airlie
2014-10-28
1
-14
/
+20
|
\
\
|
|
/
|
*
Merge branch 'drm-intel-next-fixes' into drm-intel-next
Daniel Vetter
2014-10-21
1
-13
/
+2
|
|
\
[prev]
[next]