]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tilcdc: Convert to drm_device-based logging helpers
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Fri, 23 Jan 2026 16:12:37 +0000 (17:12 +0100)
committerLuca Ceresoli <luca.ceresoli@bootlin.com>
Wed, 11 Feb 2026 08:16:15 +0000 (09:16 +0100)
commit2c6f1b1fa78acd5f3bd80e3519b6b23907ea9c2f
tree0f10840f532856d54cbb347bfeaebc4568e22181
parent323401c9a166ea5faa300778f3ca336c01d8835a
drm/tilcdc: Convert to drm_device-based logging helpers

Replace dev_* logging calls with their DRM equivalents.
This aligns with the DRM subsystem's logging infrastructure and provides
better integration with DRM debugging mechanisms. The drm_* helpers
automatically include device information and integrate with DRM's
debug category filtering.

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260123-feature_tilcdc-v5-19-5a44d2aa3f6f@bootlin.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
drivers/gpu/drm/tilcdc/tilcdc_drv.c
drivers/gpu/drm/tilcdc/tilcdc_encoder.c
drivers/gpu/drm/tilcdc/tilcdc_plane.c