aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-07-07 18:38:44 +1000
committerDave Airlie <airlied@redhat.com>2010-07-07 18:38:44 +1000
commit102e73463e1bb921b3a829a1392a29dba16bbabd (patch)
tree8c569c1a6a7fd3ffc21cf1780bd8fa62be5b23b2 /include/drm/drmP.h
parent5c8d7171cc4984351af802a525675d50ae555a7b (diff)
parente5510fac98a706c424034950f55bb5e819c46f51 (diff)
downloadkernel_samsung_smdk4412-102e73463e1bb921b3a829a1392a29dba16bbabd.zip
kernel_samsung_smdk4412-102e73463e1bb921b3a829a1392a29dba16bbabd.tar.gz
kernel_samsung_smdk4412-102e73463e1bb921b3a829a1392a29dba16bbabd.tar.bz2
Merge branch 'drm-tracepoints' into drm-testing
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 6235169..04b564b 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -406,6 +406,8 @@ struct drm_pending_event {
struct drm_event *event;
struct list_head link;
struct drm_file *file_priv;
+ pid_t pid; /* pid of requester, no guarantee it's valid by the time
+ we deliver the event, for tracing only */
void (*destroy)(struct drm_pending_event *event);
};