mirror of https://gitee.com/openkylin/linux.git
staging: xgifb: delete some unused #defines
Delete some unused #defines. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
31fb40fd13
commit
c62c517e51
|
@ -3,9 +3,7 @@
|
|||
#include "../../video/sis/initdef.h"
|
||||
|
||||
#define VB_XGI301C 0x0020 /* for 301C */
|
||||
#define VB_YPbPr1080i 0x03
|
||||
|
||||
#define LVDSCRT1Len 15
|
||||
#define SupportCRT2in301C 0x0100 /* for 301C */
|
||||
#define SetCHTVOverScan 0x8000
|
||||
|
||||
|
@ -22,15 +20,6 @@
|
|||
|
||||
#define XGI_CRT2_PORT_00 (0x00 - 0x030)
|
||||
|
||||
/* =============================================================
|
||||
for 310
|
||||
============================================================== */
|
||||
#define ModeSoftSetting 0x04
|
||||
|
||||
/* ---------------- SetMode Stack */
|
||||
#define CRT1Len 15
|
||||
#define VCLKLen 4
|
||||
|
||||
#define SupportAllCRT2 0x0078
|
||||
#define NoSupportTV 0x0070
|
||||
#define NoSupportHiVisionTV 0x0060
|
||||
|
|
Loading…
Reference in New Issue