aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-07-15drm/amd/display: Refactor DSC cap calculationsDillon Varone24-44/+253
2025-07-15drm/amd/display: Make dcn401_initialize_min_clocks() available to other compilation unitsKarthi Kandasamy3-6/+10
2025-07-15drm/amd/display: MPC basic allocation logic and TMZYihan Zhu11-5/+98
2025-07-15drm/amd/display: Workaround for stuck I2C arbitrageDominik Kaszewski1-7/+52
2025-07-15drm/amdgpu: The interrupt source was not releasedCe Sun1-1/+1
2025-07-15drm/amdkfd: enable kfd on LoongArch systemsHan Gao1-1/+1
2025-07-15drm/amdgpu/vcn5: add additional ring reset error checkingAlex Deucher1-2/+6
2025-07-15drm/amdgpu/vcn4.0.5: add additional ring reset error checkingAlex Deucher1-2/+6
2025-07-15drm/amdgpu/vcn4: add additional ring reset error checkingAlex Deucher1-2/+6
2025-07-15drm/amdgpu/gfx10: fix kiq locking in KCQ resetAlex Deucher1-4/+2
2025-07-15drm/amdgpu/gfx9.4.3: fix kiq locking in KCQ resetAlex Deucher1-2/+1
2025-07-15drm/amdgpu/gfx9: fix kiq locking in KCQ resetAlex Deucher1-1/+1
2025-07-15drm/amdgpu: Use cached partition mode, if validLijo Lazar1-4/+16
2025-07-15drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to TRAINING_PATTERN_SETImre Deak1-1/+1
2025-07-15drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: Fix a compile error due to bridge->detect parameter changesAndy Yan1-1/+1
2025-07-15drm/panfrost: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal1-4/+4
2025-07-15drm/xe: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal1-9/+3
2025-07-15drm/etnaviv: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal1-8/+4
2025-07-15drm/v3d: Use DRM_GPU_SCHED_STAT_NO_HANG to skip the resetMaíra Canal1-14/+2
2025-07-15drm/sched: Add new test for DRM_GPU_SCHED_STAT_NO_HANGMaíra Canal3-0/+49
2025-07-15drm/sched: Make timeout KUnit tests fasterMaíra Canal1-3/+5
2025-07-15drm/sched: Allow drivers to skip the reset and keep on runningMaíra Canal1-2/+44
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal13-23/+23
2025-07-15drm/xe/pf: Invalidate LMTT after completing changesMichal Wajdeczko1-1/+11
2025-07-15drm/xe/pf: Invalidate LMTT during LMEM unprovisioningMichal Wajdeczko5-0/+94
2025-07-15drm/xe/pf: Force GuC virtualization modeMichal Wajdeczko1-0/+26
2025-07-15drm/xe/pf: Move GGTT config KLVs encoding to helperMichal Wajdeczko1-11/+20
2025-07-15drm/xe/pf: Resend PF provisioning after GT resetMichal Wajdeczko1-0/+27
2025-07-15drm/xe/pf: Prepare to stop SR-IOV support prior GT resetMichal Wajdeczko3-0/+27
2025-07-15drm/i915: Don't check for atomic context on PREEMPT_RTSebastian Andrzej Siewior1-2/+7
2025-07-14drm/xe/lrc: Add table with LRC layoutLucas De Marchi1-0/+24
2025-07-14drm/xe: Waste fewer instructions in emit_wa_job()Tvrtko Ursulin3-38/+46
2025-07-14drm/xe/gt: Drop third submission for default contextLucas De Marchi1-8/+0
2025-07-14drm/xe/lrc: Remove leftover TODO/FIXMELucas De Marchi1-6/+0
2025-07-14drm/xe/gt: Extract emit_job_sync()Lucas De Marchi1-32/+22
2025-07-14drm/xe: Count dwords before allocatingLucas De Marchi2-15/+25
2025-07-14drm/xe/lrc: Reduce scope of empty lrc dataLucas De Marchi1-11/+11
2025-07-14drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455Val Packett1-0/+1
2025-07-14drm/xe/vf: Store negotiated VF/PF ABI version at device levelMichal Wajdeczko3-24/+30
2025-07-14drm/xe/pf: Stop requiring VF/PF version negotiation on every GTMichal Wajdeczko12-403/+548
2025-07-14drm/xe/pf: Expose basic info about VFs in debugfsMichal Wajdeczko3-0/+53
2025-07-14drm/xe: Introduce xe_gt_is_main_type helperMichal Wajdeczko10-34/+39
2025-07-14drm/xe: Introduce xe_tile_is_root helperMichal Wajdeczko3-2/+10
2025-07-14drm/xe: Move PF and VF device types to separate headersMichal Wajdeczko4-36/+58
2025-07-14drm/panthor: Remove dead VM flushing codeAdrián Larumbe2-12/+0
2025-07-14drm/xe: Combine PF and VF device data into unionMichal Wajdeczko1-4/+6
2025-07-14drm/panfrost: Fix scheduler workqueue bugPhilipp Stanner1-1/+1
2025-07-14drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to TRAINING_PATTERN_SETImre Deak1-1/+1
2025-07-14drm/xe: Update register definitions in LRC layout headerXin Wang2-4/+3
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan31-38/+65