/* * linux/drivers/video/stifb.c - Generic frame buffer driver for HP * workstations with STI (standard text interface) video firmware. * * Based on: * linux/drivers/video/artistfb.c -- Artist frame buffer driver * * Copyright (C) 2000 Philipp Rumpf * * based on skeletonfb, which was * Created 28 Dec 1997 by Geert Uytterhoeven * * 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. */ /* * Notes: * * This driver assumes that the video has been set up in 1bpp mode by * the firmware. Since HP video tends to be planar rather than * packed-pixel this will probably work anyway even if it isn't. */ #include #include #include #include #include #include #include #include #include #include #include