diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 90a9e0247d58..59c796b46ee7 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1016,7 +1016,8 @@ extern int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start); | |||
1016 | extern DRM_AGP_MEM *drm_agp_bind_pages(struct drm_device *dev, | 1016 | extern DRM_AGP_MEM *drm_agp_bind_pages(struct drm_device *dev, |
1017 | struct page **pages, | 1017 | struct page **pages, |
1018 | unsigned long num_pages, | 1018 | unsigned long num_pages, |
1019 | uint32_t gtt_offset); | 1019 | uint32_t gtt_offset, |
1020 | uint32_t type); | ||
1020 | extern int drm_unbind_agp(DRM_AGP_MEM * handle); | 1021 | extern int drm_unbind_agp(DRM_AGP_MEM * handle); |
1021 | 1022 | ||
1022 | /* Misc. IOCTL support (drm_ioctl.h) */ | 1023 | /* Misc. IOCTL support (drm_ioctl.h) */ |