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

Benjamin Gaignard benjamin.gaignard at linaro.org
Fri Jun 7 12:49:12 UTC 2019


Le ven. 7 juin 2019 à 10:51, Philippe CORNU <philippe.cornu at st.com> a écrit :
>
> Hi Yannick,
>
> Thank you for your patch
>
> Acked-by: Philippe Cornu <philippe.cornu at st.com>

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 at st.com>
> > ---
> >   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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel


More information about the dri-devel mailing list