1. 02 Mar, 2022 1 commit
    • Luben Tuikov's avatar
      drm/amd/display: Don't fill up the logs · 52e8da70
      Luben Tuikov authored
      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: default avatarLuben Tuikov <luben.tuikov@amd.com>
      Reviewed-by: default avatarRoman Li <Roman.Li@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      52e8da70
  2. 01 Mar, 2022 1 commit
  3. 28 Feb, 2022 2 commits
  4. 27 Feb, 2022 5 commits
  5. 26 Feb, 2022 22 commits
  6. 25 Feb, 2022 9 commits