OSDN Git Service

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)
commit819d4b3fbfaf40b4537e80b01aef612e4140a91b
treea8a943b2e03165b89d925d160ececbf79ae0dc8c
parentbb6785c1212988c76c21cd1d4647c31545231e8b
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