aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch
new file mode 100644
index 00000000..48c7463a
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0335-drm-amd-display-Remove-call-to-amdgpu_pm_compute_clo.patch
@@ -0,0 +1,47 @@
+From 35bf5493cd97d7948b5308d5fe76fc5ae011f5ed Mon Sep 17 00:00:00 2001
+From: David Francis <David.Francis@amd.com>
+Date: Fri, 17 Aug 2018 14:24:26 -0400
+Subject: [PATCH 0335/2940] drm/amd/display: Remove call to
+ amdgpu_pm_compute_clocks
+
+[Why]
+The extraneous call to amdgpu_pm_compute_clocks is deprecated.
+
+[How]
+Remove it.
+
+Change-Id: I0bfee7f1aca4184b441c39efbdc580394bdd1020
+Signed-off-by: David Francis <David.Francis@amd.com>
+Signed-off-by: Leo Li <sunpeng.li@amd.com>
+Reviewed-by: David Francis <David.Francis@amd.com>
+Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 8 --------
+ 1 file changed, 8 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
+index cfa907b119c7..6d16b4a0353d 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
+@@ -101,18 +101,10 @@ bool dm_pp_apply_display_requirements(
+ adev->pm.pm_display_cfg.displays[i].controller_id = dc_cfg->pipe_idx + 1;
+ }
+
+- /* TODO: complete implementation of
+- * pp_display_configuration_change().
+- * Follow example of:
+- * PHM_StoreDALConfigurationData - powerplay\hwmgr\hardwaremanager.c
+- * PP_IRI_DisplayConfigurationChange - powerplay\eventmgr\iri.c */
+ if (adev->powerplay.pp_funcs->display_configuration_change)
+ adev->powerplay.pp_funcs->display_configuration_change(
+ adev->powerplay.pp_handle,
+ &adev->pm.pm_display_cfg);
+-
+- /* TODO: replace by a separate call to 'apply display cfg'? */
+- amdgpu_pm_compute_clocks(adev);
+ }
+
+ return true;
+--
+2.17.1
+