Re: [PATCH v2 1/3] drm/atomic-helper: print message on driver connector check failure

2022-08-29 Thread Lyude Paul
Thanks for this! We definitely need more logging like this in DRM. for patches 1 and 2: Reviewed-by: Lyude Paul On Mon, 2022-08-29 at 15:14 +, Simon Ser wrote: > Sometimes drivers are missing logs when they return EINVAL. > Printing the failure here in common code can help understand where >

[PATCH v2 1/3] drm/atomic-helper: print message on driver connector check failure

2022-08-29 Thread Simon Ser
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 Cc: Daniel Vetter Cc