diff options
author | Sinclair Yeh <syeh@vmware.com> | 2017-08-29 19:55:09 +0300 |
---|---|---|
committer | Sinclair Yeh <syeh@vmware.com> | 2017-08-30 00:19:03 +0300 |
commit | 021aba761f2a6c12158afb9993524c300c01fae2 (patch) | |
tree | 2e7145ed2d5055abbf3bdd18db273d49000445d4 /drivers/gpu/drm/exynos | |
parent | cc4a41fe5541a73019a864883297bd5043aa6d98 (diff) | |
download | linux-021aba761f2a6c12158afb9993524c300c01fae2.tar.xz |
drm/vmwgfx: Fix F26 Wayland screen update issue
vmwgfx currently cannot support non-blocking commit because when
vmw_*_crtc_page_flip is called, drm_atomic_nonblocking_commit()
schedules the update on a thread. This means vmw_*_crtc_page_flip
cannot rely on the new surface being bound before the subsequent
dirty and flush operations happen.
Cc: <stable@vger.kernel.org> # 4.12.x
Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
0 files changed, 0 insertions, 0 deletions