1. 11 10月, 2019 33 次提交
  2. 08 10月, 2019 5 次提交
  3. 04 10月, 2019 1 次提交
  4. 03 10月, 2019 1 次提交
    • A
      drm/amdgpu: display_mode_vba_21: remove uint typedef · e3aaf0e1
      Arnd Bergmann 提交于
      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: b04641a3 ("drm/amd/display: Add Renoir DML")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      e3aaf0e1