commit | eb48b12ee5e05dd3ea473d008873f5228a63eb7a | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Thu Jul 09 17:15:14 2015 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Jul 28 17:22:13 2015 +1000 |
tree | 3a956a8488c05d13110145f6d9db88e67858f0ae | |
parent | 697bb728d9e2367020aa0c5af7363809d7658e43 [diff] |
drm/nouveau/nouveau/ttm: fix tiled system memory with Maxwell Add Maxwell to the switch statement that sets node->memtype, otherwise all tiling information is ignored for buffers in system memory. While we are at it, make that switch statement explicitly complain the next time we meet a non-handled card family. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>