commit | e7cf0963f816fa44190caaf51aeffaa614c340c6 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue May 31 08:50:47 2016 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Jun 07 10:33:12 2016 +0200 |
tree | c3cd394a59ecd254f0b4f01cf4dc5e9177cbaddf | |
parent | d3767d49f16b619c1943ce003e1f74817414aeb0 [diff] |
virtio-gpu: add atomic_commit function Do modesets first, then call drm_atomic_helper_commit_planes with active_only = true. That way the outputs doesn't get disabled temporarly on atomic commits. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>