drm/amd/amd_shared.h: Add missing doc for PP_GFX_DCS_MASK
authorMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 28 Jun 2022 09:46:15 +0000 (10:46 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Jun 2022 21:12:02 +0000 (17:12 -0400)
commit46d44516aa6e142fd70287e829e3bbad0d2ed35b
tree8d309c72eb412c0f354a0ccea0fa0e04c844458f
parent2639d3e44f9c15b3f29f79943ed58f769faeaef2
drm/amd/amd_shared.h: Add missing doc for PP_GFX_DCS_MASK

This symbol is missing documentation:

drivers/gpu/drm/amd/include/amd_shared.h:224: warning: Enum value 'PP_GFX_DCS_MASK' not described in enum 'PP_FEATURE_MASK'

Document it.

Fixes: 680602d6c2d6 ("drm/amd/pm: enable DCS")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h