linux/drivers/gpu/drm/amd/display
Arnd Bergmann e3aaf0e174 drm/amdgpu: display_mode_vba_21: remove uint typedef
The type definition for 'uint' clashes with the generic kernel
headers:

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn21/display_mode_vba_21.c:43:22: error: redefinition of typedef 'uint' is a C11 feature [-Werror,-Wtypedef-redefinition]
include/linux/types.h:92:23: note: previous definition is here

Just remove this type and use plain 'unsigned int' consistently,
as it is already use almost everywhere in this file.

Fixes: b04641a3f4 ("drm/amd/display: Add Renoir DML")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-10-03 09:11:06 -05:00
..
amdgpu_dm drm/amdgpu/dm/mst: Use ->atomic_best_encoder 2019-10-03 09:11:05 -05:00
dc drm/amdgpu: display_mode_vba_21: remove uint typedef 2019-10-03 09:11:06 -05:00
include drm/amd/display: Add HDCP module 2019-10-03 09:10:58 -05:00
modules drm/amd/display: add PSP block to verify hdcp steps 2019-10-03 09:10:58 -05:00
Kconfig drm/amd/display: Add hdcp to Kconfig 2019-10-03 09:10:58 -05:00
Makefile drm/amd/display: Add HDCP module 2019-10-03 09:10:58 -05:00
TODO drm/amd/display: Convert remaining loggers off dc_logger 2018-07-13 14:48:42 -05:00