Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_drv.h328 struct nouveau_instmem_engine { struct
329 void *priv;
331 int (*init)(struct drm_device *dev);
332 void (*takedown)(struct drm_device *dev);
333 int (*suspend)(struct drm_device *dev);
334 void (*resume)(struct drm_device *dev);
336 int (*get)(struct nouveau_gpuobj *, struct nouveau_channel *,
338 void (*put)(struct nouveau_gpuobj *);
339 int (*map)(struct nouveau_gpuobj *);
340 void (*unmap)(struct nouveau_gpuobj *);
[all …]