[PATCH] fbdev updates.

STALE8798d

3 messages, 2 authors, 2002-07-05 · open the first message on its own page

[PATCH] fbdev updates.

From: James Simmons <hidden>
Date: 2002-07-01 17:46:24


Here are the latest updates to the framebuffer layer. Please test it outso
I can push it as soon as possible to Linus. Here is what has changes. The
* are tested drivers. As a note there are a few issues with a few of the
drivers but time is running out so I need to push the changes then fix any
remaining bugs. Links to the chnages are:

BK:            http://www.fbdev.bkbits.net/fbdev-2.5

diff:		http://www.transvirtual.com/~jsimmons/fbdev.diff.gz


P.S
       Note I removed the old fbgen stuff so some drivers are going to
break. Well with time running out I need to push ahead. Sorry but I have
to choose.


 Documentation/fb/README-sstfb.txt     |   87
 arch/i386/boot/video.S                |    4    *
 arch/ppc/Config.help                  |    6
 arch/ppc/config.in                    |    3
 drivers/char/vt.c                     |   66    *
 drivers/video/Config.help             |   22    *
 drivers/video/Config.in               |   80    *
 drivers/video/Makefile                |   15    *
 drivers/video/S3triofb.c              |   19
 drivers/video/acornfb.c               |    3
 drivers/video/amifb.c                 |   81
 drivers/video/atafb.c                 |  376 ++-
 drivers/video/aty/atyfb.h             |   18               *
 drivers/video/aty/atyfb_base.c        |  348 +--           *
 drivers/video/aty/mach64.h            | 1158 ------------  *
 drivers/video/aty/mach64_accel.c      |    2               *
 drivers/video/aty/mach64_ct.c         |    4 		    *
 drivers/video/aty/mach64_cursor.c     |   12               *
 drivers/video/aty/mach64_gx.c         |    2 		    *
 drivers/video/aty128.h                |  352 ---	    *
 drivers/video/aty128fb.c              | 3272
++++++++++++++-------------------- *
 drivers/video/chipsfb.c               |   29
 drivers/video/controlfb.c             |   21
 drivers/video/dnfb.c                  |   19
 drivers/video/fbcon-mac.c             |  483 -----
 drivers/video/fbcon-vga.c             |  213 --
 drivers/video/fbcon.c                 |    2                	*
 drivers/video/fbgen.c                 |  347 ---		*
 drivers/video/fbmem.c                 |    2 			*
 drivers/video/fm2fb.c                 |    3
 drivers/video/fonts.c                 |    4
 drivers/video/hpfb.c                  |    3
 drivers/video/imsttfb.c               |   56
 drivers/video/macfb.c                 |  463 +---
 drivers/video/macmodes.c              |  171 -
 drivers/video/matrox/matroxfb_base.c  |   43
 drivers/video/matrox/matroxfb_base.h  |    6
 drivers/video/matrox/matroxfb_crtc2.c |   19
 drivers/video/modedb.c                |    4
 drivers/video/neofb.c                 |    7 			*
 drivers/video/offb.c                  | 1130 ++++-------
 drivers/video/platinumfb.c            |   26
 drivers/video/q40fb.c                 |    8
 drivers/video/retz3fb.c               |    4
 drivers/video/riva/Makefile           |    2 			*
 drivers/video/riva/accel.c            |  427 ----		*
 drivers/video/riva/fbdev.c            | 1531 ++++++---------	*
 drivers/video/riva/riva_hw.c          |   38 			*
 drivers/video/riva/riva_hw.h          |    2 			*
 drivers/video/riva/rivafb.h           |   60 			*
 drivers/video/sa1100fb.c              |  813 ++------		*
 drivers/video/sa1100fb.h              |   17 			*
 drivers/video/sgivwfb.c               | 1432 ++++++--------
 drivers/video/sgivwfb.h               |  660 ------
 drivers/video/sstfb.c                 |  958 +++++----
 drivers/video/sstfb.h                 |   73
 drivers/video/tdfxfb.c                |   55 			*
 drivers/video/tx3912fb.c              |    2
 drivers/video/valkyriefb.c            |   26
 drivers/video/vesafb.c                |   12 			*
 drivers/video/vfb.c                   |    4
 include/asm-ppc/vc_ioctl.h            |   46
 include/asm-ppc64/vc_ioctl.h          |   50
 include/linux/fb.h                    |   52
 include/linux/pci_ids.h               |    1
 include/linux/tty.h                   |    3
 include/video/aty128.h                |  419 ++++
 include/video/mach64.h                | 1158 ++++++++++++
 include/video/sgivw.h                 |  660 ++++++
 70 files changed, 6886 insertions(+), 10608 deletions(-)

   . ---
   |o_o |
   |:_/ |   Give Micro$oft the Bird!!!!
  //   \ \  Use Linux!!!!
 (|     | )
 /'\_   _/`\
 \___)=(___/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Re: [PATCH] fbdev updates.

From: Jani Monoses <hidden>
Date: 2002-07-02 10:14:38

On Mon, 1 Jul 2002 10:48:41 -0700 (PDT)
James Simmons [off-list ref] wrote:
P.S
       Note I removed the old fbgen stuff so some drivers are going to
break. Well with time running out I need to push ahead. Sorry but I have
to choose.
That's OK as long as we know that the drivers which are converted are 100% converted
and can be taken as an example.I prefer this approach instead of having to figure out
which incremental step towards the new api conversion was last taken and try to follow it.
So break the drivers and whatever else it takes so more people can confidently go on
and finally port their drivers.

Jani.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Re: [PATCH] fbdev updates.

From: James Simmons <hidden>
Date: 2002-07-05 02:42:05

That's OK as long as we know that the drivers which are converted are 100%
converted and can be taken as an example.
Okay. I will push the changes tomorrow. Take a look at skeletonfb.c for
info :-0



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help