Skip to content
Commit a1acffd4 authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Martin Peres
Browse files

nouveau: add coherent BO attribute



Add a flag allowing Nouveau to specify that an object should be coherent
at allocation time. This is required for some class of objects like
fences which are randomly-accessed by both the CPU and GPU. This flag
instructs the kernel driver to make sure the object remains coherent
even on architectures for which coherency is not guaranteed by the bus.

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