/* * linux/drivers/video/sa1100fb.c -- StrongARM 1100 LCD Controller Frame Buffer Device * * Copyright (C) 1999 Eric A. Thomas * * 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. * */ /* * Code Status: * 4/1/99 - Driver appears to be working for Brutus 320x200x8bpp mode. Other * resolutions are working, but only the 8bpp mode is supported. * Changes need to be made to the palette encode and decode routines * to support 4 and 16 bpp modes. * Driver is not designed to be a module. The FrameBuffer is statically * allocated since dynamic allocation of a 300k buffer cannot be guaranteed. * * 6/17/99 - FrameBuffer memory is now allocated at run-time when the * driver is initialized. * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include