diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-02-01 18:35:57 +0900 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-02-23 14:53:07 -0500 |
commit | 5c1dd4eba833ecf4ea789c8319b4e25ea1e1fab9 (patch) | |
tree | 055a4dae6d6562981cf31411fc9412816a3e26ec /present | |
parent | 10f8cf3572297764c6b50ac1f01b3ee195b1a453 (diff) |
present: Allow flipping with PRIME slave outputs
Works fine now.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
(cherry picked from commit 542d9f6807ac06b70f564ccab10af69fa21a1221)
Diffstat (limited to 'present')
-rw-r--r-- | present/present.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/present/present.c b/present/present.c index ef8904537..aa9c041df 100644 --- a/present/present.c +++ b/present/present.c @@ -144,10 +144,6 @@ present_check_flip(RRCrtcPtr crtc, if (!screen_priv->info->flip) return FALSE; - /* Fail to flip if we have slave outputs */ - if (screen->output_slaves) - return FALSE; - /* Make sure the window hasn't been redirected with Composite */ window_pixmap = screen->GetWindowPixmap(window); if (window_pixmap != screen->GetScreenPixmap(screen) && |