summaryrefslogtreecommitdiff
path: root/linux/drmP.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2000-10-10 04:22:37 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2000-10-10 04:22:37 +0000
commit9ae70d65072fcc1dffc99312a3ce000bedb7cfe0 (patch)
treedcad625cd019f75bb419c9265b4878c5a0e34dc4 /linux/drmP.h
parent4ca420eac5b8df93dbe5be1207bbc8592977b10f (diff)
Merge trunk with ati-4-1-1-branch. Needed for Mobility M3 to work with
latest 3D driver development.
Diffstat (limited to 'linux/drmP.h')
-rw-r--r--linux/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h
index fcee4104..21da1fda 100644
--- a/linux/drmP.h
+++ b/linux/drmP.h
@@ -430,6 +430,7 @@ typedef struct drm_file {
struct drm_file *next;
struct drm_file *prev;
struct drm_device *dev;
+ int remove_auth_on_close;
} drm_file_t;