[pull] amdgpu, amdkfd drm-fixes-6.6
Alex Deucher
alexander.deucher at amd.com
Thu Sep 7 03:30:48 UTC 2023
Hi Dave, Daniel,
Fixes for 6.6. Bigger than usual since this is ~3 weeks of fixes.
The following changes since commit 3698a75f5a98d0a6599e2878ab25d30a82dd836a:
Merge tag 'drm-intel-next-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2023-08-25 12:55:55 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.6-2023-09-06
for you to fetch changes up to fbe1a9e0c78134db7e7f48322ab7d6a0530f2ee2:
drm/amdgpu: Restrict bootloader wait to SMUv13.0.6 (2023-09-06 22:11:51 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.6-2023-09-06:
amdgpu:
- Display replay fixes
- Fixes for headless boards
- Fix documentation breakage
- RAS fixes
- Handle newer IP discovery tables
- SMU 13.0.6 fixes
- SR-IOV fixes
- Display vstartup fixes
- NBIO 7.9 fixes
- Display scaling mode fixes
- Debugfs power reporting fix
- GC 9.4.3 fixes
- Dirty framebuffer fixes for fbcon
- eDP fixes
- DCN 3.1.5 fix
- Display ODM fixes
- GPU core dump fix
- Re-enable zops property now that IGT test is fixed
- Fix possible UAF in CS code
- Cursor degamma fix
amdkfd:
- HMM fixes
- Interrupt masking fix
- GFX11 MQD fixes
----------------------------------------------------------------
Alex Deucher (1):
drm/amd/pm: fix debugfs pm_info output
Alex Sierra (2):
drm/amdkfd: retry after EBUSY is returned from hmm_ranges_get_pages
drm/amdkfd: use mask to get v9 interrupt sq data bits correctly
André Almeida (1):
drm/amdgpu: Allocate coredump memory in a nonblocking way
Asad Kamal (3):
drm/amd/pm: Update SMUv13.0.6 PMFW headers
drm/amd/pm: Add critical temp for GC v9.4.3
drm/amd/pm: Fix critical temp unit of SMU v13.0.6
Bhawanpreet Lakha (1):
drm/amd/display: Enable Replay for static screen use cases
Bokun Zhang (1):
drm/amdgpu/pm: Add notification for no DC support
Candice Li (1):
drm/amdgpu: Only support RAS EEPROM on dGPU platform
Christian König (1):
drm/amdgpu: fix amdgpu_cs_p1_user_fence
ChunTao Tso (1):
drm/amd/display: set minimum of VBlank_nom
Fudong Wang (1):
drm/amd/display: Add smu write msg id fail retry process
Gabe Teeger (1):
drm/amd/display: Remove wait while locked
Hamza Mahfooz (7):
drm/amd/display: fix mode scaling (RMX_.*)
drm/amdgpu: register a dirty framebuffer callback for fbcon
drm/amd/display: register edp_backlight_control() for DCN301
Revert "Revert "drm/amd/display: Implement zpos property""
Revert "drm/amd/display: Remove v_startup workaround for dcn3+"
drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1
drm/amd/display: prevent potential division by zero errors
Hawking Zhang (4):
drm/amdgpu: Fix the return for gpu mode1_reset
drm/amdgpu: Add umc_info v4_0 structure
drm/amdgpu: Support query ecc cap for aqua_vanjaram
drm/amdgpu: Free ras cmd input buffer properly
Horace Chen (1):
drm/amdkfd: use correct method to get clock under SRIOV
Jay Cornwall (1):
drm/amdkfd: Add missing gfx11 MQD manager callbacks
Le Ma (2):
drm/amdgpu: update mall info v2 from discovery
drm/amdgpu: update gc_info v2_1 from discovery
Lijo Lazar (6):
Documentation/gpu: Update amdgpu documentation
drm/amdgpu: Unset baco dummy mode on nbio v7.9
drm/amdgpu: Add bootloader status check
drm/amdgpu: Add bootloader wait for PSP v13
drm/amdgpu: Add SMU v13.0.6 default reset methods
drm/amdgpu: Restrict bootloader wait to SMUv13.0.6
Mangesh Gadre (2):
drm/amdgpu: Remove SRAM clock gater override by driver
drm/amdgpu: Updated TCP/UTCL1 programming
Melissa Wen (1):
drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma
Ovidiu Bunea (1):
drm/amd/display: Roll back unit correction
Rajneesh Bhardwaj (1):
drm/amdgpu: Hide xcp partition sysfs under SRIOV
Reza Amini (1):
drm/amd/display: Correct unit conversion for vstartup
Samir Dhume (1):
drm/amdgpu/jpeg - skip change of power-gating state for sriov
SungHuai Wang (1):
drm/amd/display: fix static screen detection setting
Tao Zhou (1):
drm/amdgpu: use read-modify-write mode for gfx v9_4_3 SQ setting
Wenjing Liu (3):
Partially revert "drm/amd/display: update add plane to context logic with a new algorithm"
drm/amd/display: update blank state on ODM changes
drm/amd/display: always switch off ODM before committing more streams
YiPeng Chai (1):
drm/amdgpu: Enable ras for mp0 v13_0_6 sriov
Documentation/gpu/amdgpu/driver-misc.rst | 8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 18 +++-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 30 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 15 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 26 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 11 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 15 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 26 ++---
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | 6 +-
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c | 18 ++++
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 40 ++++++-
drivers/gpu/drm/amd/amdgpu/soc15.c | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 3 +
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 24 ++++-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 9 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c | 16 +++
drivers/gpu/drm/amd/display/dc/Makefile | 1 +
.../drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.c | 20 +++-
drivers/gpu/drm/amd/display/dc/core/dc.c | 68 ++++++++----
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 47 ++------
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 17 +++
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.h | 2 +
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.c | 2 +-
.../gpu/drm/amd/display/dc/dcn301/dcn301_init.c | 1 +
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 2 +-
.../gpu/drm/amd/display/dc/dcn314/dcn314_init.c | 2 +-
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.c | 2 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c | 118 ++++++++++++++++++++-
.../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 25 +----
.../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c | 21 +++-
.../drm/amd/display/modules/freesync/freesync.c | 9 +-
drivers/gpu/drm/amd/include/amd_shared.h | 2 +
drivers/gpu/drm/amd/include/atomfirmware.h | 18 ++++
drivers/gpu/drm/amd/include/discovery.h | 38 ++++++-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 11 +-
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 5 +-
.../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_0_ppsmc.h | 5 +-
.../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h | 4 +-
.../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_ppsmc.h | 16 ++-
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h | 4 +-
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 8 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 2 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 54 +++++++++-
50 files changed, 632 insertions(+), 180 deletions(-)
More information about the amd-gfx
mailing list