]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/atomic-helper: log EINVAL cause in drm_atomic_helper_async_check()
authorSimon Ser <contact@emersion.fr>
Mon, 29 Aug 2022 15:15:03 +0000 (15:15 +0000)
committerSimon Ser <contact@emersion.fr>
Mon, 5 Sep 2022 11:04:34 +0000 (13:04 +0200)
commit8fe444eb326869823f3788a4b4da5dca03339d10
tree8e1dedb5888590179d62d1c183e1a5986927df2b
parent0aedc880025ffed5be6736bca61ace31f591b92d
drm/atomic-helper: log EINVAL cause in drm_atomic_helper_async_check()

This can help figure out why the kernel returns EINVAL from
user-space.

v2: add missing newlines

Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220829151451.152114-2-contact@emersion.fr
drivers/gpu/drm/drm_atomic_helper.c