1. 24 2月, 2021 1 次提交
  2. 23 2月, 2021 2 次提交
  3. 19 2月, 2021 3 次提交
  4. 10 2月, 2021 2 次提交
  5. 05 2月, 2021 1 次提交
  6. 03 2月, 2021 7 次提交
  7. 21 1月, 2021 1 次提交
  8. 15 1月, 2021 4 次提交
  9. 14 1月, 2021 1 次提交
  10. 09 1月, 2021 1 次提交
  11. 07 1月, 2021 3 次提交
  12. 06 1月, 2021 4 次提交
  13. 24 12月, 2020 2 次提交
  14. 16 12月, 2020 1 次提交
    • S
      drm/amd/display: Fixed kernel test robot warning · 8ccbfdf0
      Souptick Joarder 提交于
      Kernel test robot throws below warning ->
      
      drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5349:5:
      warning: no previous prototype for 'amdgpu_dm_crtc_atomic_set_property'
      [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5349:5:
      warning: no previous prototype for function
      'amdgpu_dm_crtc_atomic_set_property' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5373:5:
      warning: no previous prototype for 'amdgpu_dm_crtc_atomic_get_property'
      [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5373:5:
      warning: no previous prototype for function
      'amdgpu_dm_crtc_atomic_get_property' [-Wmissing-prototypes]
      
      As these functions are only used inside amdgpu_dm.c, these can be
      made static.
      Reported-by: Nkernel test robot <lkp@intel.com>
      Signed-off-by: NSouptick Joarder <jrdr.linux@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      8ccbfdf0
  15. 15 12月, 2020 1 次提交
  16. 11 12月, 2020 2 次提交
  17. 09 12月, 2020 4 次提交