]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: Skipping fbdev fb pinning for ldu
authorSinclair Yeh <syeh@vmware.com>
Thu, 23 Mar 2017 21:41:21 +0000 (14:41 -0700)
committerSinclair Yeh <syeh@vmware.com>
Fri, 31 Mar 2017 22:21:15 +0000 (15:21 -0700)
commitc235b5000428a0a383de1205e1613a1bb666e9e5
tree2f449acee7366c111dafa0474865330b17437f6d
parent875a553f6d65d6369c55412734a86208190fbda3
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>
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c