drm/fsl-dcu: use new drm_atomic_helper_shutdown for-next drm-fsl-dcu-for-v4.13
authorStefan Agner <stefan@agner.ch>
Fri, 2 Jun 2017 02:50:21 +0000 (19:50 -0700)
committerStefan Agner <stefan@agner.ch>
Thu, 8 Jun 2017 21:59:14 +0000 (14:59 -0700)
commit09cedcb6d4c585336c5a75cbbb3a5addf710b03e
tree60f6f59cf58c1da64e7a2ab4146efdbfb9829574
parent685ec6ebcd0edde718d2c95a550bca36563c9055
drm/fsl-dcu: use new drm_atomic_helper_shutdown

Commit 18dddadc78c9 ("drm/atomic: Introduce drm_atomic_helper_shutdown")
introduced a new helper to shutdown all CRTCs to replace the buggy
drm_crtc_force_disable_all() function. Make use of the new atomic
helper drm_atomic_helper_shutdown() to shutdown CRTCs.

Signed-off-by: Stefan Agner <stefan@agner.ch>
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c