mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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: 6ee27ee27b ("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>
This commit is contained in:
parent
6a6c2ab687
commit
239d6de307
|
|
@ -83,6 +83,7 @@ enum amd_apu_flags {
|
|||
* @AMD_IP_BLOCK_TYPE_VCN: Video Core/Codec Next
|
||||
* @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler
|
||||
* @AMD_IP_BLOCK_TYPE_JPEG: JPEG Engine
|
||||
* @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types
|
||||
*/
|
||||
enum amd_ip_block_type {
|
||||
AMD_IP_BLOCK_TYPE_COMMON,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user