On Fri, Jul 5, 2024 at 7:15 AM Daniel Vetter <daniel.vetter@xxxxxxxx> wrote: > > On Wed, Jul 03, 2024 at 02:47:23PM -0400, Alex Deucher wrote: > > Hi Dave, Sima, > > > > Fixes for 6.10. > > > > The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826: > > > > Linux 6.10-rc6 (2024-06-30 14:40:44 -0700) > > > > are available in the Git repository at: > > > > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.10-2024-07-03 > > > > for you to fetch changes up to d0417264437a8fa05f894cabba5a26715b32d78e: > > > > drm/amdgpu/atomfirmware: silence UBSAN warning (2024-07-02 18:34:05 -0400) > > Pulled, thanks. > > Also I noticed you have some cherry-picks from -next in here, would be > good to add a cherry-pick from annotation like drm-intel/xe does (or dim > cherry-pick does). > > It doesn't help to prevent Greg KH from getting confused, but it does help > everyone else since cherry-picks tend to cause confusing conflicts. > Ok. Will do. I used to do that in the past, but got dinged for referencing commits not in Linus' tree for -fixes, but I guess with the -next tree that's less of an issue these days. Alex > Cheers, Sima > > > > ---------------------------------------------------------------- > > amd-drm-fixes-6.10-2024-07-03: > > > > amdgpu: > > - Freesync fixes > > - DML1 bandwidth fix > > - DCN 3.5 fixes > > - DML2 fix > > - Silence an UBSAN warning > > > > radeon: > > - GPUVM fix > > > > ---------------------------------------------------------------- > > Alex Deucher (1): > > drm/amdgpu/atomfirmware: silence UBSAN warning > > > > Alvin Lee (1): > > drm/amd/display: Account for cursor prefetch BW in DML1 mode support > > > > Fangzhi Zuo (1): > > drm/amd/display: Update efficiency bandwidth for dcn351 > > > > Pierre-Eric Pelloux-Prayer (1): > > drm/radeon: check bo_va->bo is non-NULL before using it > > > > Roman Li (1): > > drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport > > > > Tom Chung (3): > > drm/amd/display: Reset freesync config before update new state > > drm/amd/display: Add refresh rate range check > > drm/amd/display: Fix refresh rate range for some panel > > > > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 53 +++++++++++++++++++++- > > .../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 3 ++ > > .../amd/display/dc/dml2/dml2_translation_helper.c | 1 + > > drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c | 2 +- > > drivers/gpu/drm/amd/include/atomfirmware.h | 2 +- > > drivers/gpu/drm/radeon/radeon_gem.c | 2 +- > > 6 files changed, 59 insertions(+), 4 deletions(-) > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch