diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-06-04 12:00:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-09 08:31:40 -0700 |
commit | 66b68d2374b0c251224c28c69fc25eeef343e122 (patch) | |
tree | 4d8e66efd0e193cd6befb96661392e23b799420f /.gitignore | |
parent | 4d71d5a6b6931f82fa9db44214019839a0ebbb4a (diff) | |
download | linux-3.10-66b68d2374b0c251224c28c69fc25eeef343e122.tar.gz linux-3.10-66b68d2374b0c251224c28c69fc25eeef343e122.tar.bz2 linux-3.10-66b68d2374b0c251224c28c69fc25eeef343e122.zip |
nouveau: Fix alignment requirements on src and dst addresses
commit ce806a30470bcd846d148bf39d46de3ad7748228 upstream.
Linear copy works by adding the offset to the buffer address,
which may end up not being 16-byte aligned.
Some tests I've written for prime_pcopy show that the engine
allows this correctly, so the restriction on lowest 4 bits of
address can be lifted safely.
The comments added were by envyas, I think because I used
a newer version.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions