drm/amdgpu: suppress the warning about enum value 'AMD_IP_BLOCK_TYPE_NUM'
authorEvan Quan <evan.quan@amd.com>
Thu, 20 Jan 2022 07:03:37 +0000 (15:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jan 2022 23:00:32 +0000 (18:00 -0500)
commit239d6de307b0dd1d48ec9b935b57531f07f6db11
tree20492fcd534d74effbfedefa1a7b06b0036eeb5e
parent6a6c2ab687c8eabaec4a55a4f13eb5ee68181403
drm/amdgpu: suppress the warning about enum value 'AMD_IP_BLOCK_TYPE_NUM'

Suppress the warning below on building htmldocs:
drivers/gpu/drm/amd/include/amd_shared.h:103: warning: Enum value
'AMD_IP_BLOCK_TYPE_NUM' not described in enum 'amd_ip_block_type'

Fixes: 6ee27ee27ba8 ("drm/amd/pm: avoid duplicate powergate/ungate setting")

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h