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 <[email protected]> Signed-off-by: Liviu Dudau <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e479da4 commit 8ecbad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)