Re: [PATCH] drm/rockchip: Don't spam logs in atomic check

2023-08-09 Thread Heiko Stuebner
On Tue, 8 Aug 2023 11:44:05 +0100, Daniel Stone wrote: > Userspace should not be able to trigger DRM_ERROR messages to spam the > logs; especially not through atomic commit parameters which are > completely legitimate for userspace to attempt. > > Applied, thanks! [1/1] drm/rockchip: Don't

[PATCH] drm/rockchip: Don't spam logs in atomic check

2023-08-08 Thread Daniel Stone
Userspace should not be able to trigger DRM_ERROR messages to spam the logs; especially not through atomic commit parameters which are completely legitimate for userspace to attempt. Signed-off-by: Daniel Stone Fixes: 7707f7227f09 ("drm/rockchip: Add support for afbc") ---