All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/bridge: replace deprecated DRM logging macros
@ 2026-06-06 19:36 Piyush Patle
  2026-06-06 19:36 ` [PATCH 1/5] drm/bridge: simple-bridge: " Piyush Patle
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Piyush Patle @ 2026-06-06 19:36 UTC (permalink / raw)
  To: dri-devel
  Cc: andrzej.hajda, neil.armstrong, robert.foss, Laurent.pinchart,
	jonas, jernej.skrabec, maarten.lankhorst, mripard, tzimmermann,
	airlied, linux-kernel

Replace a small set of deprecated DRM_INFO() and DRM_ERROR() calls in
bridge drivers with device-aware drm_info() and drm_err() helpers.

The replacements pass connector->dev or bridge->dev as appropriate,
preserving log levels while associating messages with the DRM device.

No functional changes.

Piyush Patle (5):
  drm/bridge: simple-bridge: replace deprecated DRM logging macros
  drm/bridge: ti-tfp410: replace deprecated DRM_INFO macro
  drm/bridge: chrontel-ch7033: replace deprecated DRM_ERROR macro
  drm/bridge: panel: replace deprecated DRM_ERROR macro
  drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: replace deprecated
    DRM_ERROR macro

 drivers/gpu/drm/bridge/chrontel-ch7033.c                 | 2 +-
 drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c | 2 +-
 drivers/gpu/drm/bridge/panel.c                           | 2 +-
 drivers/gpu/drm/bridge/simple-bridge.c                   | 6 +++---
 drivers/gpu/drm/bridge/ti-tfp410.c                       | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-06-06 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-06 19:36 [PATCH 0/5] drm/bridge: replace deprecated DRM logging macros Piyush Patle
2026-06-06 19:36 ` [PATCH 1/5] drm/bridge: simple-bridge: " Piyush Patle
2026-06-06 19:42   ` sashiko-bot
2026-06-06 19:36 ` [PATCH 2/5] drm/bridge: ti-tfp410: replace deprecated DRM_INFO macro Piyush Patle
2026-06-06 19:36 ` [PATCH 3/5] drm/bridge: chrontel-ch7033: replace deprecated DRM_ERROR macro Piyush Patle
2026-06-06 19:45   ` sashiko-bot
2026-06-06 19:36 ` [PATCH 4/5] drm/bridge: panel: " Piyush Patle
2026-06-06 19:36 ` [PATCH 5/5] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: " Piyush Patle

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.