From 0fb319cbc1a0f0b0225d1e4ef1f826f2a30b5658 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 9 Dec 2020 17:25:19 +0100 Subject: [PATCH] 5.9-stable patches added patches: revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch --- ...gpu-disable-vcn-dpg-mode-for-picasso.patch | 36 +++++++++++++++++++ queue-5.9/series | 1 + 2 files changed, 37 insertions(+) create mode 100644 queue-5.9/revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch diff --git a/queue-5.9/revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch b/queue-5.9/revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch new file mode 100644 index 00000000000..7af17b41ad3 --- /dev/null +++ b/queue-5.9/revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch @@ -0,0 +1,36 @@ +From alexdeucher@gmail.com Wed Dec 9 17:19:11 2020 +From: Alex Deucher +Date: Wed, 9 Dec 2020 10:42:22 -0500 +Subject: [PATCH] Revert "amd/amdgpu: Disable VCN DPG mode for Picasso" +To: stable@vger.kernel.org +Cc: Alex Deucher , Sasha Levin +Message-ID: <20201209154222.1069043-1-alexander.deucher@amd.com> + +From: Alex Deucher + +This patch should not have been applied to stable. It depends +on changes in newer drivers. + +This reverts commit 756fec062e4b823bbbe10b95cbcfa84f948131c6. + +Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1402 +Signed-off-by: Alex Deucher +Cc: Sasha Levin +Cc: stable@vger.kernel.org +Signed-off-by: Greg Kroah-Hartman +--- + drivers/gpu/drm/amd/amdgpu/soc15.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- a/drivers/gpu/drm/amd/amdgpu/soc15.c ++++ b/drivers/gpu/drm/amd/amdgpu/soc15.c +@@ -1220,7 +1220,8 @@ static int soc15_common_early_init(void + + adev->pg_flags = AMD_PG_SUPPORT_SDMA | + AMD_PG_SUPPORT_MMHUB | +- AMD_PG_SUPPORT_VCN; ++ AMD_PG_SUPPORT_VCN | ++ AMD_PG_SUPPORT_VCN_DPG; + } else { + adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG | + AMD_CG_SUPPORT_GFX_MGLS | diff --git a/queue-5.9/series b/queue-5.9/series index 94c2e92833b..a274c043276 100644 --- a/queue-5.9/series +++ b/queue-5.9/series @@ -53,3 +53,4 @@ coredump-fix-core_pattern-parse-error.patch mm-list_lru-set-shrinker-map-bit-when-child-nr_items-is-not-zero.patch mm-swapfile-do-not-sleep-with-a-spin-lock-held.patch hugetlb_cgroup-fix-offline-of-hugetlb-cgroup-with-reservations.patch +revert-amd-amdgpu-disable-vcn-dpg-mode-for-picasso.patch -- 2.47.3