diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-05 22:57:20 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-05 22:57:20 +0000 |
commit | ce91cfbb9706721d5b4e28feed13d08ae46bc305 (patch) | |
tree | 8011b076e20215912ce0060abfeb5b459549a006 /sys/dev/pci/drm/radeon_drv.h | |
parent | 14610802c50667e08386cd998c794795cc94418a (diff) |
Kill a bunch of (long long long) dead ioctls.
Shaves some bytes.
Diffstat (limited to 'sys/dev/pci/drm/radeon_drv.h')
-rw-r--r-- | sys/dev/pci/drm/radeon_drv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/pci/drm/radeon_drv.h b/sys/dev/pci/drm/radeon_drv.h index 707f6e96bae..9c42548a3d3 100644 --- a/sys/dev/pci/drm/radeon_drv.h +++ b/sys/dev/pci/drm/radeon_drv.h @@ -336,8 +336,6 @@ extern int radeon_cp_stop(struct drm_device *dev, void *data, struct drm_file *f extern int radeon_cp_reset(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int radeon_cp_idle(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int radeon_cp_resume(struct drm_device *dev); -extern int radeon_engine_reset(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int radeon_fullscreen(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int radeon_cp_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv); extern u32 radeon_read_fb_location(drm_radeon_private_t *dev_priv); @@ -345,13 +343,10 @@ extern int radeon_surface_alloc(struct drm_device *, void *, struct drm_file *); extern int radeon_surface_free(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_swap(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_clear(struct drm_device *, void *, struct drm_file *); -extern int radeon_cp_vertex(struct drm_device *, void *, struct drm_file *); -extern int radeon_cp_indices(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_texture(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_flip(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_stipple(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_indirect(struct drm_device *, void *, struct drm_file *); -extern int radeon_cp_vertex2(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_cmdbuf(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_getparam(struct drm_device *, void *, struct drm_file *); extern int radeon_cp_setparam(struct drm_device *, void *, struct drm_file *); |