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
Age
Commit message (
Expand
)
Author
Lines
2025-10-09
drm/xe: Move rebar to be done earlier
Lucas De Marchi
-8
/
+29
2025-10-10
Merge tag 'amd-drm-next-6.18-2025-10-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-172
/
+274
2025-10-09
drm/xe: Don't allow evicting of BOs in same VM in array of VM binds
Matthew Brost
-9
/
+24
2025-10-09
drm/i915/wm: Use fb->modfier to check for tiled vs. untiled
Ville Syrjälä
-4
/
+3
2025-10-09
drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init()
Ville Syrjälä
-7
/
+4
2025-10-09
drm/i915/fbdev: Select linear modifier explicitly
Ville Syrjälä
-0
/
+2
2025-10-09
drm/i915/fb: Fix the set_tiling vs. addfb race, again
Ville Syrjälä
-18
/
+20
2025-10-09
drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get,release}()
Ville Syrjälä
-3
/
+9
2025-10-09
drm/panfrost: Name scheduler queues after their job slots
Adrián Larumbe
-11
/
+15
2025-10-09
drm/xe: Increase global invalidation timeout to 1000us
Kenneth Graunke
-1
/
+1
2025-10-09
drm: Prevent sign extension on hdisplay and vdisplay
Jonathan Cavitt
-2
/
+2
2025-10-09
drm/i915/display: Make intel_crtc_get_vblank_counter safe on PREEMPT_RT
Maarten Lankhorst
-2
/
+7
2025-10-09
drm/i915: Disable tracepoints for PREEMPT_RT
Maarten Lankhorst
-0
/
+5
2025-10-09
drm/panthor: skip regulator setup if no such prop
Rain Yang
-2
/
+1
2025-10-09
drm/panthor: Ensure MCU is disabled on suspend
Ketil Johnsen
-0
/
+1
2025-10-09
drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC
Satyanarayana K V P
-1
/
+1
2025-10-09
drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
Matthew Brost
-0
/
+33
2025-10-09
drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
Matthew Brost
-2
/
+27
2025-10-09
drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
Matthew Brost
-4
/
+19
2025-10-09
drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
Satyanarayana K V P
-8
/
+20
2025-10-09
drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
Matthew Brost
-0
/
+4
2025-10-09
drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
Matthew Brost
-3
/
+20
2025-10-09
drm/xe: Move queue init before LRC creation
Matthew Brost
-13
/
+98
2025-10-09
drm/xe/vf: Replay GuC submission state on pause / unpause
Matthew Brost
-32
/
+295
2025-10-09
drm/xe/vf: Abort VF post migration recovery on failure
Matthew Brost
-0
/
+31
2025-10-09
drm/xe/vf: Start CTs before resfix VF post migration recovery
Matthew Brost
-13
/
+55
2025-10-09
drm/xe: Add CTB_H2G_BUFFER_OFFSET define
Matthew Brost
-5
/
+6
2025-10-09
drm/xe/vf: Kickstart after resfix in VF post migration recovery
Matthew Brost
-8
/
+9
2025-10-09
drm/xe/vf: Reset TLB invalidations during VF post migration recovery
Matthew Brost
-0
/
+2
2025-10-09
drm/xe/vf: Flush and stop CTs in VF post migration recovery
Matthew Brost
-0
/
+12
2025-10-09
drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
Matthew Brost
-8
/
+27
2025-10-09
drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs support...
Matthew Brost
-1
/
+25
2025-10-09
drm/xe/vf: Wakeup in GuC backend on VF post migration recovery
Matthew Brost
-21
/
+99
2025-10-09
drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
Matthew Brost
-56
/
+5
2025-10-09
drm/xe/vf: Teardown VF post migration worker on driver unload
Matthew Brost
-2
/
+43
2025-10-09
drm/xe/vf: Close multi-GT GGTT shift race
Matthew Brost
-101
/
+123
2025-10-09
drm/xe/vf: Move LMEM config to tile layer
Matthew Brost
-30
/
+71
2025-10-09
drm/xe: Move GGTT lock init to alloc
Matthew Brost
-16
/
+23
2025-10-09
drm/xe/vf: Remove memory allocations from VF post migration recovery
Matthew Brost
-10
/
+15
2025-10-09
drm/xe/vf: Abort H2G sends during VF post-migration recovery
Matthew Brost
-2
/
+2
2025-10-09
drm/xe/vf: Make VF recovery run on per-GT worker
Matthew Brost
-257
/
+185
2025-10-09
drm/xe/vf: Add xe_gt_recovery_pending helper
Matthew Brost
-4
/
+99
2025-10-09
drm/xe: Make LRC W/A scratch buffer usage consistent
Matthew Brost
-1
/
+1
2025-10-09
drm/xe: Don't change LRC ring head on job resubmission
Matthew Brost
-2
/
+16
2025-10-09
drm/xe: Return first unsignaled job first pending job helper
Matthew Brost
-4
/
+17
2025-10-09
drm/xe: Track LR jobs in DRM scheduler pending list
Matthew Brost
-45
/
+31
2025-10-09
drm/xe/guc: Track pending-enable source in submission state
Matthew Brost
-0
/
+36
2025-10-09
drm/xe: Save off position in ring in which a job was programmed
Matthew Brost
-4
/
+24
2025-10-09
drm/xe: Add NULL checks to scratch LRC allocation
Matthew Brost
-4
/
+9
2025-10-09
drm/i915/guc: Skip communication warning on reset in progress
Zhanjun Dong
-1
/
+8
[prev]
[next]