]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/omap: venc: Use drm_display_mode natively
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 21 Sep 2018 15:11:15 +0000 (18:11 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Mar 2019 09:42:13 +0000 (11:42 +0200)
commitb08644a235a4f2d3ba5b86ba02ea404e5edad695
treef5f863a41edeb96992fb3977404da43996b516d2
parent41322aa691950431ccef115e85b2d6bba654bd70
drm/omap: venc: Use drm_display_mode natively

Replace internal usage of struct videomode with struct drm_display_mode
in order to avoid converting needlessly between the data structures.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/venc.c