summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-28drm/amd/display: [FW Promotion] Release 0.1.44.0Taimur Hassan1-6/+49
2026-01-28drm/amd/display: Migrate HUBBUB register access from hwseq to hubbub component.Bhuvanachandra Pinninti8-4/+29
2026-01-28drm/amd/display: mouse event trigger to boost RR when idleMuaaz Nisar1-0/+13
2026-01-28drm/amd/display: Add debug flag to override min dispclkMichael Strauss1-0/+1
2026-01-28drm/amd/display: avoid dig reg access timeout on usb4 link training failZhongwei1-2/+10
2026-01-28drm/amd/display: Remove unnecessary DC FP guardWayne Lin2-4/+0
2026-01-28drm/amd/display: add setup_stereo for dcn4x or laterCharlene Liu2-1/+3
2026-01-28drm/amd/display: perform clear update flags for all DCN asicsAurabindo Pillai1-1/+1
2026-01-28drm/amd/display: Enable bootcrc on FW sideWayne Lin1-0/+3
2026-01-28drm/amd/display: Add FR skipping CTS functionsJack Chang1-0/+1
2026-01-28drm/amd/display: Fix GFX12 family constant checksMatthew Stewart2-3/+3
2026-01-28drm/amd/display: Enable vstateup hook for DCN401 to be reusedCharlene Liu2-1/+3
2026-01-28drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_removeJon Doron1-1/+6
2026-01-28drm/amd/pm: fix smu v14 soft clock frequency setting issueYang Wang2-0/+2
2026-01-28drm/amd/pm: fix smu v13 soft clock frequency setting issueYang Wang2-0/+2
2026-01-28drm/amd/include : Update MES v12 API header - SUSPENDShaoyun Liu1-2/+4
2026-01-28drm/amdgpu: Simplify sorting of the bo listTvrtko Ursulin1-5/+3
2026-01-28drm/amdgpu/mes: Remove idr leftovers v2Tvrtko Ursulin6-69/+21
2026-01-27Merge tag 'amd-drm-next-6.20-2026-01-23' of https://gitlab.freedesktop.org/ag...Dave Airlie65-1186/+1432
2026-01-23Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie94-1482/+3101
2026-01-23Merge tag 'drm-intel-next-fixes-2026-01-22' of https://gitlab.freedesktop.org...Dave Airlie1-1/+6
2026-01-22Revert "drm/amd/display: pause the workload setting in dm"Alex Deucher1-11/+0
2026-01-21drm/amdgpu: rename amdgpu_fence_driver_guilty_force_completion()Alex Deucher3-6/+6
2026-01-21drm/amdgpu: fix type for wptr in ring backupAlex Deucher1-1/+1
2026-01-21drm/amdgpu: mark invalid records with U64_MAXGangliang Xie1-0/+6
2026-01-21drm/amdgpu: Avoid excessive dmesg logLijo Lazar1-1/+2
2026-01-21drm/amdgpu: Fix validating flush_gpu_tlb_pasid()Timur Kristóf1-2/+4
2026-01-21drm/amdkfd: simplify svm_range_unmap_from_gpus()Yury Norov1-4/+1
2026-01-21drm/amdkfd: Do not include VGPR MSBs in saved PC during saveLancelot Six2-4/+4
2026-01-21drm/amd/pm: Correct comment above power2_cap attributesTimur Kristóf1-1/+1
2026-01-21drm/amd/pm: Return -EOPNOTSUPP when can't read power limitTimur Kristóf1-1/+1
2026-01-21drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)Timur Kristóf1-1/+12
2026-01-21drm/amd/pm: Don't clear SI SMC table when setting power limitTimur Kristóf1-10/+0
2026-01-21drm/amdkfd: gfx12.1 trap handler support for expert scheduling modeJay Cornwall2-189/+218
2026-01-21drm/amdkfd: gfx12.1 cluster barrier context save workaroundJay Cornwall2-20/+47
2026-01-21drm/amdkfd: Fix scalar load ordering in gfx12.1 trap handlerJay Cornwall2-5/+5
2026-01-21drm/amdkfd: Sync trap handler binary with sourceJay Cornwall2-896/+825
2026-01-21drm/amdgpu/vcn5.0.1: rework reset handlingJesse.Zhang2-3/+101
2026-01-21drm/amdgpu/vcn4.0.3: rework reset handlingJesse.Zhang2-3/+100
2026-01-21drm/amdgpu/vcn4.0.3: implement DPG pause mode handling for VCN 4.0.3Jesse.Zhang1-0/+41
2026-01-21drm/amd/pm: Fix si_dpm mmCG_THERMAL_INT settingTimur Kristóf1-4/+4
2026-01-21drm/bridge: fix kdoc syntaxLuca Ceresoli1-0/+3
2026-01-21drm: rcar-du: lvds: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-1/+9
2026-01-21drm/exynos: hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-1/+3
2026-01-21drm/mediatek: mtk_hdmi*: convert to of_drm_find_and_get_bridge()Luca Ceresoli4-7/+6
2026-01-21drm/imx/dw-hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-2/+5
2026-01-21drm/meson/dw-hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-1/+5
2026-01-21drm/bridge: dw-hdmi: convert to of_drm_find_and_get_bridge()Luca Ceresoli1-4/+3
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang172-30/+29
2026-01-21drm/bridge: simple: add the Algoltek AG6311 DP-to-HDMI bridgeVal Packett1-0/+5