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

Philippe CORNU philippe.cornu at st.com
Fri Jun 7 08:51:46 UTC 2019


Hi Yannick,

Thank you for your patch

Acked-by: Philippe Cornu <philippe.cornu at st.com>

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++) {
> 


More information about the dri-devel mailing list