[PATCH 1/1] drm/arm/malidp: Silence informational message
Liviu Dudau
liviu.dudau at arm.com
Thu Jun 12 10:06:56 UTC 2025
Hi,
On Fri, May 23, 2025 at 08:40:41AM +0200, Alexander Stein wrote:
> When checking for unsupported expect an error is printed every time.
> This spams the log for platforms where this is expected, e.g. ls1028a
> having a Vivante (etnaviv) GPU and Mali display processor.
>
> Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
Sorry for the delay in replying, I was on holiday when you've sent the patch and
I've only found it today.
Patch looks sensible, so Reviewed-by: Liviu Dudau <liviu.dudau at arm.com>
I will push the patch today into drm-misc-next.
Best regards,
Liviu
> ---
> Every time glmark2-es2-wayland is started on a downstream kernel raises the error:
> > [drm:malidp_format_mod_supported [mali_dp]] *ERROR* Unknown modifier (not Arm)
>
> drivers/gpu/drm/arm/malidp_planes.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/arm/malidp_planes.c b/drivers/gpu/drm/arm/malidp_planes.c
> index 34547edf1ee3c..87f2e5ee87907 100644
> --- a/drivers/gpu/drm/arm/malidp_planes.c
> +++ b/drivers/gpu/drm/arm/malidp_planes.c
> @@ -159,7 +159,7 @@ bool malidp_format_mod_supported(struct drm_device *drm,
> }
>
> if (!fourcc_mod_is_vendor(modifier, ARM)) {
> - DRM_ERROR("Unknown modifier (not Arm)\n");
> + DRM_DEBUG_KMS("Unknown modifier (not Arm)\n");
> return false;
> }
>
> --
> 2.43.0
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
More information about the dri-devel
mailing list