On 2025-01-17 14:18, Alex Deucher wrote: > This needs to be kerneldoc formatted. > > Fixes: 5349658fa4a1 ("drm/amd: Add debug option to disable subvp") > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > Cc: Aurabindo Pillai <aurabindo.pillai@xxxxxxx> Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> Harry > --- > drivers/gpu/drm/amd/include/amd_shared.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h > index 5cb97414e4a33..6dccee403a3d1 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,