Home
last modified time | relevance | path

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

/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_drv.h371 struct nouveau_fifo_engine { struct
372 void *priv;
373 int channels;
375 struct nouveau_gpuobj *playlist[2];
376 int cur_playlist;
378 int (*init)(struct drm_device *);
379 void (*takedown)(struct drm_device *);
381 void (*disable)(struct drm_device *);
382 void (*enable)(struct drm_device *);
383 bool (*reassign)(struct drm_device *, bool enable);
[all …]