All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] drm: add drm_warn_ratelimited() and convert ivpu to use it
@ 2026-08-20 10:48 Dawid Osuchowski
  2026-08-20 10:48 ` [PATCH RESEND 1/2] drm/print: add drm_warn_ratelimited logging macro Dawid Osuchowski
  2026-08-20 10:48 ` [PATCH RESEND 2/2] accel/ivpu: Use drm_warn_ratelimited macro Dawid Osuchowski
  0 siblings, 2 replies; 5+ messages in thread
From: Dawid Osuchowski @ 2026-08-20 10:48 UTC (permalink / raw)
  To: dri-devel
  Cc: oded.gabbay, jeff.hugo, karol.wachowski, lizhi.hou,
	andrzej.kacprowski, Dawid Osuchowski

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
-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-20 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 10:48 [PATCH RESEND 0/2] drm: add drm_warn_ratelimited() and convert ivpu to use it Dawid Osuchowski
2026-08-20 10:48 ` [PATCH RESEND 1/2] drm/print: add drm_warn_ratelimited logging macro Dawid Osuchowski
2026-08-20 10:57   ` Wachowski, Karol
2026-08-20 10:48 ` [PATCH RESEND 2/2] accel/ivpu: Use drm_warn_ratelimited macro Dawid Osuchowski
2026-08-20 10:57   ` Wachowski, Karol

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.