summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2018-02-07 10:58:43 -0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:19:41 -0500
commit42b5122e828a6ccd9952ad3116343dc032d33efe (patch)
treeff2e375847f4d83ca3824b93f74f04600b8101ab /drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c
parent7e452ce9c96e829a936a2901915eeef3ec6e85fe (diff)
drm/amd/powerplay: Fix enum mismatch
In several locations the driver uses AMD_CG_STATE_UNGATE (type enum amd_clockgating_state) instead of AMD_PG_STATE_UNGATE (type enum amd_powergating_stat) and vice versa. Both constants have the same value, so this doesn't cause any problems, but we still want to pass the correct type. Fixing the mismatch resolves multiple warnings like this when building with clang: drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/cz_clockpowergating.c:169:7: error: implicit conversion from enumeration type 'enum amd_powergating_state' to different enumeration type 'enum amd_clockgating_state' [-Werror,-Wenum-conversion] AMD_PG_STATE_UNGATE); Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c')
0 files changed, 0 insertions, 0 deletions