]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enum
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 15 Dec 2025 11:38:58 +0000 (18:38 +0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:25:29 +0000 (16:25 -0500)
commitd8ccbb5e228b093eba19027a281274e7faf2da4c
tree209cac960b7127c9c9cf87263e522a1f49eb83cc
parentb1e2a6a57aa95f8192e8edb9edaecfd326745d32
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>
drivers/gpu/drm/amd/include/amd_shared.h