1. 27 8月, 2019 1 次提交
  2. 24 8月, 2019 9 次提交
  3. 23 8月, 2019 1 次提交
  4. 15 8月, 2019 7 次提交
  5. 31 7月, 2019 1 次提交
  6. 19 7月, 2019 18 次提交
  7. 09 7月, 2019 1 次提交
    • A
      drm/amd/display: dcn20: include linux/delay.h · c602b36f
      Arnd Bergmann 提交于
      Without this header, we get a compiler error in some configurations:
      
      .../dc/dcn20/dcn20_hwseq.c: In function 'dcn20_hwss_wait_for_blank_complete':
      .../dc/dcn20/dcn20_hwseq.c:1493:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration]
      
      Note: the use of udelay itself may be problematic, as can occupy
      the CPU for 200ms in a busy-loop here.
      
      Fixes: 7ed4e635 ("drm/amd/display: Add DCN2 HW Sequencer and Resource")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      c602b36f
  8. 22 6月, 2019 2 次提交