Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_drv.h203 struct nouveau_channel { struct
204 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 …]
Dnouveau_object.c73 int (*exec)(struct nouveau_channel *, u32, u32, u32)) in nouveau_gpuobj_mthd_new()