commit | f1280394109a3a3a7ef1c37950d4356b12e75cb9 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Nov 01 03:56:19 2017 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Nov 02 13:32:24 2017 +1000 |
tree | 6f51307bc5164d4f66f4a5619be1e120487ee7c2 | |
parent | 9a45ddaaa674aa103cd74a0df9a3f9c2c8fb3124 [diff] |
drm/nouveau/mmu: implement page table sub-allocation GP100 "big" (which is a funny name, when it supports "even bigger") page tables are small enough that we want to be able to suballocate them from a larger block of memory. This builds on the previous page table cache interfaces so that the VMM code doesn't need to know the difference. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>