]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Print the pid when debug logging an ioctl error.
authorEric Anholt <eric@anholt.net>
Tue, 30 Jan 2018 21:56:43 +0000 (13:56 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 10 Feb 2018 22:23:10 +0000 (22:23 +0000)
commitca667561892de2e831f2425290aa22e45bf678c2
treeffde5f5d58447629f1e4b4a7124c83f9a3926cef
parent3bdb5a50e7cdb6ca3c36ef1e3b7f2e139f5a0fc1
drm: Print the pid when debug logging an ioctl error.

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 <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180130215643.11016-1-eric@anholt.net
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_ioctl.c