]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amdgpu: update MODULE_PARM_DESC for freesync_video
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Nov 2024 13:56:33 +0000 (08:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Sep 2025 19:54:07 +0000 (15:54 -0400)
To better describe what it does.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3756
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index ece251cbe8c3e1485ac3669e4455486137fa65ec..4905efa63ddc00a862a6134e49390cd01c204fd1 100644 (file)
@@ -960,7 +960,7 @@ module_param_named(tmz, amdgpu_tmz, int, 0444);
  */
 MODULE_PARM_DESC(
        freesync_video,
-       "Enable freesync modesetting optimization feature (0 = off (default), 1 = on)");
+       "Adds additional modes via VRR for refresh changes without a full modeset (0 = off (default), 1 = on)");
 module_param_named(freesync_video, amdgpu_freesync_vid_mode, uint, 0444);
 
 /**