drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
Abuses existing gpuobj_new() chan argument for this, which in turn forces
all NVOBJ_FLAG_VM allocations to be done from the global heap, not
suballocated from the channel's private heap. Not a problem though in
practise.
Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Showing
- drivers/gpu/drm/nouveau/nouveau_drv.h 6 additions, 3 deletionsdrivers/gpu/drm/nouveau/nouveau_drv.h
- drivers/gpu/drm/nouveau/nouveau_object.c 2 additions, 2 deletionsdrivers/gpu/drm/nouveau/nouveau_object.c
- drivers/gpu/drm/nouveau/nv04_instmem.c 2 additions, 1 deletiondrivers/gpu/drm/nouveau/nv04_instmem.c
- drivers/gpu/drm/nouveau/nv50_instmem.c 3 additions, 2 deletionsdrivers/gpu/drm/nouveau/nv50_instmem.c
- drivers/gpu/drm/nouveau/nvc0_copy.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nvc0_copy.c
- drivers/gpu/drm/nouveau/nvc0_graph.c 5 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvc0_graph.c
Loading
Please register or sign in to comment