drm: Advertise async page flip ability through GETCAP ioctl

Let applications know whether the kernel supports asynchronous page
flipping.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
This commit is contained in:
Keith Packard
2013-07-22 18:50:00 -07:00
committed by Dave Airlie
parent 9bba0c42ec
commit 62f2104f3f
4 changed files with 10 additions and 0 deletions
+3
View File
@@ -842,6 +842,9 @@ struct drm_mode_config {
/* dumb ioctl parameters */
uint32_t preferred_depth, prefer_shadow;
/* whether async page flip is supported or not */
bool async_page_flip;
};
#define obj_to_crtc(x) container_of(x, struct drm_crtc, base)