OSDN Git Service

drm: omapdrm: Inline the pipe2vbl function
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 16:15:22 +0000 (19:15 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:25:03 +0000 (11:25 +0200)
commitca52d2f33bbb5bbac0bd85c5ea50c0e85a416ebc
treebc11694f2972e99c341b9cd1ebf3530c32d8290f
parent156548175cdf9536d733bbde8b3c092ac92c3aec
drm: omapdrm: Inline the pipe2vbl function

The function is only used in omap_irq.c and is just a wrapper around
dispc_mgr_get_vsync_irq(). Remove it and call the dispc function
directly.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_irq.c