]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Remove wrong signal from vrr calculation
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 4 Mar 2024 18:40:23 +0000 (11:40 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 20 Mar 2024 17:38:11 +0000 (13:38 -0400)
commitbcebe44f6bb6d9a85e0710d0086bc3956e6887ba
tree786d52fb4badc8856dbf7657eb07603a8ed36e6c
parent55fdfddddbbc6365a33757bb009be5f64902c019
drm/amd/display: Remove wrong signal from vrr calculation

In some of the merge conflict fixes, one '+' was accidentally left at
the beginning of the line. Fortunately, this did not cause any major
issues since it acted as a number signal. This commit addresses this
issue by removing the extra '+'.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/freesync/freesync.c