From: Mauro Carvalho Chehab Date: Tue, 28 Jun 2022 09:46:15 +0000 (+0100) Subject: drm/amd/amd_shared.h: Add missing doc for PP_GFX_DCS_MASK X-Git-Tag: v6.6.17~6802^2~17^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46d44516aa6e142fd70287e829e3bbad0d2ed35b;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index bcdf745..2e02a6f 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -193,6 +193,7 @@ enum amd_powergating_state { * @PP_ACG_MASK: Adaptive clock generator. * @PP_STUTTER_MODE: Stutter mode. * @PP_AVFS_MASK: Adaptive voltage and frequency scaling. + * @PP_GFX_DCS_MASK: GFX Async DCS. * * To override these settings on boot, append amdgpu.ppfeaturemask= to * the kernel's command line parameters. This is usually done through a system's