index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
drm/i915: Remove i915_globals
Daniel Vetter
5
-82
/
+0
2021-07-28
drm/i915: move vma slab to direct module init/exit
Daniel Vetter
5
-22
/
+14
2021-07-28
drm/i915: move scheduler slabs to direct module init/exit
Daniel Vetter
5
-28
/
+20
2021-07-28
drm/i915: move request slabs to direct module init/exit
Daniel Vetter
4
-30
/
+24
2021-07-28
drm/i915: move gem_objects slab to direct module init/exit
Daniel Vetter
5
-20
/
+12
2021-07-28
drm/i915: move gem_context slab to direct module init/exit
Daniel Vetter
5
-20
/
+13
2021-07-28
drm/i915: move intel_context slab to direct module init/exit
Daniel Vetter
5
-20
/
+13
2021-07-28
drm/i915: move i915_buddy slab to direct module init/exit
Daniel Vetter
4
-20
/
+12
2021-07-28
drm/i915: move i915_active slab to direct module init/exit
Daniel Vetter
5
-23
/
+16
2021-07-28
drm/i915: Check for nomodeset in i915_init() first
Daniel Vetter
1
-1
/
+1
2021-07-28
drm/i915/xehpsdv: Correct parameters for IS_XEHPSDV_GT_STEP()
Matt Roper
1
-2
/
+2
2021-07-27
drm/i915/guc: Unblock GuC submission on Gen11+
Daniele Ceraolo Spurio
4
-7
/
+18
2021-07-27
drm/i915/guc: Implement GuC priority management
Matthew Brost
9
-5
/
+273
2021-07-27
drm/i915/selftest: Bump selftest timeouts for hangcheck
John Harrison
3
-3
/
+3
2021-07-27
drm/i915/selftest: Fix hangcheck self test for GuC submission
John Harrison
7
-71
/
+236
2021-07-27
drm/i915/selftest: Increase some timeouts in live_requests
Matthew Brost
1
-2
/
+2
2021-07-27
drm/i915/selftest: Fix MOCS selftest for GuC submission
Rahul Kumar Singh
1
-14
/
+35
2021-07-27
drm/i915/selftest: Fix workarounds selftest for GuC submission
Rahul Kumar Singh
6
-34
/
+203
2021-07-27
drm/i915/selftest: Better error reporting from hangcheck selftest
John Harrison
1
-18
/
+75
2021-07-27
drm/i915/guc: Support request cancellation
Matthew Brost
7
-14
/
+251
2021-07-27
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
8
-37
/
+195
2021-07-27
drm/i915/guc: Add golden context to GuC ADS
John Harrison
7
-30
/
+202
2021-07-27
drm/i915/guc: Include scheduling policies in the debugfs state dump
John Harrison
3
-0
/
+19
2021-07-27
drm/i915/guc: Connect reset modparam updates to GuC policy flags
John Harrison
2
-1
/
+33
2021-07-27
drm/i915/guc: Hook GuC scheduling policies up
John Harrison
3
-5
/
+49
2021-07-27
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
9
-47
/
+229
2021-07-27
drm/i915/guc: Capture error state on context reset
Matthew Brost
7
-26
/
+91
2021-07-27
drm/i915/guc: Enable GuC engine reset
John Harrison
1
-2
/
+1
2021-07-27
drm/i915/guc: Don't complain about reset races
John Harrison
3
-1
/
+10
2021-07-27
drm/i915/guc: Provide mmio list to be saved/restored on engine reset
John Harrison
5
-26
/
+222
2021-07-27
drm/i915/guc: Enable the timer expired interrupt for GuC
Matthew Brost
1
-0
/
+4
2021-07-27
drm/i915/guc: Handle engine reset failure notification
Matthew Brost
3
-0
/
+48
2021-07-27
drm/i915/guc: Handle context reset notification
Matthew Brost
4
-0
/
+51
2021-07-27
drm/i915/guc: Suspend/resume implementation for new interface
Matthew Brost
5
-51
/
+54
2021-07-27
drm/i915/guc: Add disable interrupts to guc sanitize
Matthew Brost
2
-18
/
+19
2021-07-27
drm/i915: Reset GPU immediately if submission is disabled
Matthew Brost
6
-13
/
+79
2021-07-27
drm/i915/guc: Reset implementation for new GuC interface
Matthew Brost
7
-132
/
+516
2021-07-27
drm/i915: Move active request tracking to a vfunc
Matthew Brost
9
-37
/
+147
2021-07-27
drm/i915: Add i915_sched_engine destroy vfunc
Matthew Brost
3
-4
/
+8
2021-07-27
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
9
-37
/
+133
2021-07-27
drm/i915/guc: Disable bonding extension with GuC submission
Matthew Brost
1
-0
/
+5
2021-07-27
drm/i915: Hold reference to intel_context over life of i915_request
Matthew Brost
1
-32
/
+23
2021-07-27
drm/i915/guc: Make hangcheck work with GuC virtual engines
John Harrison
3
-1
/
+17
2021-07-27
drm/i915/guc: GuC virtual engines
Matthew Brost
9
-36
/
+311
2021-07-27
drm/i915/ehl: unconditionally flush the pages on acquire
Matthew Auld
2
-0
/
+24
2021-07-27
drm/i915: document caching related bits
Matthew Auld
2
-13
/
+183
2021-07-26
drm/i915/gem: Migrate to system at dma-buf attach time (v7)
Thomas Hellström
2
-4
/
+106
2021-07-26
drm/i915/gem: Correct the locking and pin pattern for dma-buf (v8)
Thomas Hellström
2
-14
/
+132
2021-07-26
drm/i915/gem: Always call obj->ops->migrate unless can_migrate fails
Jason Ekstrand
1
-3
/
+6
2021-07-26
drm/i915/gem/ttm: Only call __i915_gem_object_set_pages if needed
Jason Ekstrand
1
-6
/
+7
[next]