|
From: James S. <jsi...@in...> - 2003-03-25 17:58:26
|
As usually I have a patch avalaible at http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz drivers/video/aty/aty128fb.c | 16 +++++++--------- drivers/video/console/fbcon.c | 4 ++-- drivers/video/controlfb.c | 18 +++--------------- drivers/video/platinumfb.c | 28 ++++++++-------------------- drivers/video/radeonfb.c | 10 ++++++++++ drivers/video/softcursor.c | 2 +- 6 files changed, 31 insertions(+), 47 deletions(-) The patch has updates for the ATI Rage 128, Control, and Platnium framebuffer driver. The Radeon patch adds PLL times for the R* series of cards. Memory is now safe to allocate for the software cursor and inside fbcon. There still are issues with syncing which cause the cursor on some systems to become corrupt sometimes. |