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-05-01
drm/xe/gsc: Turn off GSCCS interrupts when disabling the engine
Daniele Ceraolo Spurio
1
-0
/
+5
2024-05-01
drm/xe/vm: prevent UAF in rebind_work_func()
Matthew Auld
1
-0
/
+3
2024-04-30
drm/xe: Remove uninitialized end var from xe_gt_tlb_invalidation_range()
Nirmoy Das
1
-1
/
+1
2024-04-29
drm/xe: Merge 16021540221 and 18034896535 WAs
Lucas De Marchi
1
-6
/
+1
2024-04-29
drm/xe/xe2hpg: Add Wa_14021490052
Shekhar Chauhan
1
-0
/
+9
2024-04-26
drm/xe: Delete PT update selftest
Matthew Brost
1
-86
/
+0
2024-04-26
drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
Matthew Brost
3
-22
/
+65
2024-04-26
drm/xe: Move ufence add to vm_bind_ioctl_ops_fini
Matthew Brost
3
-7
/
+53
2024-04-26
drm/xe: Move ufence check to op_lock_and_prep
Matthew Brost
1
-10
/
+23
2024-04-26
drm/xe: Add vm_bind_ioctl_ops_fini helper
Matthew Brost
1
-38
/
+24
2024-04-26
drm/xe: Add some members to xe_vma_ops
Matthew Brost
2
-5
/
+22
2024-04-26
drm/xe: Use xe_vma_ops to implement page fault rebinds
Matthew Brost
4
-19
/
+58
2024-04-26
drm/xe: Simplify VM bind IOCTL error handling and cleanup
Matthew Brost
2
-60
/
+12
2024-04-26
drm/xe: Use xe_vma_ops to implement xe_vm_rebind
Matthew Brost
1
-14
/
+64
2024-04-26
drm/xe: Add struct xe_vma_ops abstraction
Matthew Brost
2
-16
/
+28
2024-04-26
drm/xe: Move migrate to prefetch to op_lock_and_prep function
Matthew Brost
1
-15
/
+15
2024-04-26
drm/xe: Add ops_execute function which returns a fence
Matthew Brost
1
-100
/
+111
2024-04-26
drm/xe: Lock all gpuva ops during VM bind IOCTL
Matthew Brost
1
-40
/
+108
2024-04-26
drm/xe/display: Fix ADL-N detection
Lucas De Marchi
1
-1
/
+2
2024-04-26
drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
Colin Ian King
1
-1
/
+1
2024-04-26
drm/xe/pf: Initialize and update PF services on driver init
Michal Wajdeczko
1
-0
/
+7
2024-04-26
drm/xe/pf: Re-initialize SR-IOV specific HW settings
Michal Wajdeczko
4
-0
/
+39
2024-04-25
drm/xe: Change xe_guc_submit_stop return to void
Himal Prasad Ghimiray
7
-24
/
+11
2024-04-25
drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpers
Himal Prasad Ghimiray
2
-4
/
+4
2024-04-25
drm/xe/vm: Use xe_vm_lock()/xe_vm_unlock() helpers
Himal Prasad Ghimiray
1
-3
/
+3
2024-04-26
Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
4
-2
/
+7
2024-04-25
drm/xe: Replace engine references with exec queue in xe_guc_submit.c
Matthew Brost
1
-9
/
+9
2024-04-25
drm/xe: Fix alignment in GuC exec queue state defines
Matthew Brost
1
-3
/
+3
2024-04-25
drm/xe: s/ENGINE_STATE_KILLED/EXEC_QUEUE_STATE_KILLED
Matthew Brost
1
-4
/
+4
2024-04-25
drm/xe: s/ENGINE_STATE_SUSPENDED/EXEC_QUEUE_STATE_SUSPENDED
Matthew Brost
1
-5
/
+5
2024-04-25
drm/xe: s/ENGINE_STATE_ENABLED/EXEC_QUEUE_STATE_ENABLED
Matthew Brost
1
-4
/
+4
2024-04-26
Merge tag 'drm-intel-next-2024-04-24' of https://anongit.freedesktop.org/git/...
Dave Airlie
1
-3
/
+0
2024-04-25
drm/xe: Delete unused GuC submission_state.suspend
Matthew Brost
2
-13
/
+0
2024-04-25
drm/xe/vm: prevent UAF in rebind_work_func()
Matthew Auld
1
-0
/
+3
2024-04-25
Revert "drm/xe/vm: drop vm->destroy_work"
Matthew Auld
2
-2
/
+22
2024-04-25
drm/xe/preempt_fence: enlarge the fence critical section
Matthew Auld
1
-3
/
+11
2024-04-25
drm/xe/guc: Fix typos in VF CFG KLVs descriptions
Michal Wajdeczko
1
-6
/
+6
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
3
-0
/
+5
2024-04-25
drm/xe/pf: Expose PF service details via debugfs
Michal Wajdeczko
1
-0
/
+13
2024-04-25
drm/{i915, xe}: Implement fbdev emulation as in-kernel client
Thomas Zimmermann
1
-2
/
+0
2024-04-25
drm/{i915,xe}: Implement fbdev client callbacks
Thomas Zimmermann
1
-9
/
+0
2024-04-25
drm/{i915,xe}: Unregister in-kernel clients
Thomas Zimmermann
1
-0
/
+1
2024-04-24
drm/xe: Check result of drmm_mutex_init()
Michal Wajdeczko
1
-1
/
+4
2024-04-24
drm/xe/xe2: Add workaround 14021567978
Tejas Upadhyay
1
-0
/
+5
2024-04-24
drm/xe/guc: Improve GuC doorbell/context ID manager intro message
Michal Wajdeczko
2
-2
/
+4
2024-04-24
drm/xe: Introduce the wedged_mode debugfs
Rodrigo Vivi
7
-23
/
+149
2024-04-24
drm/xe: Force wedged state and block GT reset upon any GPU hang
Rodrigo Vivi
8
-31
/
+129
2024-04-24
drm/xe: declare wedged upon GuC load failure
Rodrigo Vivi
1
-23
/
+17
2024-04-24
drm/xe: Introduce a simple wedged state
Rodrigo Vivi
5
-1
/
+36
2024-04-24
drm/xe: Add INSTDONE registers to devcoredump
José Roberto de Souza
4
-0
/
+158
[prev]
[next]