summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@temari.boston.redhat.com>2007-11-14 14:28:34 -0500
committerKristian Høgsberg <krh@temari.boston.redhat.com>2007-11-14 14:28:34 -0500
commit68cdcda1eaf02353f2ef2d637c6bf1003c849185 (patch)
treedf31d9a9b29f0333a04e058188bb71b9a3c55774 /linux-core/drmP.h
parent448ccf13ba647a4b649857c661ab9c64bce91795 (diff)
Add new shared header file drm_internal.h.
This header file is shared across linux and bsd, but is not installed for user space to access. It's the place to put prototypes and data types that aren't platform or chipset specific, but still internal to the drm.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 759d2575..356131eb 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -83,6 +83,7 @@
#include "drm_os_linux.h"
#include "drm_hashtab.h"
+#include "drm_internal.h"
struct drm_file;
@@ -586,15 +587,6 @@ struct drm_vbl_sig {
struct task_struct *task;
};
-/**
- * Drawable information.
- */
-struct drm_drawable_info {
- unsigned int num_rects;
- struct drm_clip_rect *rects;
-};
-
-
/* location of GART table */
#define DRM_ATI_GART_MAIN 1
#define DRM_ATI_GART_FB 2