index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gt: Remove reference to struct drm_device.pdev
Thomas Zimmermann
2021-04-29
1
-1
/
+1
*
Merge tag 'drm-intel-next-2021-04-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-04-08
4
-58
/
+68
|
\
|
*
drm/i915: Add support for FBs requiring a POT stride alignment
Imre Deak
2021-03-29
1
-9
/
+47
|
*
drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info struct
Imre Deak
2021-03-29
1
-2
/
+2
|
*
drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEP
Jani Nikula
2021-03-29
1
-5
/
+5
|
*
drm/i915: switch KBL to the new stepping scheme
Jani Nikula
2021-03-29
2
-4
/
+4
|
*
drm/i915: split out stepping info to a new file
Jani Nikula
2021-03-29
1
-39
/
+0
|
*
drm/i915: Fix the GT fence revocation runtime PM logic
Imre Deak
2021-03-24
1
-1
/
+12
*
|
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-04-08
90
-704
/
+482
|
\
\
|
*
|
drm/i915/gt: Always flush the submission queue on checking for idle
Chris Wilson
2021-03-24
1
-8
/
+2
|
*
|
drm/i915/selftest: Synchronise with the GPU timestamp
Chris Wilson
2021-03-24
1
-3
/
+5
|
*
|
drm/i915/gt: Double check heartbeat timeout before resetting
Chris Wilson
2021-03-24
1
-1
/
+10
|
*
|
drm/i915/selftests: Restore previous heartbeat interval
Chris Wilson
2021-03-24
1
-4
/
+10
|
*
|
drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT
Matthew Auld
2021-03-24
2
-6
/
+22
|
*
|
drm/i915/gtt/dg1: add PTE_LM plumbing for ppGTT
Matthew Auld
2021-03-24
3
-1
/
+18
|
*
|
drm/i915: Distinction of memory regions
Zbigniew KempczyĆski
2021-03-24
2
-2
/
+2
|
*
|
drm/i915/gt: Retire unexpected starting state error dumping
Chris Wilson
2021-03-24
1
-20
/
+0
|
*
|
drm/i915/selftests: Use a single copy of the mocs table
Chris Wilson
2021-03-24
1
-10
/
+22
|
*
|
drm/i915: Protect against request freeing during cancellation on wedging
Chris Wilson
2021-03-24
4
-21
/
+23
|
*
|
drm/i915: allocate cmd ring in lmem
Michel Thierry
2021-03-24
1
-2
/
+3
|
*
|
drm/i915: move engine scratch to LMEM
Matthew Auld
2021-03-24
1
-2
/
+6
|
*
|
drm/i915: allocate context from LMEM
Matthew Auld
2021-03-24
1
-1
/
+5
|
*
|
drm/i915/dg1: Reserve first 1MB of local memory
Imre Deak
2021-03-24
1
-0
/
+41
|
*
|
drm/i915: reserve stolen for LMEM region
CQ Tang
2021-03-24
1
-4
/
+10
|
*
|
drm/i915: setup the LMEM region
Matthew Auld
2021-03-24
3
-1
/
+41
|
*
|
drm/i915: make local-memory probing a GT operation
Matthew Auld
2021-03-24
4
-4
/
+43
|
*
|
drm/i915/gt: use new tasklet API for execution list
Emil Renner Berthing
2021-03-24
4
-23
/
+23
|
*
|
drm/i915/gt: Move the defer_request waiter active assertion
Chris Wilson
2021-03-24
1
-1
/
+1
|
*
|
drm/i915/selftests: Check for engine-reset errors in the middle of workarounds
Chris Wilson
2021-03-24
1
-3
/
+13
|
*
|
drm/i915/gt: Replace 'return' with a fall-through
Chris Wilson
2021-03-24
1
-3
/
+3
|
*
|
drm/i915/gt: Add a space before '('
Chris Wilson
2021-03-24
1
-1
/
+1
|
*
|
drm/i915/gt: Replace unnecessary ',' with '; '
Chris Wilson
2021-03-24
2
-3
/
+3
|
*
|
drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4
Chris Wilson
2021-03-24
1
-3
/
+5
|
*
|
drm/i915/gt: Wrap macro arg in ()
Chris Wilson
2021-03-24
1
-1
/
+1
|
*
|
drm/i915/gt: Remove a bonus newline
Chris Wilson
2021-03-24
2
-2
/
+0
|
*
|
drm/i915/gt: Fixup misaligned function parameters
Chris Wilson
2021-03-24
2
-4
/
+3
|
*
|
drm/i915/gt: Remove repeated words from comments
Chris Wilson
2021-03-24
5
-5
/
+5
|
*
|
drm/i915/gt: Add some missing blank lines after declaration
Chris Wilson
2021-03-24
5
-0
/
+7
|
*
|
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
75
-459
/
+78
|
*
|
drm/i915/gt: Call stop_ring() from ring resume, again
Chris Wilson
2021-03-24
1
-52
/
+56
|
*
|
drm/i915: Remove I915_USER_PRIORITY_SHIFT
Chris Wilson
2021-03-24
2
-36
/
+18
|
*
|
drm/i915: Strip out internal priorities
Chris Wilson
2021-03-24
5
-24
/
+8
*
|
|
drm/i915: Fail too long user submissions by default
Tvrtko Ursulin
2021-03-26
1
-1
/
+10
*
|
|
drm/i915: Request watchdog infrastructure
Tvrtko Ursulin
2021-03-26
6
-0
/
+46
*
|
|
drm/i915: Handle async cancellation in sentinel assert
Tvrtko Ursulin
2021-03-26
1
-4
/
+8
*
|
|
drm/i915: Restrict sentinel requests further
Tvrtko Ursulin
2021-03-26
1
-1
/
+1
*
|
|
drm/i915: Individual request cancellation
Chris Wilson
2021-03-26
2
-2
/
+8
*
|
|
drm/i915: Move gt_revoke() slightly
Maarten Lankhorst
2021-03-24
1
-2
/
+7
*
|
|
drm/i915/selftests: Prepare cs engine tests for obj->mm.lock removal
Maarten Lankhorst
2021-03-24
1
-2
/
+2
*
|
|
drm/i915/selftests: Prepare timeline tests for obj->mm.lock removal
Maarten Lankhorst
2021-03-24
1
-5
/
+25
[next]