aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch')
-rw-r--r--common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch b/common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch
deleted file mode 100644
index b7ce46d8..00000000
--- a/common/recipes-kernel/linux/files/0930-drm-amd-powerplay-init-hwmgr-for-ELM-BAF.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 4fdaf2e5ff667d7b6f1ef2c3911bfe1bcf9e3a16 Mon Sep 17 00:00:00 2001
-From: Rex Zhu <Rex.Zhu@amd.com>
-Date: Fri, 11 Mar 2016 14:39:31 -0500
-Subject: [PATCH 0930/1110] drm/amd/powerplay: init hwmgr for ELM/BAF
-
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
----
- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
-index 5fb98aa..2c68199 100644
---- a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
-+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
-@@ -34,6 +34,7 @@
- extern int cz_hwmgr_init(struct pp_hwmgr *hwmgr);
- extern int tonga_hwmgr_init(struct pp_hwmgr *hwmgr);
- extern int fiji_hwmgr_init(struct pp_hwmgr *hwmgr);
-+extern int ellesemere_hwmgr_init(struct pp_hwmgr *hwmgr);
-
- int hwmgr_init(struct amd_pp_init *pp_init, struct pp_instance *handle)
- {
-@@ -67,6 +68,10 @@ int hwmgr_init(struct amd_pp_init *pp_init, struct pp_instance *handle)
- case CHIP_FIJI:
- fiji_hwmgr_init(hwmgr);
- break;
-+ case CHIP_BAFFIN:
-+ case CHIP_ELLESMERE:
-+ ellesemere_hwmgr_init(hwmgr);
-+ break;
- default:
- return -EINVAL;
- }
---
-2.7.4
-