mbox series

[pull] amdgpu drm-fixes-5.14

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.14-2021-08-11

Message

Alex Deucher Aug. 12, 2021, 2:21 a.m. UTC
Hi Dave, Daniel,

Fixes for 5.14.

The following changes since commit d186f9c28008810d8f984d6bdd1c07757048ed63:

  Merge tag 'amd-drm-fixes-5.14-2021-08-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-08-06 11:22:09 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.14-2021-08-11

for you to fetch changes up to 0cde63a8fc4d9f9f580c297211fd05f91c0fd66d:

  drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_work (2021-08-10 10:43:06 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.14-2021-08-11:

amdgpu:
- Yellow carp update
- RAS EEPROM fixes
- BACO/BOCO fixes
- Fix a memory leak in an error path
- Freesync fix
- VCN harvesting fix
- Display fixes

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: don't enable baco on boco platforms in runpm
      drm/amdgpu: handle VCN instances when harvesting (v2)

Anson Jacob (1):
      drm/amd/display: use GFP_ATOMIC in amdgpu_dm_irq_schedule_work

Christophe JAILLET (1):
      drm/amd/pm: Fix a memory leak in an error handling path in 'vangogh_tables_init()'

Eric Bernstein (1):
      drm/amd/display: Remove invalid assert for ODM + MPC case

John Clements (1):
      drm/amdgpu: set RAS EEPROM address from VBIOS

Kenneth Feng (1):
      drm/amd/pm: bug fix for the runtime pm BACO

Solomon Chiu (1):
      drm/amdgpu: Add preferred mode in modeset when freesync video mode's enabled.

Xiaomeng Hou (1):
      drm/amd/pm: update smu v13.0.1 firmware header

 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c   | 40 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h   |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      | 12 +++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |  4 +++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  7 +++-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |  2 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  |  1 -
 drivers/gpu/drm/amd/include/atomfirmware.h         |  2 +-
 drivers/gpu/drm/amd/pm/inc/smu_v13_0_1_pmfw.h      |  4 ++-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  3 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  2 +-
 12 files changed, 69 insertions(+), 11 deletions(-)