All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-12-10  3:48 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-12-10  3:48 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-12-09

for you to fetch changes up to c5b58c8c860db330c0b8b891b69014ee9d470dab:

  drm/amd/pm: typo fix (CUSTOM -> COMPUTE) (2020-12-09 22:38:10 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-12-09:

amdgpu:
- Fan fix for CI asics
- Fix a warning in possible_crtcs
- Build fix for when debugfs is disabled
- Display overflow fix
- Display watermark fixes for Renoir
- SDMA 5.2 fix
- Stolen vga memory regression fix
- Power profile fixes
- Fix a regression from removal of GEM and PRIME callbacks

amdkfd:
- Fix a memory leak in dmabuf import

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu/powerplay: parse fan table for CI asics
      drm/amdgpu/disply: set num_crtc earlier
      drm/amdgpu: fix size calculation with stolen vga memory

Andrey Grodzovsky (1):
      drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs

Arnd Bergmann (1):
      drm/amdgpu: fix debugfs creation/removal, again

Changfeng (1):
      drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven

Chris Park (1):
      drm/amd/display: Prevent bandwidth overflow

Evan Quan (1):
      drm/amd/pm: typo fix (CUSTOM -> COMPUTE)

Felix Kuehling (1):
      drm/amdkfd: Fix leak in dmabuf import

Stanley.Yang (1):
      drm/amdgpu: fix sdma instance fw version and feature version init

Sung Lee (1):
      drm/amd/display: Add wm table for Renoir

 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c        |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  41 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  13 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h            |   6 --
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |   2 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   9 +-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  |  93 ++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
 drivers/gpu/drm/amd/pm/inc/smu10.h                 |  14 ++-
 .../drm/amd/pm/powerplay/hwmgr/processpptables.c   | 103 ++++++++++++++++++++-
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   |   9 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
 14 files changed, 250 insertions(+), 62 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-12-10  3:48 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-12-10  3:48 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-12-09

for you to fetch changes up to c5b58c8c860db330c0b8b891b69014ee9d470dab:

  drm/amd/pm: typo fix (CUSTOM -> COMPUTE) (2020-12-09 22:38:10 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-12-09:

amdgpu:
- Fan fix for CI asics
- Fix a warning in possible_crtcs
- Build fix for when debugfs is disabled
- Display overflow fix
- Display watermark fixes for Renoir
- SDMA 5.2 fix
- Stolen vga memory regression fix
- Power profile fixes
- Fix a regression from removal of GEM and PRIME callbacks

amdkfd:
- Fix a memory leak in dmabuf import

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu/powerplay: parse fan table for CI asics
      drm/amdgpu/disply: set num_crtc earlier
      drm/amdgpu: fix size calculation with stolen vga memory

Andrey Grodzovsky (1):
      drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs

Arnd Bergmann (1):
      drm/amdgpu: fix debugfs creation/removal, again

Changfeng (1):
      drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven

Chris Park (1):
      drm/amd/display: Prevent bandwidth overflow

Evan Quan (1):
      drm/amd/pm: typo fix (CUSTOM -> COMPUTE)

Felix Kuehling (1):
      drm/amdkfd: Fix leak in dmabuf import

Stanley.Yang (1):
      drm/amdgpu: fix sdma instance fw version and feature version init

Sung Lee (1):
      drm/amd/display: Add wm table for Renoir

 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c        |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  41 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  13 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h            |   6 --
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           |   2 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   9 +-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  |  93 ++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
 drivers/gpu/drm/amd/pm/inc/smu10.h                 |  14 ++-
 .../drm/amd/pm/powerplay/hwmgr/processpptables.c   | 103 ++++++++++++++++++++-
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   |   9 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
 14 files changed, 250 insertions(+), 62 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-11-04 20:57 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-11-04 20:57 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.  The support for green sardine is not exactly a fix, but the
changes are a minimal delta relative to renoir and should not affect any
other asics.

The following changes since commit 7babd126327b8b5a3904d2f8f01c95235801af2a:

  Merge tag 'drm-intel-fixes-2020-10-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-10-30 11:54:11 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-04

for you to fetch changes up to 4241b0411c60a97f87a25ff4da92dac53beb3039:

  drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE (2020-11-04 08:43:50 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-04:

amdgpu:
- Add support for more navi1x SKUs
- Fix for suspend on CI dGPUs
- VCN DPG fix for Picasso
- Sienna Cichlid fixes
- Polaris DPM fix
- Add support for Green Sardine

amdkfd:
- Fix an allocation failure check

MAINTAINERS:
- Fix path for amdgpu power management

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: enable green_sardine_asd.bin loading (v2)

Alex Deucher (4):
      drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polaris
      drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table
      drm/amdgpu: add Green_Sardine APU flag
      drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE

Evan Quan (5):
      drm/amdgpu: perform srbm soft reset always on SDMA resume
      drm/amd/pm: correct the baco reset sequence for CI ASICs
      drm/amd/pm: enable baco reset for Hawaii
      drm/amd/pm: perform SMC reset on suspend/hibernation
      drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running

Flora Cui (2):
      drm/amdgpu: disable DCN and VCN for Navi14 0x7340/C9 SKU
      drm/amdgpu: rename nv_is_headless_sku()

Joe Perches (1):
      MAINTAINERS: Update AMD POWERPLAY pattern

John Clements (1):
      drm/amdgpu: resolved ASD loading issue on sienna

Kent Russell (1):
      amdkfd: Check kvmalloc return before memcpy

Likun Gao (1):
      drm/amdgpu: update golden setting for sienna_cichlid

Prike Liang (4):
      drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)
      drm/amdgpu: add soc15 common ip block support for green_sardine (v3)
      drm/amdgpu: add gfx support for green_sardine (v2)
      drm/amdgpu/sdma: add sdma engine support for green_sardine (v2)

Roman Li (2):
      drm/amd/display: Add green_sardine support to DC
      drm/amd/display: Add green_sardine support to DM

Thong Thai (1):
      drm/amdgpu: enable vcn support for green_sardine (v2)

Veerabadhran Gopalakrishnan (1):
      amd/amdgpu: Disable VCN DPG mode for Picasso

 MAINTAINERS                                        |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  6 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  8 ++++-
 drivers/gpu/drm/amd/amdgpu/cik.c                   |  4 ++-
 drivers/gpu/drm/amd/amdgpu/cik_sdma.c              | 27 ++++++++---------
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  4 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 12 +++++++-
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 11 +++----
 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c             |  6 +++-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  6 +++-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 14 ++++++---
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  6 ++++
 drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c   |  5 ++++
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  2 ++
 drivers/gpu/drm/amd/display/include/dal_asic_id.h  |  4 +++
 drivers/gpu/drm/amd/include/amd_shared.h           |  1 +
 drivers/gpu/drm/amd/pm/inc/hwmgr.h                 |  1 +
 drivers/gpu/drm/amd/pm/inc/smumgr.h                |  2 ++
 drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c   |  7 +++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    | 34 ++++++++++++++--------
 .../gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c    | 29 +++++++++++++++---
 drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c   |  8 +++++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          | 11 -------
 25 files changed, 151 insertions(+), 62 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-11-04 20:57 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-11-04 20:57 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.  The support for green sardine is not exactly a fix, but the
changes are a minimal delta relative to renoir and should not affect any
other asics.

The following changes since commit 7babd126327b8b5a3904d2f8f01c95235801af2a:

  Merge tag 'drm-intel-fixes-2020-10-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-10-30 11:54:11 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-04

for you to fetch changes up to 4241b0411c60a97f87a25ff4da92dac53beb3039:

  drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE (2020-11-04 08:43:50 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-04:

amdgpu:
- Add support for more navi1x SKUs
- Fix for suspend on CI dGPUs
- VCN DPG fix for Picasso
- Sienna Cichlid fixes
- Polaris DPM fix
- Add support for Green Sardine

amdkfd:
- Fix an allocation failure check

MAINTAINERS:
- Fix path for amdgpu power management

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: enable green_sardine_asd.bin loading (v2)

Alex Deucher (4):
      drm/amdgpu/powerplay: Only apply optimized mclk dpm policy on polaris
      drm/amdgpu/swsmu: remove duplicate call to smu_set_default_dpm_table
      drm/amdgpu: add Green_Sardine APU flag
      drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE

Evan Quan (5):
      drm/amdgpu: perform srbm soft reset always on SDMA resume
      drm/amd/pm: correct the baco reset sequence for CI ASICs
      drm/amd/pm: enable baco reset for Hawaii
      drm/amd/pm: perform SMC reset on suspend/hibernation
      drm/amd/pm: do not use ixFEATURE_STATUS for checking smc running

Flora Cui (2):
      drm/amdgpu: disable DCN and VCN for Navi14 0x7340/C9 SKU
      drm/amdgpu: rename nv_is_headless_sku()

Joe Perches (1):
      MAINTAINERS: Update AMD POWERPLAY pattern

John Clements (1):
      drm/amdgpu: resolved ASD loading issue on sienna

Kent Russell (1):
      amdkfd: Check kvmalloc return before memcpy

Likun Gao (1):
      drm/amdgpu: update golden setting for sienna_cichlid

Prike Liang (4):
      drm/amdgpu: add green_sardine support for gpu_info and ip block setting (v2)
      drm/amdgpu: add soc15 common ip block support for green_sardine (v3)
      drm/amdgpu: add gfx support for green_sardine (v2)
      drm/amdgpu/sdma: add sdma engine support for green_sardine (v2)

Roman Li (2):
      drm/amd/display: Add green_sardine support to DC
      drm/amd/display: Add green_sardine support to DM

Thong Thai (1):
      drm/amdgpu: enable vcn support for green_sardine (v2)

Veerabadhran Gopalakrishnan (1):
      amd/amdgpu: Disable VCN DPG mode for Picasso

 MAINTAINERS                                        |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  6 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  8 ++++-
 drivers/gpu/drm/amd/amdgpu/cik.c                   |  4 ++-
 drivers/gpu/drm/amd/amdgpu/cik_sdma.c              | 27 ++++++++---------
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  4 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 12 +++++++-
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 11 +++----
 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c             |  6 +++-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  6 +++-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 14 ++++++---
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  6 ++++
 drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c   |  5 ++++
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  2 ++
 drivers/gpu/drm/amd/display/include/dal_asic_id.h  |  4 +++
 drivers/gpu/drm/amd/include/amd_shared.h           |  1 +
 drivers/gpu/drm/amd/pm/inc/hwmgr.h                 |  1 +
 drivers/gpu/drm/amd/pm/inc/smumgr.h                |  2 ++
 drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c   |  7 +++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    | 34 ++++++++++++++--------
 .../gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c    | 29 +++++++++++++++---
 drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c   |  8 +++++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          | 11 -------
 25 files changed, 151 insertions(+), 62 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-10-22  4:03 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-10-22  4:03 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 40b99050455b9a6cb8faf15dcd41888312184720:

  Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-10-19 09:21:59 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-21

for you to fetch changes up to 687e79c0feb4243b141b1e9a20adba3c0ec66f7f:

  drm/amdgpu: correct the cu and rb info for sienna cichlid (2020-10-21 23:06:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-21:

amdgpu:
- Sienna Cichlid fixes
- MST manager resource leak fix
- GPU reset fix

amdkfd:
- Luxmark fix for Navi1x

----------------------------------------------------------------
Andrey Grodzovsky (3):
      drm/amd/display: Revert "drm/amd/display: Fix a list corruption"
      drm/amd/display: Avoid MST manager resource leak.
      drm/amd/psp: Fix sysfs: cannot create duplicate filename

Evan Quan (1):
      drm/amdgpu: correct the gpu reset handling for job != NULL case

Jay Cornwall (1):
      drm/amdkfd: Use same SQ prefetch setting as amdgpu

John Clements (1):
      Revert drm/amdgpu: disable sienna chichlid UMC RAS

Kenneth Feng (2):
      drm/amd/pm: fix pp_dpm_fclk
      drm/amd/pm: remove the average clock value in sysfs

Kevin Wang (2):
      drm/amd/swsmu: add missing feature map for sienna_cichlid
      drm/amd/swsmu: correct wrong feature bit mapping

Likun Gao (5):
      drm/amdgpu: add function to program pbb mode for sienna cichlid
      drm/amdgpu: add rlc iram and dram firmware support
      drm/amdgpu: update golden setting for sienna_cichlid
      drm/amd/pm: fix pcie information for sienna cichlid
      drm/amdgpu: correct the cu and rb info for sienna cichlid

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h            |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c          |  10 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h          |  11 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 111 +++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h            |   4 +-
 .../drm/amd/amdkfd/kfd_device_queue_manager_v10.c  |   5 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   8 +-
 drivers/gpu/drm/amd/pm/inc/smu_types.h             |   1 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  22 ++--
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  27 +++--
 13 files changed, 187 insertions(+), 31 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-10-22  4:03 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-10-22  4:03 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 40b99050455b9a6cb8faf15dcd41888312184720:

  Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-10-19 09:21:59 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-21

for you to fetch changes up to 687e79c0feb4243b141b1e9a20adba3c0ec66f7f:

  drm/amdgpu: correct the cu and rb info for sienna cichlid (2020-10-21 23:06:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-21:

amdgpu:
- Sienna Cichlid fixes
- MST manager resource leak fix
- GPU reset fix

amdkfd:
- Luxmark fix for Navi1x

----------------------------------------------------------------
Andrey Grodzovsky (3):
      drm/amd/display: Revert "drm/amd/display: Fix a list corruption"
      drm/amd/display: Avoid MST manager resource leak.
      drm/amd/psp: Fix sysfs: cannot create duplicate filename

Evan Quan (1):
      drm/amdgpu: correct the gpu reset handling for job != NULL case

Jay Cornwall (1):
      drm/amdkfd: Use same SQ prefetch setting as amdgpu

John Clements (1):
      Revert drm/amdgpu: disable sienna chichlid UMC RAS

Kenneth Feng (2):
      drm/amd/pm: fix pp_dpm_fclk
      drm/amd/pm: remove the average clock value in sysfs

Kevin Wang (2):
      drm/amd/swsmu: add missing feature map for sienna_cichlid
      drm/amd/swsmu: correct wrong feature bit mapping

Likun Gao (5):
      drm/amdgpu: add function to program pbb mode for sienna cichlid
      drm/amdgpu: add rlc iram and dram firmware support
      drm/amdgpu: update golden setting for sienna_cichlid
      drm/amd/pm: fix pcie information for sienna cichlid
      drm/amdgpu: correct the cu and rb info for sienna cichlid

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h            |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c          |  10 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h          |  11 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 111 +++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h            |   4 +-
 .../drm/amd/amdkfd/kfd_device_queue_manager_v10.c  |   5 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   8 +-
 drivers/gpu/drm/amd/pm/inc/smu_types.h             |   1 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  22 ++--
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  27 +++--
 13 files changed, 187 insertions(+), 31 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-10-14 19:54 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-10-14 19:54 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:

  drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-14

for you to fetch changes up to 8f4729e880647c419de0bbe3ff21d7efb4e65676:

  drm/amdkfd: Use kvfree in destroy_crat_image (2020-10-14 15:29:28 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-14:

amdgpu:
- eDP fix
- BACO fix
- Kernel documentation fixes
- SMU7 mclk fix
- VCN1 hw bug workaround

amdkfd:
- kvfree vs kfree fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/swsmu: init the baco mutex in early_init

Evan Quan (1):
      drm/amd/pm: increase mclk switch threshold to 200 us

Kent Russell (1):
      drm/amdkfd: Use kvfree in destroy_crat_image

Mauro Carvalho Chehab (2):
      drm/amd/display: kernel-doc: document force_timing_sync
      docs: amdgpu: fix a warning when building the documentation

Rodrigo Siqueira (1):
      drm/amd/display: Fix module load hangs when connected to an eDP

Veerabadhran G (1):
      drm/amdgpu: vcn and jpeg ring synchronization

 Documentation/gpu/amdgpu.rst                       |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c             | 24 +++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              | 28 ++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h              |  3 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  2 ++
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 10 ++++----
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  7 +++---
 11 files changed, 65 insertions(+), 20 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [pull] amdgpu, amdkfd drm-fixes-5.10
@ 2020-10-14 19:54 ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2020-10-14 19:54 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:

  drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-14

for you to fetch changes up to 8f4729e880647c419de0bbe3ff21d7efb4e65676:

  drm/amdkfd: Use kvfree in destroy_crat_image (2020-10-14 15:29:28 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-14:

amdgpu:
- eDP fix
- BACO fix
- Kernel documentation fixes
- SMU7 mclk fix
- VCN1 hw bug workaround

amdkfd:
- kvfree vs kfree fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/swsmu: init the baco mutex in early_init

Evan Quan (1):
      drm/amd/pm: increase mclk switch threshold to 200 us

Kent Russell (1):
      drm/amdkfd: Use kvfree in destroy_crat_image

Mauro Carvalho Chehab (2):
      drm/amd/display: kernel-doc: document force_timing_sync
      docs: amdgpu: fix a warning when building the documentation

Rodrigo Siqueira (1):
      drm/amd/display: Fix module load hangs when connected to an eDP

Veerabadhran G (1):
      drm/amdgpu: vcn and jpeg ring synchronization

 Documentation/gpu/amdgpu.rst                       |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c             | 24 +++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              | 28 ++++++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h              |  3 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_crat.c              |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  2 ++
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 10 ++++----
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  7 +++---
 11 files changed, 65 insertions(+), 20 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-10  3:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10  3:48 [pull] amdgpu, amdkfd drm-fixes-5.10 Alex Deucher
2020-12-10  3:48 ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 20:57 Alex Deucher
2020-11-04 20:57 ` Alex Deucher
2020-10-22  4:03 Alex Deucher
2020-10-22  4:03 ` Alex Deucher
2020-10-14 19:54 Alex Deucher
2020-10-14 19:54 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.