Skip to content

Commit dbf2341

Browse files
committed
drm/amdgpu: update MODULE_PARM_DESC for freesync_video
To better describe what it does. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3756 Reviewed-by: Timur Kristóf <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 123a175 commit dbf2341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ module_param_named(tmz, amdgpu_tmz, int, 0444);
960960
*/
961961
MODULE_PARM_DESC(
962962
freesync_video,
963-
"Enable freesync modesetting optimization feature (0 = off (default), 1 = on)");
963+
"Adds additional modes via VRR for refresh changes without a full modeset (0 = off (default), 1 = on)");
964964
module_param_named(freesync_video, amdgpu_freesync_vid_mode, uint, 0444);
965965

966966
/**

0 commit comments

Comments
 (0)