public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: Use seq_puts() for fixed string output
@ 2026-03-20  7:31 liuqiangneo
  2026-03-20  7:31 ` [PATCH 1/2] drm/debugfs: Replace seq_printf with seq_puts for constant strings liuqiangneo
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: liuqiangneo @ 2026-03-20  7:31 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona
  Cc: linux-kernel, dri-devel, Qiang Liu

From: Qiang Liu <liuqiang@kylinos.cn>

This series converts seq_printf() calls that only print fixed strings
to seq_puts() which avoids the overhead of format string parsing.

Changes:
- drivers/gpu/drm/drm_debugfs.c
- drivers/gpu/drm/display/drm_dp_mst_topology.c

This has no functional impact on output.

Qiang Liu (2):
  drm/debugfs: Replace seq_printf with seq_puts for constant strings
  drm/dp_mst: Replace seq_printf with seq_puts for constant strings

 drivers/gpu/drm/display/drm_dp_mst_topology.c | 14 +++++++-------
 drivers/gpu/drm/drm_debugfs.c                 |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-21 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20  7:31 [PATCH 0/2] drm: Use seq_puts() for fixed string output liuqiangneo
2026-03-20  7:31 ` [PATCH 1/2] drm/debugfs: Replace seq_printf with seq_puts for constant strings liuqiangneo
2026-03-21 17:54   ` Claude review: " Claude Code Review Bot
2026-03-20  7:31 ` [PATCH 2/2] drm/dp_mst: " liuqiangneo
2026-03-21 17:54   ` Claude review: " Claude Code Review Bot
2026-03-21 17:54 ` Claude review: drm: Use seq_puts() for fixed string output Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox