drm/amdgpu: fix comment about amdgpu.abmlevel defaults
authorjeffbai@aosc.io <jeffbai@aosc.io>
Thu, 24 Oct 2024 13:07:18 +0000 (21:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Nov 2024 16:32:57 +0000 (11:32 -0500)
commit0174c0791c042a357e54f91c68f58142e69c3584
tree72e81be6cd9443c3c9c46f573314d4fe48ef59bb
parentaa2ac51c8e1952ff95588d082e1a8b402c510ed0
drm/amdgpu: fix comment about amdgpu.abmlevel defaults

Since 040fdcde288a ("drm/amdgpu: respect the abmlevel module parameter value
if it is set"), the default value for amdgpu.abmlevel was set to -1, or auto.
However, the comment explaining the default value was not updated to reflect
the change (-1, or auto; not -1, or disabled).

Clarify that the default value (-1) means auto.

Fixes: 040fdcde288a ("drm/amdgpu: respect the abmlevel module parameter value if it is set")
Reported-by: Ruikai Liu <rickliu2000@outlook.com>
Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c