]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/arm/malidp: Silence informational message
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 23 May 2025 06:40:41 +0000 (08:40 +0200)
committerLiviu Dudau <liviu.dudau@arm.com>
Thu, 12 Jun 2025 12:11:25 +0000 (13:11 +0100)
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@ew.tq-group.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://lore.kernel.org/r/20250523064042.3275926-1-alexander.stein@ew.tq-group.com
drivers/gpu/drm/arm/malidp_planes.c

index 34547edf1ee3cc4441f0db7460a30d6e62b0bda4..87f2e5ee87907403fac5386042bd6f313397ba03 100644 (file)
@@ -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;
        }