Searched defs:nouveau_channel (Results 1 – 2 of 2) sorted by relevance
203 struct nouveau_channel { struct204 struct drm_device *dev;205 int id;208 struct kref ref;211 atomic_t users;212 struct mutex mutex;215 struct drm_file *file_priv;217 struct drm_local_map *map;220 void __iomem *user;221 uint32_t user_get;[all …]
73 int (*exec)(struct nouveau_channel *, u32, u32, u32)) in nouveau_gpuobj_mthd_new()