drm/nouveau: separate constant-va tracking from nvkm vma structure
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -16,8 +16,9 @@ struct nouveau_channel {
|
||||
|
||||
struct {
|
||||
struct nouveau_bo *buffer;
|
||||
struct nvkm_vma vma;
|
||||
struct nouveau_vma *vma;
|
||||
struct nvif_object ctxdma;
|
||||
u64 addr;
|
||||
} push;
|
||||
|
||||
/* TODO: this will be reworked in the near future */
|
||||
|
Reference in New Issue
Block a user