mbox series

[pull] amdgpu drm-fixes-6.6

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.6-2023-10-11

Message

Alex Deucher Oct. 12, 2023, 2:56 a.m. UTC
Hi Dave, Daniel,

Fixes for 6.6.

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.6-2023-10-11

for you to fetch changes up to 3806a8c64794661b15ff5ed28180ff9a5f79fce8:

  drm/amdgpu: fix SI failure due to doorbells allocation (2023-10-09 17:59:29 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.6-2023-10-11:

amdgpu:
- Seemless boot fix
- Fix TTM BO resource check
- SI fix for doorbell handling

----------------------------------------------------------------
Christian König (1):
      drm/amdgpu: add missing NULL check

Daniel Miess (1):
      drm/amd/display: Don't set dpms_off for seamless boot

Icenowy Zheng (1):
      drm/amdgpu: fix SI failure due to doorbells allocation

 drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c | 4 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h       | 2 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c         | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)