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
2017-07-27
drm/i915: Enforce that CS packets are qword aligned
Chris Wilson
1
-0
/
+3
2017-06-20
drm/i915: Do not re-calculate num_rings locally
Tvrtko Ursulin
1
-3
/
+2
2017-05-04
drm/i915: Micro-optimise hotpath through intel_ring_begin()
Chris Wilson
1
-31
/
+36
2017-05-04
drm/i915: Report the ring->space from intel_ring_update_space()
Chris Wilson
1
-4
/
+8
2017-05-04
drm/i915: Avoid the branch in computing intel_ring_space()
Chris Wilson
1
-11
/
+13
2017-05-04
drm/i915: Use engine->context_pin() to report the intel_ring
Chris Wilson
1
-12
/
+13
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
1
-2
/
+2
2017-04-27
drm/i915: Defer context state allocation for legacy ring submission
Chris Wilson
1
-0
/
+50
2017-04-25
drm/i915: Poison the request before emitting commands
Chris Wilson
1
-0
/
+1
2017-04-25
drm/i915: Differentiate between sw write location into ring and last hw read
Chris Wilson
1
-14
/
+27
2017-04-20
drm/i915: Use discardable buffers for rings
Chris Wilson
1
-1
/
+1
2017-04-11
drm/i915: Use the same vfunc for BSD2 ring init
Oscar Mateo
1
-14
/
+0
2017-04-11
drm/i915: Use safer intel_uncore_wait_for_register in ring-init
Chris Wilson
1
-3
/
+3
2017-04-11
drm/i915: Stop sleeping from inside gen6_bsd_submit_request()
Chris Wilson
1
-5
/
+5
2017-04-03
drm/i915: Onion unwind for intel_init_ring_common()
Chris Wilson
1
-41
/
+36
2017-04-03
drm/i915: intel_ring.engine is unused
Chris Wilson
1
-15
/
+13
2017-03-27
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
1
-6
/
+3
2017-03-27
drm/i915: Assert that the request->tail fits within the ring
Chris Wilson
1
-0
/
+3
2017-03-24
drm/i915: Fix semaphore emission for BDW+ RCS ringbuffer emission
Chris Wilson
1
-1
/
+1
2017-03-23
drm/i915: Restore marking context objects as dirty on pinning
Chris Wilson
1
-0
/
+2
2017-03-21
drm/i915: Remove intel_ring.last_retired_head
Chris Wilson
1
-17
/
+4
2017-03-16
drm/i915: Assert that the context pin_counts do not overflow
Chris Wilson
1
-0
/
+1
2017-03-16
drm/i915: Move engine->submit_request selection to a vfunc
Chris Wilson
1
-2
/
+13
2017-02-27
drm/i915: Reduce context alignment
Chris Wilson
1
-1
/
+2
2017-02-20
drm/i915: Assert that the request->tail is always qword aligned
Chris Wilson
1
-0
/
+3
2017-02-17
drm/i915: Consolidate gen8_emit_pipe_control
Tvrtko Ursulin
1
-30
/
+15
2017-02-17
drm/i915: Move common workaround code to intel_engine_cs
Tvrtko Ursulin
1
-550
/
+0
2017-02-17
drm/i915: Make int __intel_ring_space static
Tvrtko Ursulin
1
-1
/
+1
2017-02-15
drm/i915: Remove duplicate intel_logical_ring_workarounds_emit
Tvrtko Ursulin
1
-1
/
+1
2017-02-14
drm/i915: fix for WaDisableDopClockGating:bdw
Robert Bragg
1
-1
/
+5
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
1
-316
/
+276
2017-02-11
drm/i915: Rename conditional GEM execution macros
Chris Wilson
1
-1
/
+1
2017-02-10
drm/i915: Always pin contexts into the high GGTT
Chris Wilson
1
-9
/
+3
2017-02-08
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
1
-3
/
+55
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
1
-0
/
+1
2017-01-30
drm/i915/glk: Turn on workarounds that apply to Geminilake too
Ander Conselvan de Oliveira
1
-9
/
+28
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
1
-3
/
+3
2017-01-12
drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
Francisco Jerez
1
-8
/
+0
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
1
-5
/
+5
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
1
-2
/
+2
2016-12-24
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
1
-4
/
+7
2016-12-18
drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
Chris Wilson
1
-1
/
+3
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
1
-22
/
+36
2016-12-07
drm/i915: add some more "i" in platform names for consistency
Jani Nikula
1
-2
/
+2
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
1
-2
/
+2
2016-12-01
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-11-15
drm/i915: Defer transfer onto execution timeline to actual hw submission
Chris Wilson
1
-0
/
+2
2016-11-01
drm/i915: Export a function to flush the context upon pinning
Chris Wilson
1
-6
/
+5
2016-10-28
drm/i915: Move the global sync optimisation to the timeline
Chris Wilson
1
-3
/
+0
2016-10-28
drm/i915: Defer breadcrumb emission
Chris Wilson
1
-112
/
+57
[next]