Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55a0b9d7 authored by Eric Anholt's avatar Eric Anholt
Browse files

drm/vc4: Remove dead vc4_event_pending().



It is no longer used as of commit 34c8ea40 ("drm/vc4: Mimic
drm_atomic_helper_commit() behavior")

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170621185002.28563-4-eric@anholt.net


Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent cf1b372e
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -674,14 +674,6 @@ static void vc4_disable_vblank(struct drm_crtc *crtc)
	CRTC_WRITE(PV_INTEN, 0);
	CRTC_WRITE(PV_INTEN, 0);
}
}


/* Must be called with the event lock held */
bool vc4_event_pending(struct drm_crtc *crtc)
{
	struct vc4_crtc *vc4_crtc = to_vc4_crtc(crtc);

	return !!vc4_crtc->event;
}

static void vc4_crtc_handle_page_flip(struct vc4_crtc *vc4_crtc)
static void vc4_crtc_handle_page_flip(struct vc4_crtc *vc4_crtc)
{
{
	struct drm_crtc *crtc = &vc4_crtc->base;
	struct drm_crtc *crtc = &vc4_crtc->base;
+0 −1
Original line number Original line Diff line number Diff line
@@ -491,7 +491,6 @@ int vc4_bo_stats_debugfs(struct seq_file *m, void *arg);


/* vc4_crtc.c */
/* vc4_crtc.c */
extern struct platform_driver vc4_crtc_driver;
extern struct platform_driver vc4_crtc_driver;
bool vc4_event_pending(struct drm_crtc *crtc);
int vc4_crtc_debugfs_regs(struct seq_file *m, void *arg);
int vc4_crtc_debugfs_regs(struct seq_file *m, void *arg);
bool vc4_crtc_get_scanoutpos(struct drm_device *dev, unsigned int crtc_id,
bool vc4_crtc_get_scanoutpos(struct drm_device *dev, unsigned int crtc_id,
			     bool in_vblank_irq, int *vpos, int *hpos,
			     bool in_vblank_irq, int *vpos, int *hpos,