From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, amdkfd drm-fixes-5.10
Date: Wed, 4 Nov 2020 15:57:41 -0500 [thread overview]
Message-ID: <20201104205741.4100-1-alexander.deucher@amd.com> (raw)
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
next reply other threads:[~2020-11-04 20:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 20:57 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-10 3:48 [pull] amdgpu, amdkfd drm-fixes-5.10 Alex Deucher
2020-10-22 4:03 Alex Deucher
2020-10-14 19:54 Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201104205741.4100-1-alexander.deucher@amd.com \
--to=alexdeucher@gmail.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox