]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amdgpu: fix module parameter description
authorYann Dirson <ydirson@free.fr>
Sun, 20 Jul 2025 14:13:17 +0000 (16:13 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:40:32 +0000 (16:40 -0400)
Fix dcdebugmask description.

Signed-off-by: Yann Dirson <ydirson@free.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 395c6be901ce7a992eeba90330e5c92abc75d2c3..efb54c23ba173a73cff9797021f7f855c3e72535 100644 (file)
@@ -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);