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