]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4435cda83cd47e74a20e92bffa6f845fc523c4ee
tree58307b88c64c1ab877492c58bb1fc84182bc4d25
parent8672af4696b02f6560743cad9384723d2e275574
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