Hi Dave, Sima, Fixes for 6.11. The following changes since commit fee9d135e2fd5963a7f466cd1ef2060731a1ab29: Merge tag 'mediatek-drm-fixes-20240805' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes (2024-08-16 13:16:47 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.11-2024-08-21 for you to fetch changes up to 9cead81eff635e3b3cbce51b40228f3bdc6f2b8c: drm/amdgpu: fix eGPU hotplug regression (2024-08-20 23:07:11 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.11-2024-08-21: amdgpu: - GFX10 firmware loading fix - SDMA 5.2 fix - Debugfs parameter validation fix - eGPU hotplug fix ---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1 drm/amdgpu: fix eGPU hotplug regression Candice Li (1): drm/amdgpu: Validate TA binary size Yang Wang (1): drm/amdgpu: fixing rlc firmware loading failure issue drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp_ta.c | 3 +++ drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 18 ++++++++++-------- 4 files changed, 17 insertions(+), 11 deletions(-)