Commit 9f1f7cd4 authored by Yann Dirson's avatar Yann Dirson Committed by Alex Deucher
Browse files

drm/amdgpu: fix module parameter description



Fix dcdebugmask description.

Signed-off-by: default avatarYann Dirson <ydirson@free.fr>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c2aa3089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -886,7 +886,7 @@ module_param_named(dcfeaturemask, amdgpu_dc_feature_mask, uint, 0444);

/**
 * DOC: dcdebugmask (uint)
 * Override display features enabled. See enum DC_DEBUG_MASK in drivers/gpu/drm/amd/include/amd_shared.h.
 * Display debug options. See enum DC_DEBUG_MASK in drivers/gpu/drm/amd/include/amd_shared.h.
 */
MODULE_PARM_DESC(dcdebugmask, "all debug options disabled (default))");
module_param_named(dcdebugmask, amdgpu_dc_debug_mask, uint, 0444);