Message ID | 20230105033839.23711-1-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [pull] amdgpu, amdkfd drm-fixes-6.2 | expand |
On Wed, Jan 04, 2023 at 10:38:39PM -0500, Alex Deucher wrote: > Hi Dave, Daniel, > > Fixes for 6.2. > > The following changes since commit c8de526215fdab9f2dd0d9675582cf9f1391a919: > > Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-01-03 21:02:57 +0100) > > are available in the Git repository at: > > https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.2-2023-01-04 > > for you to fetch changes up to 6fe6ece398f7431784847e922a2c8c385dc58a35: > > Revert "drm/amd/display: Enable Freesync Video Mode by default" (2023-01-04 22:29:32 -0500) Pulled, thanks a lot. -Daniel > > ---------------------------------------------------------------- > amd-drm-fixes-6.2-2023-01-04: > > amdgpu: > - DCN 3.2 fix > - Display fix > > amdkfd: > - Fix kernel warning > > ---------------------------------------------------------------- > Michel Dänzer (1): > Revert "drm/amd/display: Enable Freesync Video Mode by default" > > Mukul Joshi (1): > drm/amdkfd: Fix kernel warning during topology setup > > Samson Tam (1): > drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0 > > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 27 ++++++++++++++++++++++ > drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 2 +- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 ++++++---- > .../dc/dml/dcn32/display_mode_vba_util_32.c | 6 ++--- > 5 files changed, 39 insertions(+), 9 deletions(-)