Re: [PATCH] drm/stm: ltdc: No message if probe

From: Benjamin Gaignard
Date: Fri Jun 07 2019 - 08:53:38 EST


Le ven. 7 juin 2019 Ã 10:51, Philippe CORNU <philippe.cornu@xxxxxx> a Ãcrit :
>
> Hi Yannick,
>
> Thank you for your patch
>
> Acked-by: Philippe Cornu <philippe.cornu@xxxxxx>

Applied on drm-misc-next

Thanks,
Benjamin

> Philippe :-)
>
> On 6/3/19 10:31 AM, Yannick Fertrà wrote:
> > Print display controller hardware version in debug mode only.
> >
> > Signed-off-by: Yannick Fertrà <yannick.fertre@xxxxxx>
> > ---
> > drivers/gpu/drm/stm/ltdc.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c
> > index a40870b..2fe6c4a 100644
> > --- a/drivers/gpu/drm/stm/ltdc.c
> > +++ b/drivers/gpu/drm/stm/ltdc.c
> > @@ -1229,7 +1229,7 @@ int ltdc_load(struct drm_device *ddev)
> > goto err;
> > }
> >
> > - DRM_INFO("ltdc hw version 0x%08x - ready\n", ldev->caps.hw_version);
> > + DRM_DEBUG_DRIVER("ltdc hw version 0x%08x\n", ldev->caps.hw_version);
> >
> > /* Add endpoints panels or bridges if any */
> > for (i = 0; i < MAX_ENDPOINTS; i++) {
> >
> _______________________________________________
> dri-devel mailing list
> dri-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/dri-devel