drm/nouveau: separate constant-va tracking from nvkm vma structure
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -93,13 +93,6 @@ int nouveau_bo_validate(struct nouveau_bo *, bool interruptible,
|
||||
void nouveau_bo_sync_for_device(struct nouveau_bo *nvbo);
|
||||
void nouveau_bo_sync_for_cpu(struct nouveau_bo *nvbo);
|
||||
|
||||
struct nvkm_vma *
|
||||
nouveau_bo_vma_find(struct nouveau_bo *, struct nvkm_vm *);
|
||||
|
||||
int nouveau_bo_vma_add(struct nouveau_bo *, struct nvkm_vm *,
|
||||
struct nvkm_vma *);
|
||||
void nouveau_bo_vma_del(struct nouveau_bo *, struct nvkm_vma *);
|
||||
|
||||
/* TODO: submit equivalent to TTM generic API upstream? */
|
||||
static inline void __iomem *
|
||||
nvbo_kmap_obj_iovirtual(struct nouveau_bo *nvbo)
|
||||
|
Reference in New Issue
Block a user