index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
Age
Commit message (
Expand
)
Author
Lines
2024-11-13
drm/xe/oa: Fix "Missing outer runtime PM protection" warning
Ashutosh Dixit
-0
/
+2
2024-11-13
drm/xe: handle flat ccs during hibernation on igpu
Matthew Auld
-1
/
+12
2024-11-13
drm/xe: improve hibernation on igpu
Matthew Auld
-27
/
+16
2024-11-13
drm/xe: Restore system memory GGTT mappings
Matthew Brost
-4
/
+11
2024-11-13
drm/xe: Ensure all locks released in exec IOCTL
Matthew Brost
-2
/
+2
2024-11-05
drm/xe: Stop accumulating LRC timestamp on job_free
Lucas De Marchi
-2
/
+6
2024-11-05
drm/xe/pf: Fix potential GGTT allocation leak
Michal Wajdeczko
-1
/
+3
2024-11-05
drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL
Matthew Brost
-0
/
+1
2024-11-05
drm/xe: Fix possible exec queue leak in exec IOCTL
Matthew Brost
-4
/
+8
2024-11-04
drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout
Nirmoy Das
-0
/
+2
2024-11-04
drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout
Nirmoy Das
-0
/
+7
2024-11-04
drm/xe: Move LNL scheduling WA to xe_device.h
Nirmoy Das
-10
/
+15
2024-11-04
drm/xe: Use the filelist from drm for ccs_mode change
Balasubramani Vivekanandan
-23
/
+5
2024-11-04
drm/xe: Set mask bits for CCS_MODE register
Balasubramani Vivekanandan
-1
/
+7
2024-10-31
drm/xe: Don't short circuit TDR on jobs not started
Matthew Brost
-6
/
+12
2024-10-31
drm/xe: Add mmio read before GGTT invalidate
Matthew Brost
-0
/
+10
2024-10-29
drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume
Imre Deak
-0
/
+1
2024-10-29
drm/xe/display: Separate the d3cold and non-d3cold runtime PM handling
Imre Deak
-5
/
+14
2024-10-29
drm/xe: Remove runtime argument from display s/r functions
Maarten Lankhorst
-28
/
+39
2024-10-24
drm/xe: Don't restart parallel queues multiple times on GT reset
Nirmoy Das
-2
/
+12
2024-10-24
drm/xe/ufence: Prefetch ufence addr to catch bogus address
Nirmoy Das
-1
/
+2
2024-10-24
drm/xe: Handle unreliable MMIO reads during forcewake
Shuicheng Lin
-3
/
+9
2024-10-24
drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout
Badal Nilawar
-0
/
+18
2024-10-24
drm/xe: Enlarge the invalidation timeout from 150 to 500
Shuicheng Lin
-1
/
+1
2024-10-16
drm/xe/bmg: improve cache flushing behaviour
Matthew Auld
-4
/
+0
2024-10-16
drm/xe/xe_sync: initialise ufence.signalled
Matthew Auld
-1
/
+1
2024-10-16
drm/xe/ufence: ufence can be signaled right after wait_woken
Nirmoy Das
-3
/
+0
2024-10-16
drm/xe: Use bookkeep slots for external BO's in exec IOCTL
Matthew Brost
-8
/
+4
2024-10-16
drm/xe/query: Increase timestamp width
Lucas De Marchi
-1
/
+5
2024-10-16
drm/xe: Don't free job in TDR
Matthew Brost
-2
/
+5
2024-10-16
drm/xe: Take job list lock in xe_sched_add_pending_job
Matthew Brost
-0
/
+2
2024-10-16
drm/xe: fix unbalanced rpm put() with declare_wedged()
Matthew Auld
-2
/
+2
2024-10-16
drm/xe: fix unbalanced rpm put() with fence_fini()
Matthew Auld
-23
/
+15
2024-10-16
drm/xe/xe2lpg: Extend Wa_15016589081 for xe2lpg
Aradhya Bhatia
-0
/
+4
2024-10-11
Merge tag 'drm-xe-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
-26
/
+33
2024-10-11
Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-82
/
+1
2024-10-08
drm/xe: Make wedged_mode debugfs writable
Matt Roper
-1
/
+1
2024-10-08
drm/xe: Restore GT freq on GSC load error
Vinay Belgaumkar
-1
/
+3
2024-10-08
drm/xe/guc_submit: fix xa_store() error checking
Matthew Auld
-6
/
+3
2024-10-08
drm/xe/ct: fix xa_store() error checking
Matthew Auld
-15
/
+8
2024-10-08
drm/xe/ct: prevent UAF in send_recv()
Matthew Auld
-3
/
+18
2024-10-03
drm/xe: Fix memory leak when aborting binds
Matthew Brost
-1
/
+1
2024-10-03
drm/xe: Prevent null pointer access in xe_migrate_copy
Zhanjun Dong
-2
/
+2
2024-10-03
drm/xe/oa: Don't reset OAC_CONTEXT_ENABLE on OA stream close
José Roberto de Souza
-6
/
+3
2024-10-03
drm/xe/queue: move xa_alloc to prevent UAF
Matthew Auld
-1
/
+3
2024-10-03
drm/xe/vm: move xa_alloc to prevent UAF
Matthew Auld
-8
/
+8
2024-10-03
drm/xe: Clean up VM / exec queue file lock usage.
Matthew Brost
-12
/
+19
2024-10-03
drm/xe: Resume TDR after GT reset
Matthew Brost
-0
/
+8
2024-10-03
drm/xe/xe2: Add performance tuning for L3 cache flushing
Gustavo Sousa
-0
/
+13
2024-10-03
drm/xe/xe2: Extend performance tuning to media GT
Gustavo Sousa
-0
/
+26
[next]