Commit 46d44516 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Alex Deucher

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: 680602d6 ("drm/amd/pm: enable DCS")
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2639d3e4
...@@ -193,6 +193,7 @@ enum amd_powergating_state { ...@@ -193,6 +193,7 @@ enum amd_powergating_state {
* @PP_ACG_MASK: Adaptive clock generator. * @PP_ACG_MASK: Adaptive clock generator.
* @PP_STUTTER_MODE: Stutter mode. * @PP_STUTTER_MODE: Stutter mode.
* @PP_AVFS_MASK: Adaptive voltage and frequency scaling. * @PP_AVFS_MASK: Adaptive voltage and frequency scaling.
* @PP_GFX_DCS_MASK: GFX Async DCS.
* *
* To override these settings on boot, append amdgpu.ppfeaturemask=<mask> to * To override these settings on boot, append amdgpu.ppfeaturemask=<mask> to
* the kernel's command line parameters. This is usually done through a system's * the kernel's command line parameters. This is usually done through a system's
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment