drm/nouveau/ttm: allow tiled memtype on system memory buffer objects
authorBen Skeggs <bskeggs@redhat.com>
Fri, 22 Mar 2013 02:12:17 +0000 (12:12 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 26 Apr 2013 05:37:38 +0000 (15:37 +1000)
commitde7b7d59d54852c9544a9e4fa7af719511fb5366
tree241ed778025af12d1b26c19cdeea5a78b478e6bb
parent7092a8dd5c16c32746444bcd468b429185c25472
drm/nouveau/ttm: allow tiled memtype on system memory buffer objects

Compression not supported, and will be silently dropped.  Original G80
can't handle this either and requires LINEAR memtype, though it's still
possible to correctly texture and m2mf to/from these objects anyway.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_ttm.c