diff options
| author | Daniel Vetter <[email protected]> | 2017-03-08 14:12:43 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2017-03-14 13:38:33 +0000 |
| commit | 7d52cb88c9ca20c32288de6ed62b32410c936ccc (patch) | |
| tree | c8f3bbbb86ca6223021e96a3ba55b9fcd5c26cda /drivers/gpu/drm/imx/imx-drm-core.c | |
| parent | drm: qxl: add missing return check (diff) | |
| download | kernel-7d52cb88c9ca20c32288de6ed62b32410c936ccc.tar.gz kernel-7d52cb88c9ca20c32288de6ed62b32410c936ccc.zip | |
drm: Remove drm_pending_event->pid
We might as well dump the drm_file pointer, that's about as useful
a cookie as the pid. Noticed while typing docs for drm_file and friends.
Since the only consumer of this is the tracepoints I think we can safely
change this - those tracepoints should not be uapi relevant at all. It
all goes back to
commit b9c2c9ae882f058084e13e339925dbf8d2d20271
Author: Jesse Barnes <[email protected]>
Date: Thu Jul 1 16:48:09 2010 -0700
drm: add per-event vblank event trace points
which doesn't give a special justification for using pid over a pointer.
Also note that the nouveau code setting it is entirely pointless:
Since this isn't a vblank event, it will never hit the vblank
tracepoints.
Cc: Ben Skeggs <[email protected]>
Reviewed-by: Sean Paul <[email protected]>
Reviewed-by: Liviu Dudau <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm-core.c')
0 files changed, 0 insertions, 0 deletions
