Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Alexander Stein and committed by
Liviu Dudau
8ecbad48 e479da40

+1 -1
+1 -1
drivers/gpu/drm/arm/malidp_planes.c
··· 159 159 } 160 160 161 161 if (!fourcc_mod_is_vendor(modifier, ARM)) { 162 - DRM_ERROR("Unknown modifier (not Arm)\n"); 162 + DRM_DEBUG_KMS("Unknown modifier (not Arm)\n"); 163 163 return false; 164 164 } 165 165