diff options
| author | Dave Airlie <airlied@redhat.com> | 2019-09-26 08:48:16 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2019-09-26 08:48:23 +1000 |
| commit | da3fce4af75d4ddeec078b651b1dac80eb2b5e73 (patch) | |
| tree | 07eabea23157cfa72210c3409f129dae33d2d6d3 /include/drm/drm_crtc.h | |
| parent | 945b584c94f8c665b2df3834a8a6a8faf256cd5f (diff) | |
| parent | 65e51e30d8625c82ddfe405da46124e9bbffaa71 (diff) | |
| download | talos-op-linux-da3fce4af75d4ddeec078b651b1dac80eb2b5e73.tar.gz talos-op-linux-da3fce4af75d4ddeec078b651b1dac80eb2b5e73.zip | |
Merge tag 'drm-misc-next-fixes-2019-09-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
- Multiple panfrost fixes for regulator support and page fault handling
- Some cleanups and fixes in the self-refresh helpers
- Some cleanups and fixes in the atomic helpers
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190923160946.nvaqiw5j7fpcdhc7@gilmour
Diffstat (limited to 'include/drm/drm_crtc.h')
| -rw-r--r-- | include/drm/drm_crtc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 7d14c11bdc0a..408b6f4e63c0 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -285,12 +285,12 @@ struct drm_crtc_state { u32 target_vblank; /** - * @pageflip_flags: + * @async_flip: * - * DRM_MODE_PAGE_FLIP_* flags, as passed to the page flip ioctl. - * Zero in any other case. + * This is set when DRM_MODE_PAGE_FLIP_ASYNC is set in the legacy + * PAGE_FLIP IOCTL. It's not wired up for the atomic IOCTL itself yet. */ - u32 pageflip_flags; + bool async_flip; /** * @vrr_enabled: @@ -1108,7 +1108,7 @@ struct drm_crtc { /** * @self_refresh_data: Holds the state for the self refresh helpers * - * Initialized via drm_self_refresh_helper_register(). + * Initialized via drm_self_refresh_helper_init(). */ struct drm_self_refresh_data *self_refresh_data; }; |

