Re: [PATCH v5 01/13] drm/mipi_dbi: Convert pr_debug calls to DRM_DEBUG_DRIVER

2020-06-09 Thread Sam Ravnborg
Hi Sean Paul. On Mon, Jun 08, 2020 at 05:04:51PM -0400, Sean Paul wrote: > From: Sean Paul > > Use the drm logging helpers to output these messages to ensure they'll > be included by the drm tracefs instance. > > Signed-off-by: Sean Paul > > Changes in v5: > -Added to the set > --- > drivers/

[PATCH v5 01/13] drm/mipi_dbi: Convert pr_debug calls to DRM_DEBUG_DRIVER

2020-06-08 Thread Sean Paul
From: Sean Paul Use the drm logging helpers to output these messages to ensure they'll be included by the drm tracefs instance. Signed-off-by: Sean Paul Changes in v5: -Added to the set --- drivers/gpu/drm/drm_mipi_dbi.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --gi