summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-30 17:40:07 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-30 17:40:07 +0200
commitd39055174b5a487f0d848e1af4c3459fb4261bf1 (patch)
treec0fe7fc82453a87783d934bf575f979566a29d4a /linux-core/drmP.h
parentff95ea5536d70f9bc8eac12f2c97dae71fb97066 (diff)
Remove the buffer object hint field and use it only
as an argument. Validate stub.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 59926968..6cce6b8d 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -963,7 +963,6 @@ typedef struct drm_buffer_object{
uint32_t map_flags;
uint32_t flags;
uint32_t mask;
- uint32_t hint;
drm_mm_node_t *vram;
drm_mm_node_t *tt;