sync with OpenBSD -current
This commit is contained in:
parent
ee68147dcd
commit
1cefe29c7e
1651 changed files with 283292 additions and 68089 deletions
|
@ -197,14 +197,12 @@ void drm_gem_unpin(struct drm_gem_object *obj);
|
|||
int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map);
|
||||
void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map);
|
||||
|
||||
int drm_gem_dumb_destroy(struct drm_file *file, struct drm_device *dev,
|
||||
u32 handle);
|
||||
|
||||
/* drm_debugfs.c drm_debugfs_crc.c */
|
||||
#if defined(CONFIG_DEBUG_FS)
|
||||
int drm_debugfs_init(struct drm_minor *minor, int minor_id,
|
||||
struct dentry *root);
|
||||
void drm_debugfs_cleanup(struct drm_minor *minor);
|
||||
void drm_debugfs_late_register(struct drm_device *dev);
|
||||
void drm_debugfs_connector_add(struct drm_connector *connector);
|
||||
void drm_debugfs_connector_remove(struct drm_connector *connector);
|
||||
void drm_debugfs_crtc_add(struct drm_crtc *crtc);
|
||||
|
@ -221,6 +219,10 @@ static inline void drm_debugfs_cleanup(struct drm_minor *minor)
|
|||
{
|
||||
}
|
||||
|
||||
static inline void drm_debugfs_late_register(struct drm_device *dev)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void drm_debugfs_connector_add(struct drm_connector *connector)
|
||||
{
|
||||
}
|
||||
|
@ -262,6 +264,8 @@ int drm_syncobj_wait_ioctl(struct drm_device *dev, void *data,
|
|||
struct drm_file *file_private);
|
||||
int drm_syncobj_timeline_wait_ioctl(struct drm_device *dev, void *data,
|
||||
struct drm_file *file_private);
|
||||
int drm_syncobj_eventfd_ioctl(struct drm_device *dev, void *data,
|
||||
struct drm_file *file_private);
|
||||
int drm_syncobj_reset_ioctl(struct drm_device *dev, void *data,
|
||||
struct drm_file *file_private);
|
||||
int drm_syncobj_signal_ioctl(struct drm_device *dev, void *data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue