]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/dp: Use drm_printf_indent for DP SDP logging
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 28 Apr 2026 07:44:57 +0000 (13:14 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 11 May 2026 08:58:50 +0000 (14:28 +0530)
commitddfbe68a14260aabce25322fac81f2d02501369a
treea373b958c00175ac212a20d2f30ed2fea8d655c7
parent936420e685ebe9b7b71cfa75a5465f2560dcb07c
drm/dp: Use drm_printf_indent for DP SDP logging

Currently the DP SDP log helpers use spaces for indentation. Switch to
tabs for indentation and use drm_printf_indent to keep the format
strings readable.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260428074457.3566918-10-ankit.k.nautiyal@intel.com
drivers/gpu/drm/display/drm_dp_helper.c