Searched defs:nouveau_exec_engine (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nouveau_drv.h | 316 struct nouveau_exec_engine { struct 317 void (*destroy)(struct drm_device *, int engine); 318 int (*init)(struct drm_device *, int engine); 319 int (*fini)(struct drm_device *, int engine, bool suspend); 320 int (*context_new)(struct nouveau_channel *, int engine); 321 void (*context_del)(struct nouveau_channel *, int engine); 322 int (*object_new)(struct nouveau_channel *, int engine, 324 void (*set_tile_region)(struct drm_device *dev, int i); 325 void (*tlb_flush)(struct drm_device *, int engine);
|