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
/
xe
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-25
drm/xe: Remove stale declaration of xe_mmio_probe_vram()
Gustavo Sousa
1
-1
/
+0
2024-07-25
drm/xe/huc: Define HuC binary for BMG
Daniele Ceraolo Spurio
1
-0
/
+1
2024-07-25
drm/xe/gsc: Define GSC binary for LNL
Daniele Ceraolo Spurio
1
-0
/
+1
2024-07-25
drm/xe/huc: Define HuC binary for LNL
Daniele Ceraolo Spurio
1
-0
/
+1
2024-07-25
drm/xe/hdcp: Check GSC structure validity
Suraj Kandpal
1
-2
/
+6
2024-07-24
drm/xe: Fix possible UAF in guc_exec_queue_process_msg
Matthew Brost
1
-1
/
+3
2024-07-24
drm/xe: Delete unused register from xe_regs.h
Himal Prasad Ghimiray
1
-2
/
+0
2024-07-24
drm/xe: Add assert for XE_WA() usage
Lucas De Marchi
3
-2
/
+14
2024-07-24
drm/xe: Refactor mmio setup for multi-tile
Lucas De Marchi
1
-22
/
+77
2024-07-24
drm/xe: Remove fence check from send_tlb_invalidation
Matthew Brost
1
-2
/
+2
2024-07-23
drm/xe: Store process name and pid in xe file
Matthew Brost
4
-16
/
+25
2024-07-23
drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
Matthew Brost
1
-6
/
+6
2024-07-23
drm/xe: Fix xe_pt_abort_unbind
Matthew Brost
1
-1
/
+1
2024-07-22
drm/xe: Fix warning on unreachable statement
Lucas De Marchi
1
-1
/
+1
2024-07-22
drm/xe: Add NEEDS_2M BO flag
Michal Wajdeczko
3
-6
/
+9
2024-07-22
drm/xe: Normalize NEEDS_64K BO flag
Michal Wajdeczko
3
-3
/
+3
2024-07-22
drm/xe/tests: Skip xe_mocs live tests on VF device
Michal Wajdeczko
1
-0
/
+6
2024-07-22
drm/xe/tests: Convert xe_mocs live tests
Michal Wajdeczko
1
-4
/
+10
2024-07-22
drm/xe/tests: Convert xe_migrate live tests
Michal Wajdeczko
1
-7
/
+12
2024-07-22
drm/xe/tests: Convert xe_dma_buf live tests
Michal Wajdeczko
1
-2
/
+6
2024-07-22
drm/xe/tests: Convert xe_bo live tests
Michal Wajdeczko
1
-8
/
+13
2024-07-22
drm/xe/tests: Add helpers for use in live tests
Michal Wajdeczko
4
-0
/
+73
2024-07-22
drm/xe: Introduce const cast helper
Michal Wajdeczko
1
-0
/
+5
2024-07-21
drm/xe/oa: Don't use hardcoded values
Ohad Sharabi
1
-1
/
+1
2024-07-19
drm/xe: Build PM into GuC CT layer
Matthew Brost
3
-1
/
+18
2024-07-19
drm/xe: Hold a PM ref when GT TLB invalidations are inflight
Matthew Brost
4
-3
/
+29
2024-07-19
drm/xe: Drop xe_gt_tlb_invalidation_wait
Matthew Brost
4
-110
/
+80
2024-07-19
drm/xe: Add xe_gt_tlb_invalidation_fence_init helper
Matthew Brost
3
-25
/
+40
2024-07-19
drm/xe/vf: Fix register value lookup
Michal Wajdeczko
1
-1
/
+1
2024-07-19
drm/xe: Fix use after free when client stats are captured
Umesh Nerlige Ramappa
3
-9
/
+13
2024-07-19
drm/xe: Take a ref to xe file when user creates a VM
Umesh Nerlige Ramappa
1
-1
/
+5
2024-07-19
drm/xe: Add ref counting for xe_file
Umesh Nerlige Ramappa
3
-2
/
+37
2024-07-19
drm/xe: Move part of xe_file cleanup to a helper
Umesh Nerlige Ramappa
1
-11
/
+18
2024-07-18
drm/xe/uapi: Expose SIMD16 EU mask in topology query
Lucas De Marchi
3
-6
/
+36
2024-07-18
drm/xe: Remove unused xe_sync_entry_wait
Matthew Brost
2
-9
/
+0
2024-07-18
drm/xe: Validate user fence during creation
Matthew Brost
1
-4
/
+8
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
207
-2782
/
+13348
2024-07-18
drm/xe: Don't suspend device upon wedge
Matthew Brost
1
-0
/
+14
2024-07-18
drm/xe: Wedge the entire device
Matthew Brost
9
-13
/
+80
2024-07-18
drm/xe/pf: Limit fair VF LMEM provisioning
Michal Wajdeczko
1
-0
/
+1
2024-07-18
drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
Ashutosh Dixit
1
-7
/
+7
2024-07-18
drm/xe/pm: Add trace for pm functions
Nirmoy Das
2
-0
/
+60
2024-07-18
drm/xe/fbdev: Limit the usage of stolen for LNL+
Uma Shankar
3
-1
/
+12
2024-07-17
drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfx
Akshata Jahagirdar
1
-0
/
+6
2024-07-17
drm/xe/migrate: Add kunit to test migration functionality for BMG
Akshata Jahagirdar
1
-1
/
+119
2024-07-17
drm/xe/xe_migrate: Handle migration logic for xe2+ dgfx
Akshata Jahagirdar
1
-8
/
+11
2024-07-17
drm/xe/xe2: Introduce identity map for compressed pat for vram
Akshata Jahagirdar
2
-24
/
+66
2024-07-17
drm/xe/migrate: Add helper function to program identity map
Akshata Jahagirdar
1
-40
/
+48
2024-07-17
drm/xe/migrate: Add kunit to test clear functionality
Akshata Jahagirdar
1
-0
/
+276
2024-07-17
drm/xe/migrate: Handle clear ccs logic for xe2 dgfx
Akshata Jahagirdar
1
-3
/
+8
[prev]
[next]