[pull] amdgpu drm-next-6.11

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Dave, Sima,

A few updates for new IPs, but mostly bug fixes.

The following changes since commit 62a05f4ae9c1fb70bc75d494c9c1c373d2c2e374:

  Merge tag 'drm-msm-next-2024-07-04' of https://gitlab.freedesktop.org/drm/msm into drm-next (2024-07-05 12:45:41 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-6.11-2024-07-12

for you to fetch changes up to 1cff1010bef6f325d895db0306b59dc7232ed9b7:

  drm/amdgpu/mes12: add missing opcode string (2024-07-12 11:46:46 -0400)

----------------------------------------------------------------
amd-drm-next-6.11-2024-07-12:

amdgpu:
- RAS fixes
- SMU fixes
- GC 12 updates
- SR-IOV fixes
- IH 7 updates
- DCC fixes
- GC 11.5 fixes
- DP MST fixes
- GFX 9.4.4 fixes
- SMU 14 updates
- Documentation updates
- MAINTAINERS updates
- PSR SU fix
- Misc small fixes

----------------------------------------------------------------
Alex Deucher (6):
      MAINTAINERS: update powerplay and swsmu
      MAINTAINERS: fix Xinhui's name
      drm/amdgpu/job: Replace DRM_INFO/ERROR logging
      drm/amdgpu: remove exp hw support check for gfx12
      drm/amdgpu/mes11: update opcode strings
      drm/amdgpu/mes12: add missing opcode string

Aurabindo Pillai (1):
      drm/amd/display: Allow display DCC for DCN401

Christian König (1):
      drm/amdgpu: reject gang submit on reserved VMIDs

Danijel Slivka (1):
      drm/amd/pm: Ignore initial value in smu response register

Frank Min (2):
      drm/amdgpu: update gfxhub client id for gfx12
      drm/amdgpu: restore dcc bo tilling configs while moving

Gavin Wan (1):
      drm/amd/amdgpu: fix SDMA IRQ client ID <-> req mapping.

Kent Russell (1):
      Documentation/amdgpu: Clarify MI200 and MI300 entries

Leo Li (1):
      Revert "drm/amd/display: Reset freesync config before update new state"

Li Ma (1):
      drm/amd/swsmu: enable more Pstates profile levels for SMU v14.0.0 and v14.0.1

Lijo Lazar (1):
      drm/amdgpu: Initialize VF partition mode

Saleemkhan Jamadar (1):
      drm/amdgpu: enable dpg for vcn and jpeg on GC 11_5_2

Stanley.Yang (1):
      drm/amdkfd: Use mode1 reset for GFX v9.4.4

Sunil Khatri (9):
      drm/amdgpu: add gfx12 register support in ipdump
      drm/amdgpu: add print support for gfx12 ipdump
      drm:amdgpu: enable IH ring1 for IH v7.0
      drm/amdgpu: enable redirection of irq's for IH v7.0
      drm/amdgpu: add cp queue registers for gfx12 ipdump
      drm/amdgpu: add gfx queue support for gfx12 ipdump
      drm/amdgpu: select compute ME engines dynamically
      drm/amdgpu: select compute ME engines dynamically
      drm/amdgpu: select compute ME engines dynamically

Tim Huang (1):
      drm/amd/pm: avoid to load smu firmware for APUs

Wayne Lin (1):
      drm/amd/display: Solve mst monitors blank out problem after resume

Yang Wang (5):
      drm/amdgpu: remove redundant semicolons in RAS_EVENT_LOG
      drm/amdgpu: refine amdgpu ras event id core code
      drm/amdgpu: add ras POSION_CREATION event id support
      drm/amdgpu: add ras POSION_CONSUMPTION event id support
      drm/amdgpu: add ras event state device attribute support

YiPeng Chai (3):
      drm/amdgpu: sysfs node disable query error count during gpu reset
      drm/amdgpu: flush all cached ras bad pages to eeprom
      drm/amdgpu: timely save bad pages to eeprom after gpu ras reset is completed

Yifan Zha (1):
      drm/amdgpu: Set no_hw_access when VF request full GPU fails

Zhigang Luo (1):
      drm/amdgpu: set CP_HQD_PQ_DOORBELL_CONTROL.DOORBELL_MODE to 1

 Documentation/gpu/amdgpu/dgpu-asic-info-table.csv  |   4 +-
 MAINTAINERS                                        |   4 +-
 drivers/gpu/drm/amd/amdgpu/aldebaran.c             |   2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c            |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  15 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      |   2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h            |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c            |  15 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.h            |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |  21 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c            |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 225 ++++++++++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h            |  32 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  17 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h            |  11 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c            |  12 +-
 drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c         |  50 +++-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c             | 326 ++++++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c            |  40 ++-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v12_0.c          |  22 +-
 drivers/gpu/drm/amd/amdgpu/ih_v7_0.c               |  26 +-
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |   3 +
 drivers/gpu/drm/amd/amdgpu/mes_v12_0.c             |   1 +
 drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c           |  20 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c             |  10 +-
 drivers/gpu/drm/amd/amdgpu/soc21.c                 |   4 +-
 drivers/gpu/drm/amd/amdgpu/umc_v12_0.c             |  18 ++
 drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c    |  21 +-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c    |   3 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   4 +-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c    |  31 +-
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                |   2 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |   2 +
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h      |   7 +
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   | 152 +++++++++-
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  36 ++-
 40 files changed, 1039 insertions(+), 134 deletions(-)



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux