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
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
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
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