summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-10-09drm/xe: Move rebar to be done earlierLucas De Marchi-8/+29
2025-10-10Merge tag 'amd-drm-next-6.18-2025-10-09' of https://gitlab.freedesktop.org/ag...Dave Airlie-172/+274
2025-10-09drm/xe: Don't allow evicting of BOs in same VM in array of VM bindsMatthew Brost-9/+24
2025-10-09drm/i915/wm: Use fb->modfier to check for tiled vs. untiledVille Syrjälä-4/+3
2025-10-09drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init()Ville Syrjälä-7/+4
2025-10-09drm/i915/fbdev: Select linear modifier explicitlyVille Syrjälä-0/+2
2025-10-09drm/i915/fb: Fix the set_tiling vs. addfb race, againVille Syrjälä-18/+20
2025-10-09drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get,release}()Ville Syrjälä-3/+9
2025-10-09drm/panfrost: Name scheduler queues after their job slotsAdrián Larumbe-11/+15
2025-10-09drm/xe: Increase global invalidation timeout to 1000usKenneth Graunke-1/+1
2025-10-09drm: Prevent sign extension on hdisplay and vdisplayJonathan Cavitt-2/+2
2025-10-09drm/i915/display: Make intel_crtc_get_vblank_counter safe on PREEMPT_RTMaarten Lankhorst-2/+7
2025-10-09drm/i915: Disable tracepoints for PREEMPT_RTMaarten Lankhorst-0/+5
2025-10-09drm/panthor: skip regulator setup if no such propRain Yang-2/+1
2025-10-09drm/panthor: Ensure MCU is disabled on suspendKetil Johnsen-0/+1
2025-10-09drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuCSatyanarayana K V P-1/+1
2025-10-09drm/xe/vf: Rebase CCS save/restore BB GGTT addressesMatthew Brost-0/+33
2025-10-09drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTLMatthew Brost-2/+27
2025-10-09drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VFMatthew Brost-4/+19
2025-10-09drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixupsSatyanarayana K V P-8/+20
2025-10-09drm/xe/vf: Workaround for race condition in GuC firmware during VF pauseMatthew Brost-0/+4
2025-10-09drm/xe/vf: Add debug prints for GuC replaying state during VF recoveryMatthew Brost-3/+20
2025-10-09drm/xe: Move queue init before LRC creationMatthew Brost-13/+98
2025-10-09drm/xe/vf: Replay GuC submission state on pause / unpauseMatthew Brost-32/+295
2025-10-09drm/xe/vf: Abort VF post migration recovery on failureMatthew Brost-0/+31
2025-10-09drm/xe/vf: Start CTs before resfix VF post migration recoveryMatthew Brost-13/+55
2025-10-09drm/xe: Add CTB_H2G_BUFFER_OFFSET defineMatthew Brost-5/+6
2025-10-09drm/xe/vf: Kickstart after resfix in VF post migration recoveryMatthew Brost-8/+9
2025-10-09drm/xe/vf: Reset TLB invalidations during VF post migration recoveryMatthew Brost-0/+2
2025-10-09drm/xe/vf: Flush and stop CTs in VF post migration recoveryMatthew Brost-0/+12
2025-10-09drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context registerMatthew Brost-8/+27
2025-10-09drm/xe/vf: Avoid indefinite blocking in preempt rebind worker for VFs support...Matthew Brost-1/+25
2025-10-09drm/xe/vf: Wakeup in GuC backend on VF post migration recoveryMatthew Brost-21/+99
2025-10-09drm/xe/vf: Don't allow GT reset to be queued during VF post migration recoveryMatthew Brost-56/+5
2025-10-09drm/xe/vf: Teardown VF post migration worker on driver unloadMatthew Brost-2/+43
2025-10-09drm/xe/vf: Close multi-GT GGTT shift raceMatthew Brost-101/+123
2025-10-09drm/xe/vf: Move LMEM config to tile layerMatthew Brost-30/+71
2025-10-09drm/xe: Move GGTT lock init to allocMatthew Brost-16/+23
2025-10-09drm/xe/vf: Remove memory allocations from VF post migration recoveryMatthew Brost-10/+15
2025-10-09drm/xe/vf: Abort H2G sends during VF post-migration recoveryMatthew Brost-2/+2
2025-10-09drm/xe/vf: Make VF recovery run on per-GT workerMatthew Brost-257/+185
2025-10-09drm/xe/vf: Add xe_gt_recovery_pending helperMatthew Brost-4/+99
2025-10-09drm/xe: Make LRC W/A scratch buffer usage consistentMatthew Brost-1/+1
2025-10-09drm/xe: Don't change LRC ring head on job resubmissionMatthew Brost-2/+16
2025-10-09drm/xe: Return first unsignaled job first pending job helperMatthew Brost-4/+17
2025-10-09drm/xe: Track LR jobs in DRM scheduler pending listMatthew Brost-45/+31
2025-10-09drm/xe/guc: Track pending-enable source in submission stateMatthew Brost-0/+36
2025-10-09drm/xe: Save off position in ring in which a job was programmedMatthew Brost-4/+24
2025-10-09drm/xe: Add NULL checks to scratch LRC allocationMatthew Brost-4/+9
2025-10-09drm/i915/guc: Skip communication warning on reset in progressZhanjun Dong-1/+8