]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Include task->name and master status in debugfs clients info
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Sep 2014 07:03:22 +0000 (08:03 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Sep 2014 06:56:29 +0000 (08:56 +0200)
commite65a3a9d87a3316683e191b3862d74e8c408d7db
treeaa203018e02fccb96cf78b6b8241a78880c82f65
parent2a122c4e6531e38be878dfb21d16ced1b24d2c5b
drm: Include task->name and master status in debugfs clients info

Showing who is the current master is useful for trying to decypher
errors when trying to acquire master (e.g. a race with X taking over
from plymouth). By including the process name as well as the pid
simplifies the task of grabbing enough information remotely at the point
of error.

v2: Add the command column header and flesh out a couple of comments.
(David Herrmann)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_info.c