diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2016-08-31 17:25:49 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-02 11:31:34 -0400 |
commit | 791a57db3e5eda12e30a5f496c84c1a9e20e8c0c (patch) | |
tree | 55dfbb035de2f377f3f6983424bb243333966960 /drivers/gpu/drm/amd/powerplay/hwmgr | |
parent | 662bfa61fff1de4dd96029d556d7b301e27c3556 (diff) | |
download | blackbird-obmc-linux-791a57db3e5eda12e30a5f496c84c1a9e20e8c0c.tar.gz blackbird-obmc-linux-791a57db3e5eda12e30a5f496c84c1a9e20e8c0c.zip |
drm/amd/powerplay: refine struct name for code style reason.
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')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c b/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c index 6c321b0d8a1e..ccf7ebeaf892 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c @@ -1523,7 +1523,7 @@ int get_number_of_vce_state_table_entries( int get_vce_state_table_entry(struct pp_hwmgr *hwmgr, unsigned long i, - struct PP_VCEState *vce_state, + struct pp_vce_state *vce_state, void **clock_info, unsigned long *flag) { |