diff options
| author | Daniel Vetter <[email protected]> | 2017-03-22 21:50:50 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2017-03-29 07:50:38 +0000 |
| commit | 41292b1fa13a894c1108d4a1c7f8a59fbb307aa6 (patch) | |
| tree | cdd761085b4e9e67955bfddb6fd51d0e574d03f2 /drivers/gpu/drm/udl/udl_modeset.c | |
| parent | drm: Roll out acquire context for the page_flip ioctl (diff) | |
| download | kernel-41292b1fa13a894c1108d4a1c7f8a59fbb307aa6.tar.gz kernel-41292b1fa13a894c1108d4a1c7f8a59fbb307aa6.zip | |
drm: Add acquire ctx parameter to ->page_flip(_target)
Again just going through the motions, no functional changes in here.
Cc: Gerd Hoffmann <[email protected]>
Cc: Ben Skeggs <[email protected]>
Cc: Russell King <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: Eric Anholt <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Christian König <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>t
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/udl/udl_modeset.c')
| -rw-r--r-- | drivers/gpu/drm/udl/udl_modeset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/udl_modeset.c b/drivers/gpu/drm/udl/udl_modeset.c index f2b2481cad52..5bcae7649795 100644 --- a/drivers/gpu/drm/udl/udl_modeset.c +++ b/drivers/gpu/drm/udl/udl_modeset.c @@ -361,7 +361,8 @@ static void udl_crtc_destroy(struct drm_crtc *crtc) static int udl_crtc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_pending_vblank_event *event, - uint32_t page_flip_flags) + uint32_t page_flip_flags, + struct drm_modeset_acquire_ctx *ctx) { struct udl_framebuffer *ufb = to_udl_fb(fb); struct drm_device *dev = crtc->dev; |
