Re: [PATCH] drm: Print the pid when debug logging an ioctl error.

2018-02-11 Thread Eric Anholt
Daniel Vetter writes: > On Tue, Jan 30, 2018 at 01:56:43PM -0800, Eric Anholt wrote: >> When we debug print what ioctl we're calling into, we include the pid. >> If you have multiple processes rendering simulataneously, the error >> return also needs the pid so you can see which of the ioctl call

Re: [PATCH] drm: Print the pid when debug logging an ioctl error.

2018-01-31 Thread Daniel Vetter
On Tue, Jan 30, 2018 at 01:56:43PM -0800, Eric Anholt wrote: > When we debug print what ioctl we're calling into, we include the pid. > If you have multiple processes rendering simulataneously, the error > return also needs the pid so you can see which of the ioctl calls was > the one to fail. > >

[PATCH] drm: Print the pid when debug logging an ioctl error.

2018-01-30 Thread Eric Anholt
When we debug print what ioctl we're calling into, we include the pid. If you have multiple processes rendering simulataneously, the error return also needs the pid so you can see which of the ioctl calls was the one to fail. Signed-off-by: Eric Anholt --- drivers/gpu/drm/drm_ioctl.c | 2 +- 1 f