diff options
author | Dave Airlie <airlied@linux.ie> | 2007-01-08 05:31:13 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-02-07 21:24:26 -0500 |
commit | b9094d3aaa9550e740b6fd12b68f485d9979ce27 (patch) | |
tree | 6785813186e909ff9e78dfbf17138c50547b34a9 /drivers/char/drm/i810_drv.h | |
parent | f239b7b0cac0682d582949087710a9663b1300d5 (diff) |
i810/i830: use drm_core_ioremap instead of drm_ioremap
This makes the i810/i830 use the drm_core_ioremap functions.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/i810_drv.h')
-rw-r--r-- | drivers/char/drm/i810_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/drm/i810_drv.h b/drivers/char/drm/i810_drv.h index e8cf3ff606f..e6df49f4928 100644 --- a/drivers/char/drm/i810_drv.h +++ b/drivers/char/drm/i810_drv.h | |||
@@ -61,6 +61,7 @@ typedef struct drm_i810_buf_priv { | |||
61 | int currently_mapped; | 61 | int currently_mapped; |
62 | void *virtual; | 62 | void *virtual; |
63 | void *kernel_virtual; | 63 | void *kernel_virtual; |
64 | drm_local_map_t map; | ||
64 | } drm_i810_buf_priv_t; | 65 | } drm_i810_buf_priv_t; |
65 | 66 | ||
66 | typedef struct _drm_i810_ring_buffer { | 67 | typedef struct _drm_i810_ring_buffer { |
@@ -72,6 +73,7 @@ typedef struct _drm_i810_ring_buffer { | |||
72 | int head; | 73 | int head; |
73 | int tail; | 74 | int tail; |
74 | int space; | 75 | int space; |
76 | drm_local_map_t map; | ||
75 | } drm_i810_ring_buffer_t; | 77 | } drm_i810_ring_buffer_t; |
76 | 78 | ||
77 | typedef struct drm_i810_private { | 79 | typedef struct drm_i810_private { |