Searched defs:nouveau_display_engine (Results 1 – 1 of 1) sorted by relevance
395 struct nouveau_display_engine { struct396 void *priv;397 int (*early_init)(struct drm_device *);398 void (*late_takedown)(struct drm_device *);399 int (*create)(struct drm_device *);400 void (*destroy)(struct drm_device *);401 int (*init)(struct drm_device *);402 void (*fini)(struct drm_device *);404 struct drm_property *dithering_mode;405 struct drm_property *dithering_depth;[all …]