// SPDX-License-Identifier: GPL-2.0-only #include <linux/delay.h> #include <drm/drm_atomic_helper.h> #include <drm/drm_edid.h> #include <drm/drm_managed.h> #include <drm/drm_probe_helper.h> #include "mgag200_drv.h" void mgag200_bmc_stop_scanout(struct mga_device *mdev) { … } void mgag200_bmc_start_scanout(struct mga_device *mdev) { … }