summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
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/inc/smumgr.h
parent38109efacd9c17e52ec3d9a43ea227a72623d9fd (diff)
downloadop-kernel-dev-075f101ceec0446b4a651ae4a22d4de11b7e7cd6.zip
op-kernel-dev-075f101ceec0446b4a651ae4a22d4de11b7e7cd6.tar.gz
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/inc/smumgr.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/smumgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
index 3c235f0..dede153 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
@@ -74,7 +74,6 @@ struct pp_smumgr_func {
struct pp_smumgr {
uint32_t chip_family;
uint32_t chip_id;
- uint32_t hw_revision;
void *device;
void *backend;
uint32_t usec_timeout;
OpenPOWER on IntegriCloud