drm/msm: Add newlines to some debug prints
authorStephen Boyd <swboyd@chromium.org>
Mon, 25 Mar 2024 21:08:09 +0000 (14:08 -0700)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Fri, 29 Mar 2024 20:25:22 +0000 (13:25 -0700)
commitc588f7d67044d6d59ef92d75a970b64929984d89
tree706ec516b251e0c8993c8c01bb8f4fa971641f73
parente86750b01a1560f198e4b3e21bb3f78bfd5bb2c3
drm/msm: Add newlines to some debug prints

These debug prints are missing newlines, leading to multiple messages
being printed on one line and hard to read logs. Add newlines to have
the debug prints on separate lines. The DBG macro used to add a newline,
but I missed that while migrating to drm_dbg wrappers.

Fixes: 7cb017db1896 ("drm/msm: Move FB debug prints to drm_dbg_state()")
Fixes: 721c6e0c6aed ("drm/msm: Move vblank debug prints to drm_dbg_vbl()")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/584769/
Link: https://lore.kernel.org/r/20240325210810.1340820-1-swboyd@chromium.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/msm_fb.c
drivers/gpu/drm/msm/msm_kms.c