summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-08-22 20:47:28 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-08-25 12:23:41 -0400
commit075f101ceec0446b4a651ae4a22d4de11b7e7cd6 (patch)
tree1041a08f1c59909e174ac4c05e67b4882b8384ce /drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
parent38109efacd9c17e52ec3d9a43ea227a72623d9fd (diff)
downloadlinux-075f101ceec0446b4a651ae4a22d4de11b7e7cd6.tar.gz
linux-075f101ceec0446b4a651ae4a22d4de11b7e7cd6.tar.bz2
linux-075f101ceec0446b4a651ae4a22d4de11b7e7cd6.zip
drm/amd/powerplay: simplify struct amd_pp_init.
delete the members not needed when amd_powerplay_init. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
index d829076ed9ea..50d465d00927 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
@@ -76,9 +76,6 @@ int hwmgr_init(struct amd_pp_init *pp_init, struct pp_instance *handle)
hwmgr->device = pp_init->device;
hwmgr->chip_family = pp_init->chip_family;
hwmgr->chip_id = pp_init->chip_id;
- hwmgr->hw_revision = pp_init->rev_id;
- hwmgr->sub_sys_id = pp_init->sub_sys_id;
- hwmgr->sub_vendor_id = pp_init->sub_vendor_id;
hwmgr->usec_timeout = AMD_MAX_USEC_TIMEOUT;
hwmgr->power_source = PP_PowerSource_AC;