1. 24 2月, 2021 1 次提交
  2. 23 2月, 2021 3 次提交
  3. 19 2月, 2021 4 次提交
  4. 10 2月, 2021 4 次提交
  5. 05 2月, 2021 1 次提交
  6. 03 2月, 2021 10 次提交
  7. 21 1月, 2021 1 次提交
  8. 16 1月, 2021 1 次提交
  9. 15 1月, 2021 8 次提交
  10. 14 1月, 2021 1 次提交
  11. 12 1月, 2021 2 次提交
    • L
      drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs: Demote non-kernel-doc comment blocks · 61fd2fd8
      Lee Jones 提交于
      Fixes the following W=1 kernel build warning(s):
      
       drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:699: warning: Function parameter or member 'm' not described in 'dmub_tracebuffer_show'
       drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:699: warning: Function parameter or member 'data' not described in 'dmub_tracebuffer_show'
       drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:743: warning: Function parameter or member 'm' not described in 'dmub_fw_state_show'
       drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:743: warning: Function parameter or member 'data' not described in 'dmub_fw_state_show'
      
      Cc: Harry Wentland <harry.wentland@amd.com>
      Cc: Leo Li <sunpeng.li@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: "Christian König" <christian.koenig@amd.com>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: Mikita Lipski <mikita.lipski@amd.com>
      Cc: Eryk Brol <eryk.brol@amd.com>
      Cc: amd-gfx@lists.freedesktop.org
      Cc: dri-devel@lists.freedesktop.org
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      61fd2fd8
    • L
      drm/amd/display: tweak the kerneldoc for active_vblank_irq_count · 1dbb6c8f
      Lukas Bulwahn 提交于
      Commit 71338cb4 ("drm/amd/display: enable idle optimizations for linux
      (MALL stutter)") adds active_vblank_irq_count to amdgpu_display_manager
      in ./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h.
      
      The kerneldoc is incorrectly formatted, and make htmldocs warns:
      
        ./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:
          340: warning: Incorrect use of kernel-doc format:          * @active_vblank_irq_count
          379: warning: Function parameter or member 'active_vblank_irq_count' not described in 'amdgpu_display_manager'
      
      Tweak the kerneldoc for active_vblank_irq_count.
      Reviewed-by: NBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
      Signed-off-by: NLukas Bulwahn <lukas.bulwahn@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      1dbb6c8f
  12. 09 1月, 2021 1 次提交
  13. 07 1月, 2021 3 次提交