An error occurred fetching the project authors.
  1. 25 Feb, 2020 1 commit
  2. 06 Feb, 2020 2 commits
  3. 22 Jan, 2020 1 commit
  4. 16 Jan, 2020 6 commits
  5. 18 Dec, 2019 6 commits
  6. 11 Dec, 2019 1 commit
    • Arnd Bergmann's avatar
      drm/amd/display: include linux/slab.h where needed · aec43402
      Arnd Bergmann authored
      Calling kzalloc() and related functions requires the
      linux/slab.h header to be included:
      
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function 'dcn21_ipp_create':
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:679:3: error: implicit declaration of function 'kzalloc'; did you mean 'd_alloc'? [-Werror=implicit-function-declaration]
         kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL);
      
      A lot of other headers also miss a direct include in this file,
      but this is the only one that causes a problem for now.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      aec43402
  7. 10 Dec, 2019 1 commit
    • Arnd Bergmann's avatar
      drm/amd/display: include linux/slab.h where needed · 07b67280
      Arnd Bergmann authored
      Calling kzalloc() and related functions requires the
      linux/slab.h header to be included:
      
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c: In function 'dcn21_ipp_create':
      drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_resource.c:679:3: error: implicit declaration of function 'kzalloc'; did you mean 'd_alloc'? [-Werror=implicit-function-declaration]
         kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL);
      
      A lot of other headers also miss a direct include in this file,
      but this is the only one that causes a problem for now.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      07b67280
  8. 05 Dec, 2019 6 commits
  9. 19 Nov, 2019 3 commits
  10. 13 Nov, 2019 7 commits
  11. 25 Oct, 2019 6 commits