Go to the source code of this file.
|
void | nouveau_bo_move_init (struct nouveau_drm *) |
|
int | nouveau_bo_new (struct drm_device *, int size, int align, u32 flags, u32 tile_mode, u32 tile_flags, struct sg_table *sg, struct nouveau_bo **) |
|
int | nouveau_bo_pin (struct nouveau_bo *, u32 flags) |
|
int | nouveau_bo_unpin (struct nouveau_bo *) |
|
int | nouveau_bo_map (struct nouveau_bo *) |
|
void | nouveau_bo_unmap (struct nouveau_bo *) |
|
void | nouveau_bo_placement_set (struct nouveau_bo *, u32 type, u32 busy) |
|
u16 | nouveau_bo_rd16 (struct nouveau_bo *, unsigned index) |
|
void | nouveau_bo_wr16 (struct nouveau_bo *, unsigned index, u16 val) |
|
u32 | nouveau_bo_rd32 (struct nouveau_bo *, unsigned index) |
|
void | nouveau_bo_wr32 (struct nouveau_bo *, unsigned index, u32 val) |
|
void | nouveau_bo_fence (struct nouveau_bo *, struct nouveau_fence *) |
|
int | nouveau_bo_validate (struct nouveau_bo *, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) |
|
struct nouveau_vma * | nouveau_bo_vma_find (struct nouveau_bo *, struct nouveau_vm *) |
|
int | nouveau_bo_vma_add (struct nouveau_bo *, struct nouveau_vm *, struct nouveau_vma *) |
|
void | nouveau_bo_vma_del (struct nouveau_bo *, struct nouveau_vma *) |
|