Skip to content

Commit 8ecbad4

Browse files
tq-steinadliviu
authored andcommitted
drm/arm/malidp: Silence informational message
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
1 parent e479da4 commit 8ecbad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/arm/malidp_planes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bool malidp_format_mod_supported(struct drm_device *drm,
159159
}
160160

161161
if (!fourcc_mod_is_vendor(modifier, ARM)) {
162-
DRM_ERROR("Unknown modifier (not Arm)\n");
162+
DRM_DEBUG_KMS("Unknown modifier (not Arm)\n");
163163
return false;
164164
}
165165

0 commit comments

Comments
 (0)