Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <harry.wentland@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>

+1 -1
+1 -1
drivers/gpu/drm/amd/include/amd_shared.h
··· 350 350 */ 351 351 DC_DISABLE_HDMI_CEC = 0x10000, 352 352 353 - /* 353 + /** 354 354 * @DC_DISABLE_SUBVP: If set, disable DCN Sub-Viewport feature in amdgpu driver. 355 355 */ 356 356 DC_DISABLE_SUBVP = 0x20000,