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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
drm/xe: Don't grab runtime PM ref in engine create IOCTL
Matthew Brost
1
-30
/
+13
2023-12-19
drm/xe: Let primary and media GT share a kernel_bb_pool
Matt Roper
7
-31
/
+48
2023-12-19
drm/xe: Fix memory use after free
Niranjana Vishwanathapura
2
-4
/
+5
2023-12-19
drm/xe: fix suspend-resume for dgfx
Matthew Auld
3
-4
/
+136
2023-12-19
drm/xe: Clean up xe_device_desc
Matt Roper
1
-12
/
+4
2023-12-19
drm/xe: Add KUnit test for xe_pci.c IP engine lists
Matt Roper
4
-0
/
+125
2023-12-19
drm/xe: Select graphics/media descriptors from GMD_ID
Matt Roper
3
-36
/
+159
2023-12-19
drm/xe: Add printable name to IP descriptors
Matt Roper
3
-3
/
+24
2023-12-19
drm/xe: Clarify GT counting logic
Matt Roper
2
-5
/
+16
2023-12-19
drm/xe: Move engine masks into IP descriptor structures
Matt Roper
2
-51
/
+46
2023-12-19
drm/xe: Move most platform traits to graphics IP
Matt Roper
2
-54
/
+56
2023-12-19
drm/xe: Set require_force_probe in each platform's description
Matt Roper
1
-3
/
+7
2023-12-19
drm/xe: Start splitting xe_device_desc into graphics/media structures
Matt Roper
2
-29
/
+86
2023-12-19
drm/xe: Always log GuC/HuC firmware versions
Lucas De Marchi
1
-0
/
+5
2023-12-19
drm/xe: Always write GEN12_RCU_MODE.GEN12_RCU_MODE_CCS_ENABLE for CCS engines
Matthew Brost
1
-1
/
+1
2023-12-19
drm/xe: Update GuC/HuC firmware autoselect logic
Lucas De Marchi
3
-120
/
+204
2023-12-19
drm/xe: Add test for GT workarounds and tunings
Lucas De Marchi
4
-1
/
+143
2023-12-19
drm/xe: Add basic unit tests for rtp
Lucas De Marchi
5
-2
/
+329
2023-12-19
drm/xe/reg_sr: Save errors for kunit integration
Lucas De Marchi
2
-0
/
+12
2023-12-19
drm/xe: Generalize fake device creation
Lucas De Marchi
3
-1
/
+64
2023-12-19
drm/xe: Use symbol namespace for kunit tests
Lucas De Marchi
6
-4
/
+10
2023-12-19
drm/xe: Move test infra out of xe_pci.[ch]
Lucas De Marchi
7
-60
/
+82
2023-12-19
drm/xe: Extract function to initialize xe->info
Lucas De Marchi
1
-44
/
+54
2023-12-19
drm/xe/irq: Don't clobber display interrupts on multi-tile platforms
Matt Roper
1
-2
/
+10
2023-12-19
drm/xe/irq: Drop commented-out code for non-existent media engines
Matt Roper
1
-12
/
+0
2023-12-19
drm/xe/irq: Drop remaining "gen11_" prefix from IRQ functions
Matt Roper
1
-24
/
+22
2023-12-19
drm/xe/irq: Rename and clarify top-level interrupt handling routines
Matt Roper
1
-22
/
+24
2023-12-19
drm/xe/irq: Drop unnecessary GEN11_ and GEN12_ register prefixes
Matt Roper
4
-85
/
+84
2023-12-19
drm/xe/irq: Drop IRQ_INIT and IRQ_RESET macros
Matt Roper
1
-31
/
+32
2023-12-19
drm/xe/irq: Add helpers to find ISR/IIR/IMR/IER registers
Matt Roper
2
-21
/
+22
2023-12-19
drm/xe/irq: Drop gen3_ prefixes
Matt Roper
1
-22
/
+20
2023-12-19
drm/xe: fix pvc unload issue
Chang, Bruce
10
-97
/
+47
2023-12-19
drm/xe: Fix platform order
Lucas De Marchi
3
-9
/
+11
2023-12-19
drm/xe: Use proper vram offset
Niranjana Vishwanathapura
3
-11
/
+15
2023-12-19
drm/xe/tests: Set correct expectation
Niranjana Vishwanathapura
1
-0
/
+1
2023-12-19
drm/xe/tests: Use proper batch base address
Niranjana Vishwanathapura
1
-1
/
+2
2023-12-19
drm/xe: Remove unused revid from firmware name
Lucas De Marchi
1
-18
/
+15
2023-12-19
drm/xe: Don't emit extra MI_BATCH_BUFFER_END in WA batchbuffer
Matt Roper
1
-2
/
+0
2023-12-19
drm/xe: Adjust batchbuffer space warning when creating a job
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe: Include hardware prefetch buffer in batchbuffer allocations
Matt Roper
1
-2
/
+23
2023-12-19
drm/xe: Better error messages for xe_gt_record_default_lrcs
Matthew Brost
1
-3
/
+17
2023-12-19
drm/xe: don't auto fall back to execlist mode if guc failed to init
Chang, Bruce
2
-5
/
+2
2023-12-19
drm/xe/pat: Define PAT tables as static
Matt Roper
1
-3
/
+3
2023-12-19
drm/xe/bo: refactor try_add_vram
Matthew Auld
1
-55
/
+31
2023-12-19
drm/xe: add XE_BO_CREATE_VRAM_MASK
Matthew Auld
2
-5
/
+5
2023-12-19
drm/xe/mtl: Handle PAT_INDEX offset jump
Matt Roper
1
-1
/
+3
2023-12-19
drm/xe/mtl: Fix PAT table coherency settings
Matt Roper
1
-2
/
+2
2023-12-19
drm/xe/pat: Clean up PAT register definitions
Matt Roper
1
-35
/
+38
2023-12-19
drm/xe/pat: Handle unicast vs MCR PAT registers
Matt Roper
1
-7
/
+30
2023-12-19
drm/xe/pat: Use table-based programming of PAT settings
Matt Roper
1
-42
/
+35
[prev]
[next]