]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amd/display: Prevent vtotal from being set to 0
authorDaniel Miess <daniel.miess@amd.com>
Thu, 22 Jun 2023 12:11:48 +0000 (08:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Jul 2023 18:40:56 +0000 (14:40 -0400)
commit2a9482e55968ed7368afaa9c2133404069117320
tree8b387d9567dda460d6fbf6382c5b2d1527ea3379
parenta460beefe77d780ac48f19d39333852a7f93ffc1
drm/amd/display: Prevent vtotal from being set to 0

[Why]
In dcn314 DML the destination pipe vtotal was being set
to the crtc adjustment vtotal_min value even in cases
where that value is 0.

[How]
Only set vtotal to the crtc adjustment vtotal_min value
in cases where the value is non-zero.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Daniel Miess <daniel.miess@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c