Skip to content
Commit ad76b3f7 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation



We have the ability to move buffers around in the kernel if necessary,
and should probably use it rather than failing if userspace passes us
a non-contig buffer for a plane.

The NOUVEAU_GEM_TILE_NONCONTIG flag from userspace will become a mere
initial placement hint once all the relevant paths have been updated.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent ef1df1bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment