1. 22 5月, 2017 1 次提交
  2. 11 5月, 2017 1 次提交
  3. 06 5月, 2017 1 次提交
  4. 29 4月, 2017 1 次提交
  5. 30 3月, 2017 9 次提交
  6. 23 2月, 2017 1 次提交
  7. 09 2月, 2017 2 次提交
  8. 28 1月, 2017 9 次提交
  9. 17 11月, 2016 1 次提交
  10. 16 11月, 2016 1 次提交
  11. 11 11月, 2016 5 次提交
  12. 08 11月, 2016 1 次提交
    • A
      drm/amdgpu/powerplay/smu7: fix unintialized data usage · a29d1260
      Arnd Bergmann 提交于
      A recent bugfix replaced an out-of-bounds access with direct
      use of unintialized data:
      
      drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_patch_limits_vddc':
      drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2033:6: error: 'vddc' may be used uninitialized in this function [-Werror=maybe-uninitialized]
      drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2146:11: note: 'vddc' was declared here
      drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2033:6: error: 'vddci' may be used uninitialized in this function [-Werror=maybe-uninitialized]
      drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2146:17: note: 'vddci' was declared here
        uint32_t vddc, vddci;
      
      This initializes the data as before using the correct type.
      
      Fixes: 77f7f71f ("drm/amdgpu/powerplay/smu7: fix static checker warning")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      a29d1260
  13. 26 10月, 2016 2 次提交
  14. 21 10月, 2016 2 次提交
  15. 15 10月, 2016 2 次提交
  16. 14 10月, 2016 1 次提交