commit | 1bf27066017c820b8ab2a1ac8430ea470c2de0c3 | [log] [tgz] |
---|---|---|
author | Marcin Slusarz <marcin.slusarz@gmail.com> | Mon Aug 22 23:22:13 2011 +0200 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Sep 09 17:24:10 2011 +1000 |
tree | f0f1eee65485fb879a9bf94b0773bc48d160a7b5 | |
parent | 17c8b960930da3599e47801a54ac0ea1070545d2 [diff] |
drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archs nv04_sgdma_bind binds the same page multiple times on architectures where PAGE_SIZE != 4096. Let's fix it. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>