On 20-Aug-26 12:48, Dawid Osuchowski wrote:
This patch set adds drm_warn_ratelimited() to the DRM print helpers
and updates the ivpu driver to use the warning-level variant instead
of err-level logging. The new helper matches the existing rate-limited
logging pattern and gives drivers a consistent way to emit warning
messages without spamming the kernel log.
This change improves logging correctness and consistency for drivers
that need rate-limited warnings.
Dawid Osuchowski (2):
drm/print: add drm_warn_ratelimited logging macro
accel/ivpu: Use drm_warn_ratelimited macro
drivers/accel/ivpu/ivpu_drv.h | 2 +-
include/drm/drm_print.h | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
base-commit: 063019ac51afffda4ab3d658701b086caa0c8e9e
Thanks.
Applied to drm-misc-next.