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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-583
/
+0
*
drm/i915: Drop bool return from breadcrumbs signaler
Chris Wilson
2019-04-16
1
-2
/
+2
*
drm/i915/guc: Implement reset locally
Chris Wilson
2019-04-11
1
-1
/
+1
*
drm/i915: Only reset the pinned kernel contexts on resume
Chris Wilson
2019-04-10
1
-2
/
+1
*
drm/i915: take a reference to uncore in the engine and use it
Daniele Ceraolo Spurio
2019-03-26
1
-12
/
+33
*
drm/i915: Hold a ref to the ring while retiring
Chris Wilson
2019-03-18
1
-1
/
+12
*
drm/i915: Switch to use HWS indices rather than addresses
Chris Wilson
2019-03-18
1
-2
/
+2
*
drm/i915: Split struct intel_context definition to its own header
Chris Wilson
2019-03-08
1
-501
/
+1
*
drm/i915: Remove has-kernel-context
Chris Wilson
2019-03-08
1
-1
/
+0
*
drm/i915: Move find_active_request() to the engine
Chris Wilson
2019-03-05
1
-0
/
+3
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-16
/
+11
*
drm/i915: Remove last traces of exec-id (GEM_BUSY)
Chris Wilson
2019-03-05
1
-1
/
+0
*
drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
Chris Wilson
2019-03-01
1
-0
/
+7
*
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-28
1
-17
/
+0
*
drm/i915: Compute the global scheduler caps
Chris Wilson
2019-02-28
1
-0
/
+2
*
drm/i915: Remove i915_request.global_seqno
Chris Wilson
2019-02-26
1
-2
/
+0
*
drm/i915: Remove access to global seqno in the HWSP
Chris Wilson
2019-02-26
1
-40
/
+0
*
drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
Chris Wilson
2019-02-26
1
-1
/
+18
*
drm/i915/pmu: Always sample an active ringbuffer
Chris Wilson
2019-02-23
1
-1
/
+1
*
drm/i915: Hack and slash, throttle execbuffer hogs
Chris Wilson
2019-02-07
1
-0
/
+12
*
drm/i915/pmu: Fix enable count array size and bounds checking
Tvrtko Ursulin
2019-02-06
1
-4
/
+5
*
drm/i915: Allow normal clients to always preempt idle priority clients
Chris Wilson
2019-02-04
1
-1
/
+14
*
drm/i915: Drop fake breadcrumb irq
Chris Wilson
2019-01-29
1
-5
/
+0
*
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-29
1
-75
/
+19
*
drm/i915/execlists: Suppress preempting self
Chris Wilson
2019-01-29
1
-0
/
+1
*
drm/i915: Rename execlists->queue_priority to queue_priority_hint
Chris Wilson
2019-01-29
1
-2
/
+6
*
drm/i915: Identify active requests
Chris Wilson
2019-01-29
1
-2
/
+4
*
drm/i915: Allocate a status page for each timeline
Chris Wilson
2019-01-28
1
-2
/
+4
*
drm/i915: Always allocate an object/vma for the HWSP
Chris Wilson
2019-01-28
1
-17
/
+6
*
drm/i915: Remove GPU reset dependence on struct_mutex
Chris Wilson
2019-01-25
1
-8
/
+9
*
drm/i915: Compute the HWS offsets explicitly
Chris Wilson
2019-01-25
1
-5
/
+5
*
drm/i915: Remove manual breadcumb counting
Chris Wilson
2019-01-25
1
-1
/
+1
*
drm/i915: Measure the required reserved size for request emission
Chris Wilson
2019-01-25
1
-1
/
+1
*
drm/i915: Use b->irq_enable() as predicate for mock engine
Chris Wilson
2019-01-18
1
-1
/
+0
*
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
2019-01-17
1
-1
/
+1
*
drm/i915: Always try to reset the GPU on takeover
Chris Wilson
2019-01-03
1
-1
/
+1
*
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
2019-01-02
1
-2
/
+2
*
drm/i915: Drop unused engine->irq_seqno_barrier w/a
Chris Wilson
2018-12-31
1
-10
/
+0
*
drm/i915: Remove redundant trailing request flush
Chris Wilson
2018-12-31
1
-10
/
+0
*
drm/i915/execlists: Pull the render flush into breadcrumb emission
Chris Wilson
2018-12-28
1
-3
/
+2
*
drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
Chris Wilson
2018-12-28
1
-55
/
+1
*
drm/i915: Apply missed interrupt after reset w/a to all ringbuffer gen
Chris Wilson
2018-12-18
1
-0
/
+2
*
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-12
1
-2
/
+2
*
drm/i915: Allocate a common scratch page
Chris Wilson
2018-12-04
1
-5
/
+0
*
drm/i915: Fuse per-context workaround handling with the common framework
Tvrtko Ursulin
2018-12-04
1
-0
/
+1
*
drm/i915: Move register white-listing to the common workaround framework
Tvrtko Ursulin
2018-12-04
1
-0
/
+1
*
drm/i915: Introduce per-engine workarounds
Tvrtko Ursulin
2018-12-04
1
-0
/
+2
*
drm/i915/vgpu: Disallow loading on old vGPU hosts
Chris Wilson
2018-12-03
1
-16
/
+0
*
drm/i915/ringbuffer: change header SPDX identifier to MIT
Jonathan Gray
2018-10-31
1
-1
/
+1
*
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
2018-10-29
1
-2
/
+2
[next]