1. 14 6月, 2016 1 次提交
  2. 09 6月, 2016 3 次提交
  3. 12 5月, 2016 3 次提交
  4. 05 5月, 2016 6 次提交
  5. 03 5月, 2016 1 次提交
  6. 28 4月, 2016 1 次提交
  7. 10 3月, 2016 1 次提交
  8. 17 2月, 2016 1 次提交
  9. 13 2月, 2016 2 次提交
  10. 11 2月, 2016 8 次提交
  11. 08 2月, 2016 1 次提交
  12. 22 12月, 2015 1 次提交
  13. 19 12月, 2015 1 次提交
  14. 12 12月, 2015 1 次提交
  15. 03 12月, 2015 2 次提交
  16. 22 10月, 2015 2 次提交
  17. 21 10月, 2015 2 次提交
  18. 15 10月, 2015 1 次提交
  19. 03 10月, 2015 1 次提交
  20. 24 9月, 2015 1 次提交
    • A
      drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks · 4c7fbc39
      Alex Deucher 提交于
      In
      
      commit 7a3f3d66
      Author: Daniel Vetter <daniel.vetter@ffwll.ch>
      Date:   Thu Jul 9 23:44:28 2015 +0200
      
          drm: Check locking in drm_for_each_connector
      
      I added locking checks to drm_for_each_connector but failed that
      through drm_helper_connector_dpms -> drm_helper_choose_encoder_dpms
      it's used in a few more places in the amdgpu resume/suspend code.
      
      Fix them up.
      
      Note that we could use the connector iterator macros in there too, but
      that's for the future.
      
      Port of radeon commit:
      drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checks
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      4c7fbc39