// SPDX-License-Identifier: GPL-2.0+ // Copyright 2018 IBM Corporation #include <drm/drm_atomic_helper.h> #include <drm/drm_connector.h> #include <drm/drm_edid.h> #include <drm/drm_probe_helper.h> #include "aspeed_gfx.h" static int aspeed_gfx_get_modes(struct drm_connector *connector) { … } static const struct drm_connector_helper_funcs aspeed_gfx_connector_helper_funcs = …; static const struct drm_connector_funcs aspeed_gfx_connector_funcs = …; int aspeed_gfx_create_output(struct drm_device *drm) { … }