diff options
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r-- | include/drm/drm_drv.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h index 5ab2459b4345..af75fc6ec830 100644 --- a/include/drm/drm_drv.h +++ b/include/drm/drm_drv.h | |||
@@ -151,20 +151,6 @@ struct drm_driver { | |||
151 | void (*disable_vblank) (struct drm_device *dev, unsigned int pipe); | 151 | void (*disable_vblank) (struct drm_device *dev, unsigned int pipe); |
152 | 152 | ||
153 | /** | 153 | /** |
154 | * @device_is_agp: | ||
155 | * | ||
156 | * Called by drm_device_is_agp(). Typically used to determine if a card | ||
157 | * is really attached to AGP or not. | ||
158 | * | ||
159 | * Returns: | ||
160 | * | ||
161 | * One of three values is returned depending on whether or not the | ||
162 | * card is absolutely not AGP (return of 0), absolutely is AGP | ||
163 | * (return of 1), or may or may not be AGP (return of 2). | ||
164 | */ | ||
165 | int (*device_is_agp) (struct drm_device *dev); | ||
166 | |||
167 | /** | ||
168 | * @get_scanout_position: | 154 | * @get_scanout_position: |
169 | * | 155 | * |
170 | * Called by vblank timestamping code. | 156 | * Called by vblank timestamping code. |