drm/amd/display: fix some coding style issues
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Mon, 19 Dec 2022 11:50:39 +0000 (17:20 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Dec 2022 17:47:51 +0000 (12:47 -0500)
commitae67558be712237109100fd14f12378adcf24356
tree4ac68cbbe4fae6ab72665593f0d4886e101ed88f
parent0b93c543418177561121e57017b60cb9bb74414f
drm/amd/display: fix some coding style issues

Fix the following checkpatch checks in amdgpu_dm.c

CHECK: Prefer kernel type 'u8' over 'uint8_t'
CHECK: Prefer kernel type 'u32' over 'uint32_t'
CHECK: Prefer kernel type 'u64' over 'uint64_t'
CHECK: Prefer kernel type 's32' over 'int32_t'

Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c