Merge branch 'drm-tracepoints' into drm-testing

This commit is contained in:
Dave Airlie
2010-07-07 18:38:44 +10:00
7 changed files with 128 additions and 1 deletions

View File

@ -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);
};