commit | c3c43400a29dba30a581c97a6eb6952d187c3e07 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Nov 12 13:34:08 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 13:48:03 2014 -0800 |
tree | 5a65e01f2ec18957e0f7db120ea6e88aefbf4377 | |
parent | 4f66403630544a1e5ad3b041fe0dba9db16ff6d9 [diff] |
drm/nouveau: fix m2mf copy to tiled gart commit ce8f7699f2b6ffe4aa8368b8d9d370875accaa5f upstream. Commit de7b7d59d54852c introduced tiled GART, but a linear copy is still performed. This may result in errors on eviction, fix it by checking tiling from memtype. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>