mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 11:50:15 +01:00
Revert "present: Allow flipping with PRIME slave outputs"
This reverts commit 5c1dd4eba8.
Bugzilla: https://bugs.freedesktop.org/100086
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
f23e65f963
commit
0ec92f06d4
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@ 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) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue