commit | 09cedcb6d4c585336c5a75cbbb3a5addf710b03e | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Thu Jun 01 19:50:21 2017 -0700 |
committer | Stefan Agner <stefan@agner.ch> | Thu Jun 08 14:59:14 2017 -0700 |
tree | 60f6f59cf58c1da64e7a2ab4146efdbfb9829574 | |
parent | 685ec6ebcd0edde718d2c95a550bca36563c9055 [diff] |
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>