drm/atomic-helper: print message on driver connector check failure
authorSimon Ser <contact@emersion.fr>
Mon, 29 Aug 2022 15:14:56 +0000 (15:14 +0000)
committerSimon Ser <contact@emersion.fr>
Mon, 5 Sep 2022 11:04:08 +0000 (13:04 +0200)
commit0aedc880025ffed5be6736bca61ace31f591b92d
treee80464ceaf7505aa54fec6d9d0025f0b3cf2db60
parent981f09295687f856d5345e19c7084aca481c1395
drm/atomic-helper: print message on driver connector check failure

Sometimes drivers are missing logs when they return EINVAL.
Printing the failure here in common code can help understand where
EINVAL is coming from.

All other atomic_check() calls in this file already have similar
logging.

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-1-contact@emersion.fr
drivers/gpu/drm/drm_atomic_helper.c