diff options
| author | Alex Deucher <[email protected]> | 2025-01-17 19:16:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-01-24 14:53:59 +0000 |
| commit | aedf498a2c3334a8c1baca107e6f43cb1ca39d9a (patch) | |
| tree | aab69a7131a650de2eeac6264cc8fe567e0602d4 /drivers/gpu/drm/amd/include/amd_shared.h | |
| parent | drm/amd/display: fix CEC DC_DEBUG_MASK documentation (diff) | |
| download | kernel-aedf498a2c3334a8c1baca107e6f43cb1ca39d9a.tar.gz kernel-aedf498a2c3334a8c1baca107e6f43cb1ca39d9a.zip | |
drm/amd/display: fix SUBVP DC_DEBUG_MASK documentation
This needs to be kerneldoc formatted.
Fixes: 5349658fa4a1 ("drm/amd: Add debug option to disable subvp")
Reviewed-by: Harry Wentland <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: Aurabindo Pillai <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 5cb97414e4a3..6dccee403a3d 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -350,7 +350,7 @@ enum DC_DEBUG_MASK { */ DC_DISABLE_HDMI_CEC = 0x10000, - /* + /** * @DC_DISABLE_SUBVP: If set, disable DCN Sub-Viewport feature in amdgpu driver. */ DC_DISABLE_SUBVP = 0x20000, |
