aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch b/meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch
deleted file mode 100644
index 150c14af..00000000
--- a/meta-amdfalconx86/recipes-kernel/linux/files/0197-drm-amd-powerplay-tonga-disable-uvd-pg.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 1ff4f30e5e12f6ca0313edf2f7c8b118c4add05e 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 0197/1110] 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};
-
---
-2.7.4
-