linux/drivers/gpu/drm/ast/ast_tables.h

/*
 * Copyright (c) 2005 ASPEED Technology Inc.
 *
 * Permission to use, copy, modify, distribute, and sell this software and its
 * documentation for any purpose is hereby granted without fee, provided that
 * the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation, and that the name of the authors not be used in
 * advertising or publicity pertaining to distribution of the software without
 * specific, written prior permission.  The authors makes no representations
 * about the suitability of this software for any purpose.  It is provided
 * "as is" without express or implied warranty.
 *
 * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 */
/* Ported from xf86-video-ast driver */

#ifndef AST_TABLES_H
#define AST_TABLES_H

/* Std. Table Index Definition */
#define TextModeIndex
#define EGAModeIndex
#define VGAModeIndex
#define HiCModeIndex
#define TrueCModeIndex

#define Charx8Dot
#define HalfDCLK
#define DoubleScanMode
#define LineCompareOff
#define HBorder
#define VBorder
#define WideScreenMode
#define NewModeInfo
#define NHSync
#define PHSync
#define NVSync
#define PVSync
#define SyncPP
#define SyncPN
#define SyncNP
#define SyncNN
#define AST2500PreCatchCRT

/* DCLK Index */
#define VCLK25_175
#define VCLK28_322
#define VCLK31_5
#define VCLK36
#define VCLK40
#define VCLK49_5
#define VCLK50
#define VCLK56_25
#define VCLK65
#define VCLK75
#define VCLK78_75
#define VCLK94_5
#define VCLK108
#define VCLK135
#define VCLK157_5
#define VCLK162
/* #define VCLK193_25     		0x10 */
#define VCLK154
#define VCLK83_5
#define VCLK106_5
#define VCLK146_25
#define VCLK148_5
#define VCLK71
#define VCLK88_75
#define VCLK119
#define VCLK85_5
#define VCLK97_75
#define VCLK118_25

static const struct ast_vbios_dclk_info dclk_table[] =;

static const struct ast_vbios_dclk_info dclk_table_ast2500[] =;

static const struct ast_vbios_stdtable vbios_stdtable[] =;

static const struct ast_vbios_enhtable res_640x480[] =;

static const struct ast_vbios_enhtable res_800x600[] =;


static const struct ast_vbios_enhtable res_1024x768[] =;

static const struct ast_vbios_enhtable res_1280x1024[] =;

static const struct ast_vbios_enhtable res_1600x1200[] =;

static const struct ast_vbios_enhtable res_1152x864[] =;

/* 16:9 */
static const struct ast_vbios_enhtable res_1360x768[] =;

static const struct ast_vbios_enhtable res_1600x900[] =;

static const struct ast_vbios_enhtable res_1920x1080[] =;


/* 16:10 */
static const struct ast_vbios_enhtable res_1280x800[] =;

static const struct ast_vbios_enhtable res_1440x900[] =;

static const struct ast_vbios_enhtable res_1680x1050[] =;

static const struct ast_vbios_enhtable res_1920x1200[] =;

#endif