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
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-2339
/
+0
2019-04-18
drm/i915: Setup the RCS ring prior to execution
Chris Wilson
1
-4
/
+1
2019-04-18
drm/i915: Stop overwriting RING_IMR in rcs resume
Chris Wilson
1
-3
/
+0
2019-04-17
drm/i915: add GEN2_ prefix to the I{E, I, M, S}R registers
Paulo Zanoni
1
-5
/
+5
2019-04-10
drm/i915: Only reset the pinned kernel contexts on resume
Chris Wilson
1
-10
/
+7
2019-03-29
drm/i915: fix i9xx irq enable/disable
Daniele Ceraolo Spurio
1
-7
/
+3
2019-03-26
drm/i915: take a reference to uncore in the engine and use it
Daniele Ceraolo Spurio
1
-81
/
+75
2019-03-26
drm/i915: switch intel_wait_for_register to uncore
Daniele Ceraolo Spurio
1
-3
/
+4
2019-03-26
drm/i915: intel_wait_for_register_fw to uncore
Daniele Ceraolo Spurio
1
-9
/
+9
2019-03-21
drm/i915: Flush pages on acquisition
Chris Wilson
1
-41
/
+21
2019-03-21
drm/i915: Stop storing the context name as the timeline name
Chris Wilson
1
-3
/
+1
2019-03-21
drm/i915: use intel_uncore for all forcewake get/put
Daniele Ceraolo Spurio
1
-4
/
+4
2019-03-19
drm/i915: Hold a reference to the active HW context
Chris Wilson
1
-1
/
+3
2019-03-19
drm/i915: Lock the gem_context->active_list while dropping the link
Chris Wilson
1
-3
/
+0
2019-03-19
drm/i915: Hold a ref to the ring while retiring
Chris Wilson
1
-4
/
+5
2019-03-18
drm/i915: Switch to use HWS indices rather than addresses
Chris Wilson
1
-10
/
+6
2019-03-12
drm/i915: Consolidate reset-request debug message
Chris Wilson
1
-2
/
+0
2019-03-08
drm/i915: Introduce intel_context.pin_mutex for pin management
Chris Wilson
1
-2
/
+2
2019-03-08
drm/i915: Track the pinned kernel contexts on each engine
Chris Wilson
1
-2
/
+1
2019-03-08
drm/i915: Make context pinning part of intel_context_ops
Chris Wilson
1
-37
/
+8
2019-03-08
drm/i915: Move over to intel_context_lookup()
Chris Wilson
1
-7
/
+16
2019-03-08
drm/i915: Store the intel_context_ops in the intel_engine_cs
Chris Wilson
1
-12
/
+10
2019-03-08
drm/i915: Track active engines within a context
Chris Wilson
1
-5
/
+9
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-17
/
+18
2019-02-26
drm/i915: Remove i915_request.global_seqno
Chris Wilson
1
-44
/
+6
2019-02-26
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
1
-6
/
+1
2019-02-26
drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
Chris Wilson
1
-2
/
+34
2019-02-07
drm/i915: Hack and slash, throttle execbuffer hogs
Chris Wilson
1
-13
/
+0
2019-01-30
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
1
-1
/
+1
2019-01-29
drm/i915: Identify active requests
Chris Wilson
1
-9
/
+16
2019-01-28
drm/i915: Track the context's seqno in its own timeline HWSP
Chris Wilson
1
-18
/
+69
2019-01-28
drm/i915: Allocate a status page for each timeline
Chris Wilson
1
-2
/
+8
2019-01-28
drm/i915: Always allocate an object/vma for the HWSP
Chris Wilson
1
-5
/
+16
2019-01-25
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
1
-31
/
+60
2019-01-25
drm/i915: Remove manual breadcumb counting
Chris Wilson
1
-23
/
+5
2019-01-25
drm/i915: Measure the required reserved size for request emission
Chris Wilson
1
-6
/
+18
2019-01-22
drm/i915: Tidy common test_bit probing of i915_request->fence.flags
Chris Wilson
1
-2
/
+1
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2019-01-07
drm/i915/hsw: Flush RING_IMR changes before changing the global GT IMR (vecs)
Chris Wilson
1
-0
/
+4
2019-01-03
drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMR
Chris Wilson
1
-0
/
+4
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-1
/
+1
2018-12-31
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
1
-4
/
+0
2018-12-31
drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5
Chris Wilson
1
-17
/
+23
2018-12-31
drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7
Chris Wilson
1
-36
/
+44
2018-12-31
drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
Chris Wilson
1
-2
/
+4
2018-12-31
drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
Chris Wilson
1
-2
/
+0
2018-12-31
drm/i915: Remove redundant trailing request flush
Chris Wilson
1
-16
/
+0
2018-12-28
drm/i915/ringbuffer: Pull the render flush into breadcrumb emission
Chris Wilson
1
-8
/
+98
2018-12-28
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
1
-138
/
+0
2018-12-28
drm/i915: Restrict PSMI context load w/a to Haswell GT1
Chris Wilson
1
-4
/
+1
[next]