From: Maarten Lankhorst Date: Mon, 4 Jun 2012 10:00:31 +0000 (+0200) Subject: nouveau: Fix alignment requirements on src and dst addresses X-Git-Tag: v3.6-rc1~83^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce806a30470bcd846d148bf39d46de3ad7748228;p=pandora-kernel.git nouveau: Fix alignment requirements on src and dst addresses 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 Cc: stable@vger.kernel.org --- Reading git-diff-tree failed