mbox series

[pull] amdgpu drm-fixes-6.2

Message ID 20230216041122.7714-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-6.2 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.2-2023-02-15

Message

Alex Deucher Feb. 16, 2023, 4:11 a.m. UTC
Hi Dave, Daniel,

A couple of warning fixes for 6.2.

The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

  Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.2-2023-02-15

for you to fetch changes up to 2a00299e7447395d0898e7c6214817c06a61a8e8:

  drm/amd/display: Fail atomic_check early on normalize_zpos error (2023-02-15 22:46:42 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.2-2023-02-15:

amdgpu:
- Fix GC11.x suspend warning
- Fix display warning

----------------------------------------------------------------
Jack Xiao (1):
      drm/amd/amdgpu: fix warning during suspend

Leo Li (1):
      drm/amd/display: Fail atomic_check early on normalize_zpos error

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        | 3 +++
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c            | 2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +++++-
 3 files changed, 9 insertions(+), 2 deletions(-)