linux/drivers/gpu/drm/mgag200/mgag200_vga.c

// SPDX-License-Identifier: GPL-2.0-only

#include <drm/drm_atomic_helper.h>
#include <drm/drm_modeset_helper_vtables.h>
#include <drm/drm_probe_helper.h>

#include "mgag200_ddc.h"
#include "mgag200_drv.h"

static const struct drm_encoder_funcs mgag200_dac_encoder_funcs =;

static const struct drm_connector_helper_funcs mgag200_vga_connector_helper_funcs =;

static const struct drm_connector_funcs mgag200_vga_connector_funcs =;

int mgag200_vga_output_init(struct mga_device *mdev)
{}