diff options
| author | Eric Anholt <eric@anholt.net> | 2008-11-04 21:36:29 -0500 |
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2008-11-11 02:44:26 -0500 |
| commit | 5d8e6bb7a20b6206e1fe44565efc383a941b81fa (patch) | |
| tree | 088f954cf9d902455b1db968954fb3aed6edb246 /include | |
| parent | bd95e0a4a6bb9485fe35dda62719663f6ceabae1 (diff) | |
drm: Remove infrastructure for supporting i915's vblank swapping.
It's not used in any other drivers, and doesn't look like it will be from
drm.git master.
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drmP.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 59c796b46ee7..28c7f1679d49 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
| @@ -861,8 +861,6 @@ struct drm_device { | |||
| 861 | struct timer_list vblank_disable_timer; | 861 | struct timer_list vblank_disable_timer; |
| 862 | 862 | ||
| 863 | u32 max_vblank_count; /**< size of vblank counter register */ | 863 | u32 max_vblank_count; /**< size of vblank counter register */ |
| 864 | spinlock_t tasklet_lock; /**< For drm_locked_tasklet */ | ||
| 865 | void (*locked_tasklet_func)(struct drm_device *dev); | ||
| 866 | 864 | ||
| 867 | /*@} */ | 865 | /*@} */ |
| 868 | cycles_t ctx_start; | 866 | cycles_t ctx_start; |
| @@ -1149,8 +1147,6 @@ extern int drm_vblank_init(struct drm_device *dev, int num_crtcs); | |||
| 1149 | extern int drm_wait_vblank(struct drm_device *dev, void *data, | 1147 | extern int drm_wait_vblank(struct drm_device *dev, void *data, |
| 1150 | struct drm_file *filp); | 1148 | struct drm_file *filp); |
| 1151 | extern int drm_vblank_wait(struct drm_device *dev, unsigned int *vbl_seq); | 1149 | extern int drm_vblank_wait(struct drm_device *dev, unsigned int *vbl_seq); |
| 1152 | extern void drm_locked_tasklet(struct drm_device *dev, | ||
| 1153 | void(*func)(struct drm_device *)); | ||
| 1154 | extern u32 drm_vblank_count(struct drm_device *dev, int crtc); | 1150 | extern u32 drm_vblank_count(struct drm_device *dev, int crtc); |
| 1155 | extern void drm_handle_vblank(struct drm_device *dev, int crtc); | 1151 | extern void drm_handle_vblank(struct drm_device *dev, int crtc); |
| 1156 | extern int drm_vblank_get(struct drm_device *dev, int crtc); | 1152 | extern int drm_vblank_get(struct drm_device *dev, int crtc); |
| @@ -1158,7 +1154,6 @@ extern void drm_vblank_put(struct drm_device *dev, int crtc); | |||
| 1158 | /* Modesetting support */ | 1154 | /* Modesetting support */ |
| 1159 | extern int drm_modeset_ctl(struct drm_device *dev, void *data, | 1155 | extern int drm_modeset_ctl(struct drm_device *dev, void *data, |
| 1160 | struct drm_file *file_priv); | 1156 | struct drm_file *file_priv); |
| 1161 | extern void drm_locked_tasklet(struct drm_device *dev, void(*func)(struct drm_device*)); | ||
| 1162 | 1157 | ||
| 1163 | /* AGP/GART support (drm_agpsupport.h) */ | 1158 | /* AGP/GART support (drm_agpsupport.h) */ |
| 1164 | extern struct drm_agp_head *drm_agp_init(struct drm_device *dev); | 1159 | extern struct drm_agp_head *drm_agp_init(struct drm_device *dev); |
