1. 11 5月, 2022 2 次提交
  2. 13 4月, 2022 2 次提交
  3. 01 4月, 2022 3 次提交
  4. 29 3月, 2022 1 次提交
  5. 16 3月, 2022 5 次提交
  6. 03 3月, 2022 1 次提交
    • L
      drm/amd/display: Don't fill up the logs · 52e8da70
      Luben Tuikov 提交于
      Don't fill up the logs with:
      
      [253557.859575] [drm:amdgpu_dm_atomic_check [amdgpu]] DSC precompute is not needed.
      [253557.892966] [drm:amdgpu_dm_atomic_check [amdgpu]] DSC precompute is not needed.
      [253557.926070] [drm:amdgpu_dm_atomic_check [amdgpu]] DSC precompute is not needed.
      [253557.959344] [drm:amdgpu_dm_atomic_check [amdgpu]] DSC precompute is not needed.
      
      which prints many times a second, when the kernel is run with
      drm.debug=2.
      
      Instead of DRM_DEBUG_DRIVER(), make it DRM_INFO_ONCE().
      
      Cc: Alex Deucher <Alexander.Deucher@amd.com>
      Cc: Roman Li <Roman.Li@amd.com>
      Cc: Felix Kuehling <felix.kuehling@amd.com>
      Cc: Hersen Wu <hersenwu@amd.com>
      Cc: Daniel Wheeler <daniel.wheeler@amd.com>
      Fixes: 17ce8a69 ("drm/amd/display: Add dsc pre-validation in atomic check")
      Signed-off-by: NLuben Tuikov <luben.tuikov@amd.com>
      Reviewed-by: NRoman Li <Roman.Li@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      52e8da70
  7. 25 2月, 2022 1 次提交
    • M
      drm/amd/display: Add conditional around function · b3e82398
      Magali Lemes 提交于
      When CONFIG_DRM_AMD_DC_DCN is not set, the function
      'dm_helpers_enable_periodic_detection' doesn't have its prototype defined,
      causing the following warning:
      
      drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:805:6:
      warning: no previous prototype for function 'dm_helpers_enable_periodic_detection' [-Wmissing-prototypes]
         void dm_helpers_enable_periodic_detection(struct dc_context *ctx, bool enable)
              ^
         drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:805:1:
      note: declare 'static' if the function is not intended to be used outside
      of this translation unit
         void dm_helpers_enable_periodic_detection(struct dc_context *ctx, bool enable)
         ^
         static
         1 warning generated.
      
      This commit silences this warning by adding a conditional directive
      around the mentioned function, and also corrects a small spelling error.
      Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
      Reported-by: Nkernel test robot <lkp@intel.com>
      Signed-off-by: NMagali Lemes <magalilemes00@gmail.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      b3e82398
  8. 24 2月, 2022 5 次提交
  9. 22 2月, 2022 1 次提交
  10. 19 2月, 2022 1 次提交
  11. 18 2月, 2022 2 次提交
  12. 17 2月, 2022 5 次提交
  13. 10 2月, 2022 1 次提交
  14. 08 2月, 2022 2 次提交
  15. 03 2月, 2022 2 次提交
  16. 01 2月, 2022 1 次提交
  17. 28 1月, 2022 1 次提交
  18. 26 1月, 2022 4 次提交