Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/atomic-helper: Update reference to drm_crtc_force_disable_all()

drm_crtc_force_disable_all() was renamed to
drm_helper_force_disable_all(), but one reference was not updated.

Fixes: c2d88e06bcb9 ("drm: Move the legacy kms disable_all helper to crtc helpers")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b8c9c1a8a05dbf0be8e8be98cfdeafa9cecd8cef.1690535002.git.geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Javier Martinez Canillas
5d408ce8 a0e6a017

+1 -1
+1 -1
drivers/gpu/drm/drm_atomic_helper.c
··· 3332 3332 * that also takes a snapshot of the modeset state to be restored on resume. 3333 3333 * 3334 3334 * This is just a convenience wrapper around drm_atomic_helper_disable_all(), 3335 - * and it is the atomic version of drm_crtc_force_disable_all(). 3335 + * and it is the atomic version of drm_helper_force_disable_all(). 3336 3336 */ 3337 3337 void drm_atomic_helper_shutdown(struct drm_device *dev) 3338 3338 {