Hi Dave, Simona, Fixes for 7.3.
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935: Linux 7.3-rc1 (2026-08-30 13:34:40 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/amdgpu/kernel.git tags/amd-drm-fixes-7.3-2026-09-03 for you to fetch changes up to 13af55f71399f5e562f6cb59ad413476e513c4d4: drm/amdgpu/userq: fix struct drm_amdgpu_info_device padding for 32bit compile (2026-09-02 17:02:23 -0400) ---------------------------------------------------------------- amd-drm-fixes-7.3-2026-09-03: amdgpu: - SR-IOV fix - GFX8 fix - MES queue reset fix - GPUVM fixes - DCN 6 warning fix - DCN 3.5/3.6 fix - DML fix - Backlight fix - Colorop fix - DC get_estimated_bw() fix - devcoredump fix - Userq fixes - APU PSP fix - Cursor fix amdkfd: - MES queue eviction fix - MQD debugfs fix UAPI: - Fix for drm_amdgpu_info_device with mixed 64 bit kernel and 32 bit userspace ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/gfx8: only apply compute quantums to KCQs Amber Lin (1): drm/amdgpu: Update queue reset support version Austin Zheng (1): drm/amd/display: Remove const Qualifier From Non-Pointer Fields Hari Mishal (1): drm/amd/display: fix division by zero in get_estimated_bw() Ivan Lipski (1): drm/amd/display: Fix DCN5/6 DML2 compilation warnings Kanala Ramalingeswara Reddy (1): drm/amdgpu: Skip accessing psp rum time db for APUs Mario Limonciello (2): drm/amdgpu: restrict BAR0 fallback read to SR-IOV VFs only drm/amdkfd: fix scope of mqd_mgr dereference in pqm_debugfs_mqds Melissa Wen (1): drm/amd/display: use halving distribution for all encode-to-linear curves Priya Hosur (1): drm/amdkfd: Add TLB flush after MES queue eviction/suspension Roman Li (2): drm/amd/display: Set gpuvm min page size to 4K on dcn35/36 drm/amd/display: Fix backlight control for luminance-capable OLED Sunil Khatri (6): drm/amdgpu: use AMDGPU_GPU_PAGE_SHIFT instead of PAGE_SHIFT drm/amdgpu: fix Idle BOs list in VM debugfs status info drm/amdgpu: fix byte/dword unit mismatch in coredump IB dump drm/amdgpu: update the fw version for gfx11 userqueues drm/amdgpu: update the fw version for gfx12 userqueues drm/amdgpu/userq: dont overwrite the error of subsequent map call Yogesh Mohan Marimuthu (1): drm/amdgpu/userq: fix struct drm_amdgpu_info_device padding for 32bit compile Yuling Li (1): drm/amd/display: Fix cursor disable with horizontally split planes drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c | 6 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 6 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c | 5 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +-- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 8 ++--- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 8 ++--- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 8 +++-- .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 13 ++++++++- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 12 ++++---- .../amd/display/amdgpu_dm/amdgpu_dm_backlight.c | 8 +++-- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 7 ++++- .../gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c | 34 +++++++--------------- .../dml2_core_dcn5_funcs_mode_programming.c | 4 +-- .../dml21/src/dml2_core/dml2_core_shared_types.h | 4 +-- .../src/dml2_pmo/dml2_pmo_dcn6_stage_optimizers.c | 2 +- .../display/dc/dml2_0/dml2_translation_helper.c | 1 + .../display/dc/link/protocols/link_dp_dpia_bw.c | 5 ++++ include/uapi/drm/amdgpu_drm.h | 2 +- 20 files changed, 83 insertions(+), 59 deletions(-)
