OSDN Git Service

drm/amd/pp: Drop wrapper functions for upper/lower_32_bits
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 6 Mar 2018 05:31:13 +0000 (13:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Mar 2018 21:10:11 +0000 (16:10 -0500)
commitbb03c9c4a917ed602a6b9b01824dbfde5f6b9248
treeb4d6e37148183e16789441fbbf00746c5181d9d4
parent819a3e9ab48d899485fdf11e6035b566a11a2eeb
drm/amd/pp: Drop wrapper functions for upper/lower_32_bits

replace smu_upper_32_bits/smu_lower_32_bits with
the standard kernel macros

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/smumgr.h
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c