diff options
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r-- | drivers/char/drm/drmP.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h index 7fe516160b63..e9ede8d69e20 100644 --- a/drivers/char/drm/drmP.h +++ b/drivers/char/drm/drmP.h | |||
@@ -547,6 +547,7 @@ struct drm_driver { | |||
547 | void (*kernel_context_switch_unlock) (struct drm_device * dev, | 547 | void (*kernel_context_switch_unlock) (struct drm_device * dev, |
548 | drm_lock_t * lock); | 548 | drm_lock_t * lock); |
549 | int (*vblank_wait) (struct drm_device * dev, unsigned int *sequence); | 549 | int (*vblank_wait) (struct drm_device * dev, unsigned int *sequence); |
550 | int (*dri_library_name) (struct drm_device *dev, char *buf); | ||
550 | 551 | ||
551 | /** | 552 | /** |
552 | * Called by \c drm_device_is_agp. Typically used to determine if a | 553 | * Called by \c drm_device_is_agp. Typically used to determine if a |
@@ -982,10 +983,8 @@ extern struct drm_sysfs_class *drm_sysfs_create(struct module *owner, | |||
982 | char *name); | 983 | char *name); |
983 | extern void drm_sysfs_destroy(struct drm_sysfs_class *cs); | 984 | extern void drm_sysfs_destroy(struct drm_sysfs_class *cs); |
984 | extern struct class_device *drm_sysfs_device_add(struct drm_sysfs_class *cs, | 985 | extern struct class_device *drm_sysfs_device_add(struct drm_sysfs_class *cs, |
985 | dev_t dev, | 986 | drm_head_t *head); |
986 | struct device *device, | 987 | extern void drm_sysfs_device_remove(struct class_device *class_dev); |
987 | const char *fmt, ...); | ||
988 | extern void drm_sysfs_device_remove(dev_t dev); | ||
989 | 988 | ||
990 | /* Inline replacements for DRM_IOREMAP macros */ | 989 | /* Inline replacements for DRM_IOREMAP macros */ |
991 | static __inline__ void drm_core_ioremap(struct drm_map *map, | 990 | static __inline__ void drm_core_ioremap(struct drm_map *map, |