diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-22 21:49:58 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-29 19:24:54 -0400 |
commit | ed8d19756e80ec63003a93aa4d70406e6ba61522 (patch) | |
tree | 2760615aea74843748e2793aa0db8af5eef9abc4 /include/drm/drm_crtc.h | |
parent | e1e9c90eefbed92cb2142072918d9c5d1051256f (diff) |
drm: Pass page flip ioctl flags to driver
This lets drivers see the flags requested by the application
[airlied: fixup for rcar/imx/msm]
Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index c4b1e6311467..0c7fec5b8fef 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -363,7 +363,8 @@ struct drm_crtc_funcs { | |||
363 | */ | 363 | */ |
364 | int (*page_flip)(struct drm_crtc *crtc, | 364 | int (*page_flip)(struct drm_crtc *crtc, |
365 | struct drm_framebuffer *fb, | 365 | struct drm_framebuffer *fb, |
366 | struct drm_pending_vblank_event *event); | 366 | struct drm_pending_vblank_event *event, |
367 | uint32_t flags); | ||
367 | 368 | ||
368 | int (*set_property)(struct drm_crtc *crtc, | 369 | int (*set_property)(struct drm_crtc *crtc, |
369 | struct drm_property *property, uint64_t val); | 370 | struct drm_property *property, uint64_t val); |