From b8a743970378fc8e3206b1b4fcdbecc5f37732f5 Mon Sep 17 00:00:00 2001 From: Ralf Bächle Date: Thu, 3 Feb 2005 01:09:48 -0800 Subject: [PATCH] mips: SGI IP22 updates o Remove old unused header files o Update the VINO video driver to something that's vaguely working o Bug fixes for the IP22 Zilog driver o Fix use of config.h Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-mips/ng1.h | 55 ------------ include/asm-mips/ng1hw.h | 219 --------------------------------------------- include/asm-mips/sgi/sgi.h | 4 +- include/video/newport.h | 36 +++----- 4 files changed, 13 insertions(+), 301 deletions(-) delete mode 100644 include/asm-mips/ng1.h delete mode 100644 include/asm-mips/ng1hw.h (limited to 'include') diff --git a/include/asm-mips/ng1.h b/include/asm-mips/ng1.h deleted file mode 100644 index 8c980fed63a9..000000000000 --- a/include/asm-mips/ng1.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * SGI/Newport video card ioctl definitions - */ -#ifndef _ASM_NG1_H -#define _ASM_NG1_H - -typedef struct { - int flags; - __u16 w, h; - __u16 fields_sec; -} ng1_vof_info_t; - -struct ng1_info { - struct gfx_info gfx_info; - __u8 boardrev; - __u8 rex3rev; - __u8 vc2rev; - __u8 monitortype; - __u8 videoinstalled; - __u8 mcrev; - __u8 bitplanes; - __u8 xmap9rev; - __u8 cmaprev; - ng1_vof_info_t ng1_vof_info; - __u8 bt445rev; - __u8 paneltype; -}; - -#define GFX_NAME_NEWPORT "NG1" - -/* ioctls */ -#define NG1_SET_CURSOR_HOTSPOT 21001 -struct ng1_set_cursor_hotspot { - unsigned short xhot; - unsigned short yhot; -}; - -#define NG1_SETDISPLAYMODE 21006 -struct ng1_setdisplaymode_args { - int wid; - unsigned int mode; -}; - -#define NG1_SETGAMMARAMP0 21007 -struct ng1_setgammaramp_args { - unsigned char red [256]; - unsigned char green [256]; - unsigned char blue [256]; -}; - -#endif /* _ASM_NG1_H */ diff --git a/include/asm-mips/ng1hw.h b/include/asm-mips/ng1hw.h deleted file mode 100644 index 8d34dc447444..000000000000 --- a/include/asm-mips/ng1hw.h +++ /dev/null @@ -1,219 +0,0 @@ -/* - * ng1hw.h: Tweaks the newport.h structures and definitions to be compatible - * with IRIX. Quite ugly, but it works. - * - * Copyright (C) 1999 Ulf Carlsson (ulfc@thepuffingroup.com) - */ -#ifndef _SGI_NG1HW_H -#define _SGI_NG1HW_H - -#include