Re: [PATCH] drm/rockchip: vop2: Demote message in mod_supported to drm_dbg_kms

2023-10-09 Thread Heiko Stuebner
On Mon, 9 Oct 2023 12:37:53 +0200, Michael Tretter wrote: > Checking if a modifier is supported by a plane is normal behavior. It is > normal that a plane may not support certain modifiers. Failing the check > doesn't justify an error message in the kernel log and may mislead > users. > > Demote t

[PATCH] drm/rockchip: vop2: Demote message in mod_supported to drm_dbg_kms

2023-10-09 Thread Michael Tretter
Checking if a modifier is supported by a plane is normal behavior. It is normal that a plane may not support certain modifiers. Failing the check doesn't justify an error message in the kernel log and may mislead users. Demote the error message to drm_dbg_kms to only print the message if the respe