]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Fix incorrect DCN401 comparison
authorAlex Hung <alex.hung@amd.com>
Wed, 8 May 2024 19:48:12 +0000 (13:48 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:19:34 +0000 (16:19 -0400)
commit290c0462e0bb68b0878e25c15e7096626dd5bc15
treef2fbfeba362a806716e7a4c89b07adb71aa0cbc1
parent872c0de315d2ebad16d0ff574f8c9ce26dd5c6f2
drm/amd/display: Fix incorrect DCN401 comparison

The comparisons intend to be DCN401 inclusive, and fix it by adding
equal signs.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Hung <alex.hung@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/core/dc.c