Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | nouveau: Fix alignment requirements on src and dst addresses | Maarten Lankhorst | |
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> Cc: stable@vger.kernel.org | |||
2011-12-21 | drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2011-05-16 | drm/nvc0: implement support for copy engines | Ben Skeggs | |
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |