drm: omapdrm: Replace encoder mode_fixup with atomic_check
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 5 Mar 2015 21:04:30 +0000 (23:04 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:48 +0000 (22:52 +0300)
commitd97db134880986b7ebb6fc85995e8d6bc3ce477f
tree58307b88c64c1ab877492c58bb1fc84182bc4d25
parentaea3cab1d109e37a06ac3f269444dffdfdc0347a
drm: omapdrm: Replace encoder mode_fixup with atomic_check

The encoder .mode_fixup() operation is legacy, atomic updates uses the
new .atomic_check() operation. Convert the encoder driver.

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