Re: [PATCH v2 2/2] drm: add debug logs for drm_mode_atomic_ioctl errors

2020-11-11 Thread Sam Ravnborg
On Wed, Nov 11, 2020 at 09:07:39AM +, Simon Ser wrote: > Be nice to user-space and log what happened when returning EINVAL in > drm_mode_atomic_ioctl. > > v2: > > - Migrate to drm_dbg_atomic (Sam) > - Add debug log for arg->reserved (Ville) > - Drop redundant "atomic" word in log messages (Vi

Re: [PATCH v2 2/2] drm: add debug logs for drm_mode_atomic_ioctl errors

2020-11-11 Thread Simon Ser
On Wednesday, November 11, 2020 5:48 PM, Daniel Vetter wrote: > Submission bikeshed: Patch 1&2 aren't threaded. I thought git send-email > gets that right by default nowadays ... Yeah, it's a bug in my SMTP server I haven't bothered to write a patch for yet. Sorry about that. > Anyway, on both

Re: [PATCH v2 2/2] drm: add debug logs for drm_mode_atomic_ioctl errors

2020-11-11 Thread Daniel Vetter
On Wed, Nov 11, 2020 at 09:07:39AM +, Simon Ser wrote: > Be nice to user-space and log what happened when returning EINVAL in > drm_mode_atomic_ioctl. > > v2: > > - Migrate to drm_dbg_atomic (Sam) > - Add debug log for arg->reserved (Ville) > - Drop redundant "atomic" word in log messages (Vi

[PATCH v2 2/2] drm: add debug logs for drm_mode_atomic_ioctl errors

2020-11-11 Thread Simon Ser
Be nice to user-space and log what happened when returning EINVAL in drm_mode_atomic_ioctl. v2: - Migrate to drm_dbg_atomic (Sam) - Add debug log for arg->reserved (Ville) - Drop redundant "atomic" word in log messages (Ville) Signed-off-by: Simon Ser Cc: Daniel Vetter Cc: Maarten Lankhorst C