]> 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)
commit2168348691c2a1f9bc63d8cc29264c87f6f456c4
treeb4d6e37148183e16789441fbbf00746c5181d9d4
parent86e0045481d1ee169ad3921c920568926aaafe76
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