]> git.baikalelectronics.ru Git - kernel.git/commit
drm/fsl-dcu: use new drm_atomic_helper_shutdown
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)
commit9ae0e3d2aac62689c765c44032088927e48dbe1b
tree60f6f59cf58c1da64e7a2ab4146efdbfb9829574
parent02ae2ea0e439183d8235e1ec54d68dba7f721cfb
drm/fsl-dcu: use new drm_atomic_helper_shutdown

Commit bfdab7e1330f ("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