index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
drm/i915: switch TGL and ADL to the new stepping scheme
Jani Nikula
3
-56
/
+28
2021-03-29
drm/i915: switch KBL to the new stepping scheme
Jani Nikula
7
-37
/
+82
2021-03-29
drm/i915: add new helpers for accessing stepping info
Jani Nikula
3
-9
/
+29
2021-03-29
drm/i915: split out stepping info to a new file
Jani Nikula
5
-56
/
+74
2021-03-26
drm/i915: add gem/gt TODO
Daniel Vetter
1
-0
/
+41
2021-03-26
drm/i915: Fix transposed arguments to skl_plane_wm_level()
Ville Syrjälä
1
-2
/
+2
2021-03-26
drm/i915: Allow configuring default request expiry via modparam
Tvrtko Ursulin
3
-2
/
+9
2021-03-26
drm/i915: Fail too long user submissions by default
Tvrtko Ursulin
4
-1
/
+66
2021-03-26
drm/i915: Request watchdog infrastructure
Tvrtko Ursulin
8
-0
/
+106
2021-03-26
drm/i915: Handle async cancellation in sentinel assert
Tvrtko Ursulin
1
-4
/
+8
2021-03-26
drm/i915: Restrict sentinel requests further
Tvrtko Ursulin
1
-1
/
+1
2021-03-26
drm/i915: Individual request cancellation
Chris Wilson
5
-6
/
+242
2021-03-26
drm/i915: Extract active lookup engine to a helper
Tvrtko Ursulin
3
-33
/
+49
2021-03-25
drm/i915: Use tasklet_unlock_spin_wait() in __tasklet_disable_sync_once()
Sebastian Andrzej Siewior
1
-1
/
+1
2021-03-24
drm/i915/gt: Always flush the submission queue on checking for idle
Chris Wilson
1
-8
/
+2
2021-03-24
drm/i915/selftest: Synchronise with the GPU timestamp
Chris Wilson
1
-3
/
+5
2021-03-24
drm/i915: give stolen system memory its own class
Matthew Auld
5
-10
/
+10
2021-03-24
drm/i915: cleanup the region class/instance encoding
Matthew Auld
2
-20
/
+24
2021-03-24
drm/i915/gt: Double check heartbeat timeout before resetting
Chris Wilson
1
-1
/
+10
2021-03-24
drm/i915/selftests: Restore previous heartbeat interval
Chris Wilson
1
-4
/
+10
2021-03-24
drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT
Matthew Auld
2
-6
/
+22
2021-03-24
drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTT
Matthew Auld
3
-1
/
+18
2021-03-24
drm/i915: Distinction of memory regions
Zbigniew Kempczyński
2
-2
/
+2
2021-03-24
drm/i915/gt: Retire unexpected starting state error dumping
Chris Wilson
1
-20
/
+0
2021-03-24
drm/i915/selftests: Use a single copy of the mocs table
Chris Wilson
1
-10
/
+22
2021-03-24
drm/i915: Protect against request freeing during cancellation on wedging
Chris Wilson
6
-24
/
+31
2021-03-24
drm/i915: allocate cmd ring in lmem
Michel Thierry
1
-2
/
+3
2021-03-24
drm/i915: move engine scratch to LMEM
Matthew Auld
1
-2
/
+6
2021-03-24
drm/i915: allocate context from LMEM
Matthew Auld
1
-1
/
+5
2021-03-24
drm/i915/dg1: Reserve first 1MB of local memory
Imre Deak
1
-0
/
+41
2021-03-24
drm/i915: introduce mem->reserved
Abdiel Janulgue
3
-0
/
+96
2021-03-24
drm/i915: reserve stolen for LMEM region
CQ Tang
2
-4
/
+12
2021-03-24
drm/i915: setup the LMEM region
Matthew Auld
3
-1
/
+41
2021-03-24
drm/i915: make local-memory probing a GT operation
Matthew Auld
6
-7
/
+49
2021-03-24
drm/i915/gt: use new tasklet API for execution list
Emil Renner Berthing
4
-23
/
+23
2021-03-24
drm/i915/buddy: document the unused header bits
Matthew Auld
3
-2
/
+56
2021-03-24
drm/i915/gt: Move the defer_request waiter active assertion
Chris Wilson
1
-1
/
+1
2021-03-24
drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
Chris Wilson
1
-3
/
+13
2021-03-24
drm/i915/gem: consolidate 2big error checking for object sizes
Matthew Auld
4
-34
/
+29
2021-03-24
drm/i915/gem: don't trust the dma_buf->size
Matthew Auld
1
-0
/
+10
2021-03-24
drm/i915/gt: Replace 'return' with a fall-through
Chris Wilson
1
-3
/
+3
2021-03-24
drm/i915/gt: Add a space before '('
Chris Wilson
1
-1
/
+1
2021-03-24
drm/i915/gt: Replace unnecessary ',' with '; '
Chris Wilson
2
-3
/
+3
2021-03-24
drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4
Chris Wilson
1
-3
/
+5
2021-03-24
drm/i915/gt: Wrap macro arg in ()
Chris Wilson
1
-1
/
+1
2021-03-24
drm/i915/gt: Remove a bonus newline
Chris Wilson
2
-2
/
+0
2021-03-24
drm/i915/gt: Fixup misaligned function parameters
Chris Wilson
2
-4
/
+3
2021-03-24
drm/i915/gt: Remove repeated words from comments
Chris Wilson
5
-5
/
+5
2021-03-24
drm/i915/gt: Add some missing blank lines after declaration
Chris Wilson
5
-0
/
+7
2021-03-24
drm/i915/gt: SPDX cleanup
Chris Wilson
75
-459
/
+78
[prev]
[next]