drm: omapdrm: Move encoder setup to encoder operations
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 23:34:05 +0000 (02:34 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:50 +0000 (22:52 +0300)
commit4029755e2a411c72f32b60b37ca8861f21647139
tree25b074fc88d9b0cf14d2eba64197a69a5cd892be
parent69fb7c855c7bd4b4bc3fd6bec0885236365d5261
drm: omapdrm: Move encoder setup to encoder operations

Now that the driver is fully converted to atomic operations, and that
the atomic helpers call the operations in the right order, we can move
encoder setup to where it belongs, in the encoder operations.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-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_encoder.c