diff options
author | 2024-08-13 00:15:08 +0300 | |
---|---|---|
committer | 2024-08-15 12:29:20 +0200 | |
commit | 1b8f576c69588ddee9e093d322449bb069e51f6c (patch) | |
tree | 608d21be6ff240ef282975e2068325f8103739ef /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 (diff) | |
download | wireguard-linux-1b8f576c69588ddee9e093d322449bb069e51f6c.tar.xz wireguard-linux-1b8f576c69588ddee9e093d322449bb069e51f6c.zip |
drm/rockchip: dw_hdmi: Use modern drm_device based logging
Prefer drm_{err|info|dbg}() over deprecated DRM_DEV_{ERROR|INFO|DEBUG}()
logging macros.
Conversion done with the help of the following semantic patch, followed
by a few minor indentation adjustments:
@@
identifier T;
@@
(
-DRM_DEV_ERROR(T->dev,
+drm_err(T,
...)
|
-DRM_DEV_INFO(T->dev,
+drm_info(T,
...)
|
-DRM_DEV_DEBUG(T->dev,
+drm_dbg(T,
...)
)
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240813-dw-hdmi-rockchip-cleanup-v1-1-b3e73b5f4fd6@collabora.com
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions