]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/rockchip: Demote normal drm_err to debug
authorDaniel Stone <daniels@collabora.com>
Wed, 15 Oct 2025 11:00:30 +0000 (12:00 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 20 Oct 2025 13:56:09 +0000 (15:56 +0200)
commitf233921d988ae6a990e76d0532b241ce3dc57c12
treeca28020644ddd2d1b8429140ae18499d88afe000
parent4f5f8baf73411d799f3a51b73190ebecf522eb83
drm/rockchip: Demote normal drm_err to debug

A plane check failing is a normal and expected condition, as userspace
isn't aware of the specific constraints and will try any and every
combination until one succeeds. Push this down to a debug message, so
users can see it if they want to, but make sure we don't spam the log
during normal operation.

Fixes: 604be85547ce4 ("drm/rockchip: Add VOP2 driver")
Signed-off-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20251015110042.41273-2-daniels@collabora.com
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c