/* * linux/drivers/video/cyber2000fb.c * * Copyright (C) 1998-2000 Russell King * * MIPS and 50xx clock support * Copyright (C) 2001 Bradley D. LaRonde * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Integraphics CyberPro 2000, 2010 and 5000 frame buffer device * * Based on cyberfb.c. * * Note that we now use the new fbcon fix, var and cmap scheme. We do still * have to check which console is the currently displayed one however, since * especially for the colourmap stuff. Once fbcon has been fully migrated, * we can kill the last 5 references to cfb->currcon. * * We also use the new hotplug PCI subsystem. I'm not sure if there are any * such cards, but I'm erring on the side of caution. We don't want to go * pop just because someone does have one. * * Note that this doesn't work fully in the case of multiple CyberPro cards * with grabbers. We currently can only attach to the first CyberPro card * found. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include