diff options
author | Lucas De Marchi <[email protected]> | 2022-01-31 08:59:24 -0800 |
---|---|---|
committer | Lucas De Marchi <[email protected]> | 2022-02-03 11:30:24 -0800 |
commit | 9277b75675113d64a74ec01a1219973f3720d9a7 (patch) | |
tree | 99baa325e174a658c07f40d1200cc146494d4a26 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | |
parent | dca384a3bf5af1c781cfa6aec63904bdb5018c36 (diff) |
drm: Stop spamming log with drm_cache message
Only x86 and in some cases PPC have support added in drm_cache.c for the
clflush class of functions. However warning once is sufficient to taint
the log instead of spamming it with "Architecture has no drm_cache.c
support" every few millisecond. Switch to WARN_ONCE() so we still get
the log message, but only once, together with the warning. E.g:
------------[ cut here ]------------
Architecture has no drm_cache.c support
WARNING: CPU: 80 PID: 888 at drivers/gpu/drm/drm_cache.c:139 drm_clflush_sg+0x40/0x50 [drm]
...
v2 (Jani): use WARN_ONCE() and keep the message previously on pr_err()
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Reviewed-by: José Roberto de Souza <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c')
0 files changed, 0 insertions, 0 deletions