#include <drm/drm_atomic_state_helper.h>
#include <drm/drm_edid.h>
#include <drm/drm_modeset_helper_vtables.h>
#include <drm/drm_print.h>
#include <drm/drm_probe_helper.h>
#include "ast_ddc.h"
#include "ast_drv.h"
static const struct drm_encoder_funcs ast_vga_encoder_funcs = …;
static int ast_vga_connector_helper_get_modes(struct drm_connector *connector)
{ … }
static int ast_vga_connector_helper_detect_ctx(struct drm_connector *connector,
struct drm_modeset_acquire_ctx *ctx,
bool force)
{ … }
static const struct drm_connector_helper_funcs ast_vga_connector_helper_funcs = …;
static const struct drm_connector_funcs ast_vga_connector_funcs = …;
static int ast_vga_connector_init(struct drm_device *dev, struct drm_connector *connector)
{ … }
int ast_vga_output_init(struct ast_device *ast)
{ … }