aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorvaxerski <43317083+vaxerski@users.noreply.github.com>2023-09-28 17:21:22 +0100
committerSimon Zeni <simon@bl4ckb0ne.ca>2023-09-28 16:53:08 +0000
commitc2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e (patch)
tree6b342883b5e0d2c8a194aafb3c402b1bca096a2c /include/backend
parent5dec1c8bcb208fc0341a538dd46d96b3970c9def (diff)
backend/drm: Add async page flip support to legacy
Atomic doesn't support such flags yet.
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm/drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 4b92c5eb..69416925 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -114,6 +114,8 @@ struct wlr_drm_backend {
uint64_t cursor_width, cursor_height;
struct wlr_drm_format_set mgpu_formats;
+
+ bool supports_tearing_page_flips;
};
struct wlr_drm_mode {