aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 0c7fec5b8fef..78ca1512c73f 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -842,6 +842,9 @@ struct drm_mode_config {
842 842
843 /* dumb ioctl parameters */ 843 /* dumb ioctl parameters */
844 uint32_t preferred_depth, prefer_shadow; 844 uint32_t preferred_depth, prefer_shadow;
845
846 /* whether async page flip is supported or not */
847 bool async_page_flip;
845}; 848};
846 849
847#define obj_to_crtc(x) container_of(x, struct drm_crtc, base) 850#define obj_to_crtc(x) container_of(x, struct drm_crtc, base)