commit | 3458390b9f0ba784481d23134798faee27b5f16f | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Mar 05 02:33:24 2015 -0800 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Mar 11 11:47:40 2015 -0700 |
tree | d4610eed6fd55bd1f727fbe1b14e65bb48ab7131 | |
parent | 5151adb37a5918957f4c33a8d8e7629c0fb00563 [diff] |
drm/vmwgfx: Reorder device takedown somewhat To take down the MOB and GMR memory types, the driver may have to issue fence objects and thus make sure that the fence manager is taken down after those memory types. Reorder device init accordingly. Cc: <stable@vger.kernel.org> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>