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