Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enum

Sphinx reports kernel-doc warning:

WARNING: ./drivers/gpu/drm/amd/include/amd_shared.h:113 Enum value 'AMD_IP_BLOCK_TYPE_RAS' not described in enum 'amd_ip_block_type'

Describe the value to fix it.

Fixes: 7169e706c82d ("drm/amdgpu: Add ras module ip block to amdgpu discovery")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Bagas Sanjaya and committed by
Alex Deucher
d8ccbb5e b1e2a6a5

+1
+1
drivers/gpu/drm/amd/include/amd_shared.h
··· 89 89 * @AMD_IP_BLOCK_TYPE_VPE: Video Processing Engine 90 90 * @AMD_IP_BLOCK_TYPE_UMSCH_MM: User Mode Scheduler for Multimedia 91 91 * @AMD_IP_BLOCK_TYPE_ISP: Image Signal Processor 92 + * @AMD_IP_BLOCK_TYPE_RAS: Reliability, Availability, Serviceability 92 93 * @AMD_IP_BLOCK_TYPE_NUM: Total number of IP block types 93 94 */ 94 95 enum amd_ip_block_type {