drm/tilcdc: Add atomic mode config funcs
authorJyri Sarha <jsarha@ti.com>
Wed, 30 Dec 2015 15:40:24 +0000 (17:40 +0200)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:05 +0000 (23:05 +0300)
commitedc43303888c13904a1c990592eb64f17e8e7eb1
tree172d20b3b2ea8c688b124d4367bb8be610a38f39
parentdb380c58b76be09bc27be0f5d3480547db71e6d5
drm/tilcdc: Add atomic mode config funcs

Add atomic mode config funcs. The atomic_commit implementation is a
copy-paste from drm_atomic_helper_commit(), leaving out the async
test. The similar copy-paste implementation appears to be used in many
other drivers too. The standard drm_atomic_helper_check() is used for
checking.

The drm_atomic_helper_check() can not be used in drm_mode_config_funcs
atomic_check() callback because the plane's check implementation may
update crtc state's ->mode_changed flag. Because of this the
drm_atomic_helper_check_modeset() has to be called once more after
drm_atomic_helper_check_planes() (see drm_atomic_helper_check_modeset()
documentation).

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_drv.c