#include <linux/via-core.h>
#include "global.h"
struct io_reg CN400_ModeXregs[] = …;
struct io_reg CN700_ModeXregs[] = …;
struct io_reg KM400_ModeXregs[] = …;
struct io_reg CX700_ModeXregs[] = …;
struct io_reg VX855_ModeXregs[] = …;
struct io_reg CLE266_ModeXregs[] = …;
struct io_reg PM1024x768[] = …;
struct patch_table res_patch_table[] = …;
struct VPITTable VPIT = …;
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)
{ … }