diff options
| author | Luben Tuikov <[email protected]> | 2022-02-24 21:29:52 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-03-02 23:38:51 +0000 |
| commit | 52e8da704d8d3ca8b951fbc39cf8d6bce5c33db8 (patch) | |
| tree | 0907a3e4fa3dd5db29b48de2b52bae3037148a87 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
| parent | Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag... (diff) | |
| download | kernel-52e8da704d8d3ca8b951fbc39cf8d6bce5c33db8.tar.gz kernel-52e8da704d8d3ca8b951fbc39cf8d6bce5c33db8.zip | |
drm/amd/display: Don't fill up the logs
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 <[email protected]>
Cc: Roman Li <[email protected]>
Cc: Felix Kuehling <[email protected]>
Cc: Hersen Wu <[email protected]>
Cc: Daniel Wheeler <[email protected]>
Fixes: 17ce8a6907f7 ("drm/amd/display: Add dsc pre-validation in atomic check")
Signed-off-by: Luben Tuikov <[email protected]>
Reviewed-by: Roman Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions
