commit | d97db134880986b7ebb6fc85995e8d6bc3ce477f | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Mar 05 23:04:30 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:48 2015 +0300 |
tree | 58307b88c64c1ab877492c58bb1fc84182bc4d25 | |
parent | aea3cab1d109e37a06ac3f269444dffdfdc0347a [diff] |
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>