drm/amd/display: Fix mismatch type comparison in custom_float
authorSamson Tam <Samson.Tam@amd.com>
Tue, 7 Jan 2025 19:16:04 +0000 (14:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2025 16:44:01 +0000 (11:44 -0500)
commit86f06bcbb54e93f3c7b5e22ae37e72882b74c4b0
treefd3d58bb2a93e55bd7740f82205b10b07a5be75d
parent97b05c8c2e1e0390f4447dc9cc5ec131dd54ca02
drm/amd/display: Fix mismatch type comparison in custom_float

[Why & How]
Passing uint into uchar function param.  Pass uint instead

Signed-off-by: Samson Tam <Samson.Tam@amd.com>
Reviewed-by: Alvin Lee <alvin.lee2@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/sspl/spl_fixpt31_32.c
drivers/gpu/drm/amd/display/dc/sspl/spl_fixpt31_32.h