commit | 819d4b3fbfaf40b4537e80b01aef612e4140a91b | [log] [tgz] |
---|---|---|
author | Jerry (Fangzhi) Zuo <Jerry.Zuo@amd.com> | Thu Dec 12 10:37:35 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jan 22 16:55:27 2020 -0500 |
tree | a8a943b2e03165b89d925d160ececbf79ae0dc8c | |
parent | bb6785c1212988c76c21cd1d4647c31545231e8b [diff] |
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>