ozone: Disable overlays on HDC::Disable.
HDC::Disable currently calls drmModeSetCrtc, that disable the primary plane, but not additional overlays. This means that when disabling an HDC and then re-enabling, after the new modeset, and before a new pageflip, you can see an overlay that was set with the old pageflip. This CL makes sure to disable all planes when disabling an HDC. Bug: 763736 Change-Id: I30ec7eb9ec1323474c21335aaadd1ce2bb250a89 Reviewed-on: https://chromium-review.googlesource.com/680476 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:David Reveman <reveman@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#504094}
Showing
Please register or sign in to comment