diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-08 03:50:34 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-08 03:50:34 +0100 |
commit | 6eaa1272b4159a547d6da21f14cbcc5b5d0f600c (patch) | |
tree | 04dd69ca7fed310a1e5719e738a3b893f782d3b2 /linux-core/i830_drv.h | |
parent | 1f0f7d7a180af088d6c79d55da04402f0eff0416 (diff) | |
parent | 5bf60c9d6c2e04a65085a0a332de24b06043fcb8 (diff) |
Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm
Diffstat (limited to 'linux-core/i830_drv.h')
-rw-r--r-- | linux-core/i830_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/i830_drv.h b/linux-core/i830_drv.h index 85bc5be6..e91f94af 100644 --- a/linux-core/i830_drv.h +++ b/linux-core/i830_drv.h @@ -68,6 +68,7 @@ typedef struct drm_i830_buf_priv { int currently_mapped; void __user *virtual; void *kernel_virtual; + drm_local_map_t map; } drm_i830_buf_priv_t; typedef struct _drm_i830_ring_buffer { @@ -79,6 +80,7 @@ typedef struct _drm_i830_ring_buffer { int head; int tail; int space; + drm_local_map_t map; } drm_i830_ring_buffer_t; typedef struct drm_i830_private { |