diff options
-rw-r--r-- | backend/drm/drm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/drm/drm.c b/backend/drm/drm.c index fdbab3bf..5e334545 100644 --- a/backend/drm/drm.c +++ b/backend/drm/drm.c @@ -1690,8 +1690,7 @@ static void handle_page_flip(int fd, unsigned seq, * data between the GPUs, even if we were using the direct scanout * interface. */ - if (!drm->parent && plane->current_fb && - wlr_client_buffer_get(plane->current_fb->wlr_buf)) { + if (!drm->parent) { present_flags |= WLR_OUTPUT_PRESENT_ZERO_COPY; } |