]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6e3b2bfec3209d5dc278e37206493a320c03ecf0
treeb4d6e37148183e16789441fbbf00746c5181d9d4
parentd3419debe239af7051bf97fbed0af4f2e372a901
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