aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch')
-rw-r--r--common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch b/common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch
deleted file mode 100644
index afe76f2a..00000000
--- a/common/recipes-kernel/linux/files/0924-drm-amd-powerplay-tonga-disable-uvd-pg.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From c6c06be5971dca2414f530827fab4dde43c7d82f Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Thu, 4 Feb 2016 23:47:38 -0500
-Subject: [PATCH 0924/1565] drm/amd/powerplay/tonga: disable uvd pg
-
-Not working reliably yet.
-
-Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
-index 44a9250..7518caa 100644
---- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
-+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c
-@@ -4615,6 +4615,9 @@ int tonga_hwmgr_backend_init(struct pp_hwmgr *hwmgr)
-
- data->vddc_phase_shed_control = 0;
-
-+ phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
-+ PHM_PlatformCaps_UVDPowerGating);
-+
- if (0 == result) {
- struct cgs_system_info sys_info = {0};
-
---
-1.9.1
-