commit | 5c6089a1dfa6e699a9c8ca95df02e8c39b4e8e15 | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Thu Mar 23 14:41:21 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Fri Mar 31 15:21:15 2017 -0700 |
tree | 2f449acee7366c111dafa0474865330b17437f6d | |
parent | 9aa8dcab7e44288c6fd620c5b831d2ca535866c2 [diff] |
drm/vmwgfx: Skipping fbdev fb pinning for ldu Pinning fbdev's FB at the start of VRAM prevents X from pinning its FB. Since for ldu, the fb would be pinned anyway during a mode set, just skip pinning it in fbdev. This is not the best solution, but since ldu is not used much anymore, it seems like a reasonable workaround. Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>