Home
last modified time | relevance | path

Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/drm/
Ddrm_drv.h181 struct drm_driver { struct
198 int (*load) (struct drm_device *, unsigned long flags);
218 int (*open) (struct drm_device *, struct drm_file *);
232 void (*postclose) (struct drm_device *, struct drm_file *);
249 void (*unload) (struct drm_device *);
261 void (*release) (struct drm_device *);
268 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
275 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
282 void (*debugfs_init)(struct drm_minor *minor);
291 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/
Dnouveau_drm.c724 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()