commit | 6da768aa66d2df9067b0bb694a6106bee3cb191f | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Nov 21 11:06:22 2012 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Fri Jan 17 07:52:21 2014 +0100 |
tree | 3fdb6f8bdce75e0477b5e4283d2beb945795b7e0 | |
parent | 3530bdc35e99c3823bc98deb09baed89c51d9f46 [diff] |
drm/vmwgfx: Hook up MOBs to TTM as a separate memory type To bind a buffer object as a MOB, just validate it as a MOB memory type. We are reusing the GMRID manager, although we create a new instance of it to manage MOB ids and tomake sure we don't exceed the maximum amount of MOB pages. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>