Skip to content

Commit a5b6f74

Browse files
committed
drm/tegra: fix up page flip flags.
This was one level away from where I'd grepped. Signed-off-by: Dave Airlie <[email protected]>
1 parent 9c725e5 commit a5b6f74

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/host1x/drm

1 file changed

+1
-1
lines changed

drivers/gpu/host1x/drm/dc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ void tegra_dc_cancel_page_flip(struct drm_crtc *crtc, struct drm_file *file)
235235
}
236236

237237
static int tegra_dc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb,
238-
struct drm_pending_vblank_event *event)
238+
struct drm_pending_vblank_event *event, uint32_t page_flip_flags)
239239
{
240240
struct tegra_dc *dc = to_tegra_dc(crtc);
241241
struct drm_device *drm = crtc->dev;

0 commit comments

Comments
 (0)