commit | 573a2a37e8648a3249426c816f51e7ef50f6f73e | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Aug 25 15:26:04 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Dec 08 13:48:07 2010 +1000 |
tree | c8d9ea9071026f469511e380417532f60733fd14 | |
parent | 937c3471cc8b7ef8f9e382d9e4ec232db151ea7b [diff] |
drm/nv50: implement custom vram mm This is required on nv50 as we need to be able to have more precise control over physical VRAM allocations to avoid buffer corruption when using buffers of mixed memory types. This removes some nasty overallocation/alignment that we were previously using to "control" this problem. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>