Re: [RESEND PATCH v6 11/14] drm/mst: Convert debug printers to debug category printers

2021-07-27 Thread Lyude Paul
Reviewed-by: Lyude Paul On Wed, 2021-07-21 at 13:55 -0400, Sean Paul wrote: > From: Sean Paul > > The printers in dp_mst are meant to be gated on DRM_UT_DP, so use the > debug category printer to avoid dumping mst transactions to the wrong > place. > > Signed-off-by: Sean Paul > Link: > https

[RESEND PATCH v6 11/14] drm/mst: Convert debug printers to debug category printers

2021-07-21 Thread Sean Paul
From: Sean Paul The printers in dp_mst are meant to be gated on DRM_UT_DP, so use the debug category printer to avoid dumping mst transactions to the wrong place. Signed-off-by: Sean Paul Link: https://patchwork.freedesktop.org/patch/msgid/20200608210505.48519-12-s...@poorly.run #v5 Changes