index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_engine_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-12
drm/i915: merge gen checks to use range
Lucas De Marchi
1
-1
/
+1
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-2
/
+2
2018-12-12
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
1
-1
/
+1
2018-12-07
dma-buf: make fence sequence numbers 64 bit v2
Christian König
1
-1
/
+1
2018-12-04
drm/i915: Allocate a common scratch page
Chris Wilson
1
-42
/
+0
2018-12-04
drm/i915: Fuse per-context workaround handling with the common framework
Tvrtko Ursulin
1
-0
/
+1
2018-12-04
drm/i915: Move register white-listing to the common workaround framework
Tvrtko Ursulin
1
-0
/
+1
2018-12-04
drm/i915: Introduce per-engine workarounds
Tvrtko Ursulin
1
-0
/
+2
2018-11-21
drm/i915: Show waiter's status on engine dump
Chris Wilson
1
-2
/
+4
2018-11-16
drm/i915/selftests: Workaround an issue with unused lockdep subclass
Chris Wilson
1
-1
/
+1
2018-10-29
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
1
-1
/
+1
2018-10-18
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
1
-4
/
+4
2018-10-17
drm/i915: Ensure intel_engine_init_execlist() builds with Clang
Jani Nikula
1
-1
/
+1
2018-10-11
drm/i915: Inject load failure inside intel_engines_init_mmio
Michal Wajdeczko
1
-0
/
+3
2018-10-01
drm/i915: Combine multiple internal plists into the same i915_priolist bucket
Chris Wilson
1
-3
/
+3
2018-09-26
drm/i915: Convert to BITS_PER_TYPE
Chris Wilson
1
-1
/
+1
2018-09-14
drm/i915: Flush the tasklet when checking for idle
Chris Wilson
1
-0
/
+3
2018-09-03
drm/i915: Use a cached mapping for the physical HWS
Chris Wilson
1
-12
/
+13
2018-09-03
drm/i915: Combine cleanup_status_page()
Chris Wilson
1
-14
/
+6
2018-08-21
drm/i915: Correct CSB probing for engine state dumper
Chris Wilson
1
-12
/
+11
2018-08-15
drm/i915: Clear stop-engine for a pardoned reset
Chris Wilson
1
-0
/
+10
2018-08-07
drm/i915: Pull seqno started checks together
Chris Wilson
1
-2
/
+1
2018-07-27
drm/i915: Eliminate use of PAGE_SIZE as a virtual alignment
Chris Wilson
1
-2
/
+2
2018-07-24
drm/i915: Pull unpin map into vma release
Chris Wilson
1
-15
/
+3
2018-07-13
drm/i915: Do not short-circuit tasklets during reset
Chris Wilson
1
-5
/
+7
2018-07-11
drm/i915/execlists: Switch to rb_root_cached
Chris Wilson
1
-4
/
+3
2018-07-07
drm/i915: Replace nested subclassing with explicit subclasses
Chris Wilson
1
-0
/
+1
2018-07-06
drm/i915: Record logical context support in driver caps
Chris Wilson
1
-0
/
+2
2018-07-05
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-06-28
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
1
-4
/
+4
2018-06-28
drm/i915/execlists: Trust the CSB
Chris Wilson
1
-6
/
+2
2018-06-28
drm/i915/execlists: Unify CSB access pointers
Chris Wilson
1
-12
/
+0
2018-06-20
drm/i915: Disable bh around call to tasklet
Chris Wilson
1
-0
/
+2
2018-06-18
drm/i915: Fix fallout of fake reset along resume
Chris Wilson
1
-0
/
+22
2018-06-14
drm/i915: Show CCID in engine dumps
Chris Wilson
1
-0
/
+2
2018-06-14
drm/i915: Make the hexdump row offset visually distinct
Chris Wilson
1
-1
/
+1
2018-06-14
drm/i915: Dump the ringbuffer of the active request for debugging
Chris Wilson
1
-5
/
+36
2018-06-12
drm/i915/ringbuffer: Serialize load of PD_DIR
Chris Wilson
1
-2
/
+3
2018-06-11
drm/i915/ringbuffer: Fix context restore upon reset
Chris Wilson
1
-3
/
+0
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-2
/
+2
2018-05-24
drm/i915/icl: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads
Yunwei Zhang
1
-0
/
+3
2018-05-24
drm/i915/cnl: Implement WaProgramMgsrForCorrectSliceSpecificMmioReads
Yunwei Zhang
1
-5
/
+25
2018-05-19
drm/i915/execlists: Handle copying default context state for atomic reset
Chris Wilson
1
-0
/
+15
2018-05-19
drm/i915: Make intel_engine_dump irqsafe
Chris Wilson
1
-4
/
+7
2018-05-19
drm/i915: Speed up idle detection by kicking the tasklets
Chris Wilson
1
-3
/
+12
2018-05-18
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
1
-22
/
+32
2018-05-18
drm/i915: Move fiddling with engine->last_retired_context
Chris Wilson
1
-0
/
+23
2018-05-18
drm/i915: Move request->ctx aside
Chris Wilson
1
-1
/
+1
2018-05-17
drm/i915: Nul-terminate legacy debug string
Chris Wilson
1
-1
/
+1
2018-05-16
drm/i915: Stop parking the signaler around reset
Chris Wilson
1
-0
/
+29
[prev]
[next]