/* $Id: aty128fb.c,v 1.1.1.1 2003/06/23 22:18:36 jharrell Exp $ * linux/drivers/video/aty128fb.c -- Frame buffer device for ATI Rage128 * * Copyright (C) 1999-2000, Brad Douglas * Copyright (C) 1999, Anthony Tong * * Ani Joshi / Jeff Garzik * - Code cleanup * * Michel Dänzer * - 15/16 bit cleanup * - fix panning * * Benjamin Herrenschmidt * - pmac-specific PM stuff * * Andreas Hundt * - FB_ACTIVATE fixes * * Based off of Geert's atyfb.c and vfb.c. * * TODO: * - monitor sensing (DDC) * - virtual display * - other platform support (only ppc/x86 supported) * - hardware cursor support * - ioctl()'s * * Please cc: your patches to brad@neruo.com. */ /* * A special note of gratitude to ATI's devrel for providing documentation, * example code and hardware. Thanks Nitya. -atong and brad */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef CONFIG_PPC #include #include #include