index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
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
2016-06-28
drm/i915: Tweaking PIPE_CONTROL instructions
Dave Gordon
1
-4
/
+11
2016-06-28
drm/i915: refactor & correct GEN6 PIPE_CONTROL code
Dave Gordon
1
-41
/
+42
2016-06-28
drm/i915: rationalise PIPE_CONTROL flag naming & add commentary
Dave Gordon
1
-8
/
+8
2016-06-28
drm/i915/gen9: add WaEnableSamplerGPGPUPreemptionSupport
Tim Gore
1
-3
/
+5
2016-06-28
drm/i915: update ring space correctly
Dave Gordon
1
-1
/
+1
2016-06-28
drm/i915: Add early exit to execbuff_final() if insufficient ring space
John Harrison
1
-0
/
+26
2016-06-28
drm/i915: Support for 'unflushed' ring idle
John Harrison
1
-2
/
+29
2016-06-28
drm/i915: Added scheduler support to __wait_request() calls
John Harrison
1
-2
/
+6
2016-06-28
drm/i915: Disable hardware semaphores when GPU scheduler is enabled
John Harrison
1
-0
/
+4
2016-06-28
drm/i915: Interrupt driven fences
John Harrison
1
-0
/
+2
2016-06-28
drm/i915: Delay the freeing of requests until retire time
John Harrison
1
-0
/
+2
2016-06-28
drm/i915: Convert requests to use struct fence
John Harrison
1
-0
/
+1
2016-03-22
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
1
-1
/
+6
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-1
/
+1
2016-03-18
drm/i915/gen9: add WaClearFlowControlGpgpuContextSave
Tim Gore
1
-0
/
+2
2016-03-18
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
1
-1
/
+1
2016-03-16
drm/i915: More renaming of rings to engines
Tvrtko Ursulin
1
-8
/
+8
2016-03-16
drm/i915: More intel_engine_cs renaming
Tvrtko Ursulin
1
-6
/
+6
2016-03-16
drm/i915: Rename intel_engine_cs struct members
Tvrtko Ursulin
1
-37
/
+37
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-306
/
+312
2016-03-16
drm/i915: Rename local struct intel_engine_cs variables
Tvrtko Ursulin
1
-388
/
+397
2016-02-15
drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruption
Chris Wilson
1
-2
/
+2
2016-02-11
drm/i915: check that rpm ref is held when accessing ringbuf in stolen mem
Daniele Ceraolo Spurio
1
-0
/
+3
2016-01-25
drm/i915/gen9: Add WaOCLCoherentLineFlush
Arun Siluvery
1
-0
/
+4
2016-01-25
drm/i915/skl: Enable Per context Preemption granularity control
Arun Siluvery
1
-0
/
+10
2016-01-25
drm/i915/skl: Add GEN8_L3SQCREG4 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/bxt: Add GEN8_L3SQCREG4 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 to HW whitelist
Arun Siluvery
1
-0
/
+9
2016-01-25
drm/i915/gen9: Add HDC_CHICKEN1 to HW whitelist
Arun Siluvery
1
-0
/
+5
2016-01-25
drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
Arun Siluvery
1
-0
/
+6
2016-01-25
drm/i915/gen9: Add framework to whitelist specific GPU registers
Arun Siluvery
1
-0
/
+17
2016-01-21
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
Chris Wilson
1
-0
/
+5
2016-01-18
drm/i915: Cache ringbuffer GTT VMA
Tvrtko Ursulin
1
-0
/
+3
2016-01-15
drm/i915: Make sure DC writes are coherent on flush.
Francisco Jerez
1
-0
/
+2
2016-01-12
drm/i915: Use MI_BATCH_BUFFER_START on 830/845
Ville Syrjälä
1
-4
/
+2
2016-01-12
drm/i915: Cleanup phys status page too
Ville Syrjälä
1
-4
/
+20
2015-12-18
drm/i915/skl: Default to noncoherent access up to F0
Mika Kuoppala
1
-5
/
+5
2015-12-10
drm/i915: intel_ring_initialized() must be simple and inline
Dave Gordon
1
-26
/
+13
2015-12-07
i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power...
Zeng Zhaoxiu
1
-1
/
+2
2015-11-23
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Daniel Vetter
1
-0
/
+2
2015-11-18
drm/i915: Type safe register read/write
Ville Syrjälä
1
-5
/
+8
2015-11-18
drm/i915: Add functions to emit register offsets to the ring
Ville Syrjälä
1
-2
/
+2
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-102
/
+160
2015-10-29
drm/i915: make A0 wa's applied to A1
Tim Gore
1
-2
/
+2
2015-10-28
drm/i915: Recover all available ringbuffer space following reset
Chris Wilson
1
-3
/
+10
2015-10-21
drm/i915: add helpers for platform specific revision id range checks
Jani Nikula
1
-32
/
+24
2015-10-21
drm/i915/bxt: add revision id for A1 stepping and use it
Jani Nikula
1
-3
/
+3
2015-10-19
drm/i915: Map the ringbuffer using WB on LLC machines
Chris Wilson
1
-14
/
+56
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
[next]