linux/drivers/video/fbdev/via/viamode.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.

 */

#include <linux/via-core.h>
#include "global.h"

struct io_reg CN400_ModeXregs[] =;

/* Video Mode Table for VT3314 chipset*/
/* Common Setting for Video Mode */
struct io_reg CN700_ModeXregs[] =;

struct io_reg KM400_ModeXregs[] =;

/* For VT3324: Common Setting for Video Mode */
struct io_reg CX700_ModeXregs[] =;

struct io_reg VX855_ModeXregs[] =;

/* Video Mode Table */
/* Common Setting for Video Mode */
struct io_reg CLE266_ModeXregs[] =;

/* Mode:1024X768 */
struct io_reg PM1024x768[] =;

struct patch_table res_patch_table[] =;

/* struct VPITTable {
	unsigned char  Misc;
	unsigned char  SR[StdSR];
	unsigned char  CR[StdCR];
	unsigned char  GR[StdGR];
	unsigned char  AR[StdAR];
 };*/

struct VPITTable VPIT =;

/********************/
/* Mode Table       */
/********************/

static const struct fb_videomode viafb_modes[] =;

static const struct fb_videomode viafb_rb_modes[] =;

int NUM_TOTAL_CN400_ModeXregs =;
int NUM_TOTAL_CN700_ModeXregs =;
int NUM_TOTAL_KM400_ModeXregs =;
int NUM_TOTAL_CX700_ModeXregs =;
int NUM_TOTAL_VX855_ModeXregs =;
int NUM_TOTAL_CLE266_ModeXregs =;
int NUM_TOTAL_PATCH_MODE =;


static const struct fb_videomode *get_best_mode(
	const struct fb_videomode *modes, int n,
	int hres, int vres, int refresh)
{}

const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh)
{}

const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
	int refresh)
{}