]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix DML dummyinteger types mismatch
authorJerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Thu, 12 Dec 2019 15:37:35 +0000 (10:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Jan 2020 21:55:27 +0000 (16:55 -0500)
commitb8871e20e507a7fb002579524b411e6d490386b0
treea8a943b2e03165b89d925d160ececbf79ae0dc8c
parent986357c24d1fbaf764d9761ac81832dfe840135f
drm/amd/display: Fix DML dummyinteger types mismatch

[Why]
The types for dummyinteger1 and dummyinteger2 are unsigned
as part of the DML spec. They should not be long.

[How]
Make them unsigned int instead of long.

Signed-off-by: Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.h