linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New fbdev updates.
@ 2003-07-03 17:55 James Simmons
  2003-07-03 23:50 ` Ben Collins
  2003-07-04 12:42 ` Scott Robert Ladd
  0 siblings, 2 replies; 8+ messages in thread
From: James Simmons @ 2003-07-03 17:55 UTC (permalink / raw)
  To: Linux Fbdev development list; +Cc: Linux Kernel Mailing List


Hi!
   
   I have updates to the framebuffer layer. Alot of bug fixes accumlated. 
A couple of driver updates as well. I have more code to go in but haven't 
had time to add them in. Please test. This is not the final code going in 
just yet. More needs to be done. The patches are at the usual

    http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz

or BK
    bk://fbdev.bkbits.net/fbdev-2.5

Note: 
   The NVIDIA driver hasn't been updated to the new cursor fixes. I 
haven't had time to fix it yet. So it doesn't compile. Also the i810 
driver might have issues with the cursor changes. 
   Skeleton i2c support is added. It hasn't been tested or even compiles 
in yet. 

 Documentation/fb/neofb.txt    |   27 
 MAINTAINERS                   |    5 
 drivers/char/vt_ioctl.c       |   12 
 drivers/video/Kconfig         |   62 
 drivers/video/Makefile        |    4 
 drivers/video/cfbimgblt.c     |    2 
 drivers/video/chipsfb.c       |    4 
 drivers/video/console/fbcon.c |  351 -
 drivers/video/console/fbcon.h |    2 
 drivers/video/controlfb.c     |   10 
 drivers/video/epson1355fb.c   |  967 +++--
 drivers/video/fbmem.c         |  105 
 drivers/video/g364fb.c        |   78 
 drivers/video/logo/logo.c     |    5 
 drivers/video/macfb.c         |   34 
 drivers/video/neofb.c         |  198 -
 drivers/video/platinumfb.c    |   10 
 drivers/video/pvr2fb.c        |  846 +---
 drivers/video/riva/fbdev.c    |    2 
 drivers/video/sis/300vtbl.h   | 2426 +++----------
 drivers/video/sis/310vtbl.h   | 2495 ++------------
 drivers/video/sis/init.c      | 1816 ++++++----
 drivers/video/sis/init.h      | 2335 ++++++++++++-
 drivers/video/sis/init301.c   | 7444 +++++++++++++++++++++---------------------
 drivers/video/sis/init301.h   |  209 -
 drivers/video/sis/initdef.h   |  169 
 drivers/video/sis/oem300.h    |  495 --
 drivers/video/sis/oem310.h    |   31 
 drivers/video/sis/osdef.h     |  122 
 drivers/video/sis/sis_accel.c |   66 
 drivers/video/sis/sis_accel.h |   10 
 drivers/video/sis/sis_main.c  | 3194 +++++++++---------
 drivers/video/sis/sis_main.h  |  509 +-
 drivers/video/sis/vgatypes.h  |   63 
 drivers/video/sis/vstruct.h   |  116 
 drivers/video/skeletonfb.c    |   74 
 drivers/video/softcursor.c    |   72 
 drivers/video/valkyriefb.c    |  548 ---
 drivers/video/vesafb.c        |   17 
 drivers/video/vgastate.c      |    1 
 include/linux/fb.h            |   88 
 include/linux/linux_logo.h    |    4 
 include/video/epson1355.h     |   64 
 include/video/neomagic.h      |  241 -
 include/video/sisfb.h         |   85 
 45 files changed, 12788 insertions(+), 12630 deletions(-)

through these ChangeSets:

<jsimmons@kozmo.(none)> (03/07/03 1.1251)
   [NEOMAGIC FBDEV] Fixed a nasty bug in the copyarea function. It wasn't testing for the condition when both regions have the same y coordinates but are over lapping. This casued a corrpution of data. Also started ot used the macros in vga.h.

<jsimmons@kozmo.(none)> (03/06/30 1.1246)
   [LOGO] Display the correct logo for MIPS DEC workstations.

<jsimmons@kozmo.(none)> (03/06/25 1.1240)
   [FBCON] Removed the crappy ROP_COPY/ROP_XOR test for flashing the cursor. Now we disable and enable the cursor timer instead.

<jsimmons@kozmo.(none)> (03/06/24 1.1238)
   [FBDEV] Now we can use a specific hardware mapper for different hardware functionality.

<jsimmons@kozmo.(none)> (03/06/23 1.1234)
   [VGA CORE] Added needed vmalloc header.

<jsimmons@kozmo.(none)> (03/06/23 1.1231)
   [FBCON] When using 512 characters, the mouse pointer starts using the wrong complement_mask after a console reset.

<jsimmons@kozmo.(none)> (03/06/23 1.1230)
   [FBDEV] Made chipsfb/controlfb/platinumfb use the xxfb kernel command line string.

<jsimmons@maxwell.earthlink.net> (03/06/18 1.1226)
   [MAC FBDEV] Bug fixes.

<jsimmons@maxwell.earthlink.net> (03/06/15 1.1222)
   [SIS FBDEV] More updates for the SIS driver. 

<jsimmons@maxwell.earthlink.net> (03/06/14 1.1220)
   [CONTROL/PLATINUM FBDEV] Fix to match change in fb_set_var.

<jsimmons@maxwell.earthlink.net> (03/06/10 1.1216)
   [FBDEV] Fixed a issue with soft_cursor. It only worked with drivers with a pixmap.scan_align of 1. Now it will work with any.

<jsimmons@kozmo.(none)> (03/06/07 1.1210)
   [SIS FBDEV] Fixed sysnc issue.

<jsimmons@kozmo.(none)> (03/06/05 1.1206)
   [FBCON] Cleared out the struct fb_cursor we passed in. Other wise we get random data being used.

<jsimmons@kozmo.(none)> (03/05/30 1.1201)
   [FBDEV GENERIC ACCEL] Fixed why logo was not displayed for some.

<jsimmons@maxwell.earthlink.net> (03/05/24 1.1188.1.3)
   [VALKYRUE FBDEV] Ported to new api.

<jsimmons@maxwell.earthlink.net> (03/05/23 1.1188.1.1)
   [FBDEV] Updates to explain the new cursor api.

<jsimmons@maxwell.earthlink.net> (03/05/23 1.1188)
   [EPSON FRAMEBUFFER] Ported to the new api. Added support for the arm platform.

<jsimmons@maxwell.earthlink.net> (03/05/15 1.1127.2.18)
   [SIS FBDEV] SIS Framebuffer updates.
                 - Added preliminary and untested support for SiS660
                 - Added DDC support
                 - Enhanced proprietary programming API for compatibility with X driver
                   and upcoming SDL updates and upcoming vidix driver for mplayer
                 - Fixes for video bridge output on various HW combinations
                 - Fixes in TV detection
                 - Reduced source size by removing duplicated data
                 - Updated Kconfig descriptions

<jsimmons@maxwell.earthlink.net> (03/05/14 1.1113.1.2)
   [PVR2 FBDEV] Port of the Dreamcast Frambuffer to the new api.

<jsimmons@maxwell.earthlink.net> (03/05/12 1.1063.3.19)
   [FBCON] set_con2fb_map wasn't testing to see the VC we where mapping to actually exist. Now it does. 
   
           I add code to fbcon_cursor to reset the hotspot if it was changed by userland. 

<jsimmons@maxwell.earthlink.net> (03/05/12 1.1063.3.17)
   [RIVA FBDEV] Removal of exccess variable. Kills off a few warnings.

<jsimmons@maxwell.earthlink.net> (03/05/12 1.1063.3.16)
   [VESA FBDEV] Removed the EDID code. The results where mixed. It worked for some but not for others.

<jsimmons@maxwell.earthlink.net> (03/05/12 1.1063.3.15)
   [CONSOLE] This patch fixes the problem of not being able to set the fonts on VCs other than the first one. This also was the bug that was casuing dual head (vga and mda) to lock up.

<jsimmons@kozmo.(none)> (03/05/02 1.1042.122.2)
   [FBDEV] Synced to kdev_t change.

<jsimmons@kozmo.(none)> (03/04/22 1.1042.37.2)
   [FBDEV] Moved pixmap to the kernel side of the header. Will not be needed for ioctl calls at the present time.
   
   [FBCON] Lots more optimizations.

<jsimmons@kozmo.(none)> (03/04/21 1.1042.37.1)
   [LOGO] Removed fb_ prefix. Wil be used by other drivers such as the newport driver.
   
   [G354 FBDEV] Now use the final cursor api.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New fbdev updates.
  2003-07-03 17:55 New fbdev updates James Simmons
@ 2003-07-03 23:50 ` Ben Collins
  2003-07-04 11:46   ` Kronos
  2003-07-04 12:42 ` Scott Robert Ladd
  1 sibling, 1 reply; 8+ messages in thread
From: Ben Collins @ 2003-07-03 23:50 UTC (permalink / raw)
  To: James Simmons; +Cc: Linux Fbdev development list, Linux Kernel Mailing List

On Thu, Jul 03, 2003 at 06:55:58PM +0100, James Simmons wrote:
> 
> Hi!
>    
>    I have updates to the framebuffer layer. Alot of bug fixes accumlated. 
> A couple of driver updates as well. I have more code to go in but haven't 
> had time to add them in. Please test. This is not the final code going in 
> just yet. More needs to be done. The patches are at the usual

Seems my old corrupt cursor is fixed, but with your new code I am
getting ghost cursors left behind while moving around in vim over ssh
with syntax on.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: New fbdev updates.
  2003-07-03 23:50 ` Ben Collins
@ 2003-07-04 11:46   ` Kronos
  0 siblings, 0 replies; 8+ messages in thread
From: Kronos @ 2003-07-04 11:46 UTC (permalink / raw)
  To: linux-fbdev-devel; +Cc: linux-kernel, Ben Collins

Il Thu, Jul 03, 2003 at 07:50:39PM -0400, Ben Collins ha scritto: 
> >    I have updates to the framebuffer layer. Alot of bug fixes accumlated. 
> > A couple of driver updates as well. I have more code to go in but haven't 
> > had time to add them in. Please test. This is not the final code going in 
> > just yet. More needs to be done. The patches are at the usual
> 
> Seems my old corrupt cursor is fixed, but with your new code I am
> getting ghost cursors left behind while moving around in vim over ssh
> with syntax on.

Same here. I can see the ghost cursor also when typing fast on the shell
(via ssh) and the hit backspace, arrows, home, end. I don't see it using
normal tty (the kernel is the same, I just did ssh ::1).

Btw, the cursor doesn't disappear  anymore switching back and forth from
X.

Luca
-- 
Reply-To: kronos@kronoz.cjb.net
Home: http://kronoz.cjb.net
It can't rain forever,
but you can die before seeing the sun again.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New fbdev updates.
  2003-07-03 17:55 New fbdev updates James Simmons
  2003-07-03 23:50 ` Ben Collins
@ 2003-07-04 12:42 ` Scott Robert Ladd
  2003-07-08 23:28   ` James Simmons
  2003-07-09  9:24   ` Michel Dänzer
  1 sibling, 2 replies; 8+ messages in thread
From: Scott Robert Ladd @ 2003-07-04 12:42 UTC (permalink / raw)
  To: James Simmons; +Cc: Linux Fbdev development list, Linux Kernel Mailing List

James Simmons wrote:
>    I have updates to the framebuffer layer. Alot of bug fixes accumlated. 
> A couple of driver updates as well. I have more code to go in but haven't 
> had time to add them in. Please test. This is not the final code going in 
> just yet. More needs to be done.

Any chance of getting the radeonfb DFP-on-DVI working? I'm more than
willing to work on it, if no one else has the hardware. I can at least
try to get it working on the Radeon 9000.

-- 
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New fbdev updates.
  2003-07-04 12:42 ` Scott Robert Ladd
@ 2003-07-08 23:28   ` James Simmons
  2003-07-09 13:56     ` Scott Robert Ladd
  2003-07-09  9:24   ` Michel Dänzer
  1 sibling, 1 reply; 8+ messages in thread
From: James Simmons @ 2003-07-08 23:28 UTC (permalink / raw)
  To: Scott Robert Ladd; +Cc: Linux Fbdev development list, Linux Kernel Mailing List


> Any chance of getting the radeonfb DFP-on-DVI working? I'm more than
> willing to work on it, if no one else has the hardware. I can at least
> try to get it working on the Radeon 9000.

I don't have the hardware but I'm willing to accept patches for testing 
for the masses.






-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: New fbdev updates.
  2003-07-04 12:42 ` Scott Robert Ladd
  2003-07-08 23:28   ` James Simmons
@ 2003-07-09  9:24   ` Michel Dänzer
  2003-07-09 13:40     ` Scott Robert Ladd
  1 sibling, 1 reply; 8+ messages in thread
From: Michel Dänzer @ 2003-07-09  9:24 UTC (permalink / raw)
  To: Scott Robert Ladd; +Cc: Linux Fbdev development list

On Fri, 2003-07-04 at 14:42, Scott Robert Ladd wrote:
> James Simmons wrote:
> >    I have updates to the framebuffer layer. Alot of bug fixes accumlated. 
> > A couple of driver updates as well. I have more code to go in but haven't 
> > had time to add them in. Please test. This is not the final code going in 
> > just yet. More needs to be done.
> 
> Any chance of getting the radeonfb DFP-on-DVI working? I'm more than
> willing to work on it, if no one else has the hardware. I can at least
> try to get it working on the Radeon 9000.

BTW, there have recently been updates in this area in XFree86 CVS, in
case you want something to look at.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re: New fbdev updates.
  2003-07-09  9:24   ` Michel Dänzer
@ 2003-07-09 13:40     ` Scott Robert Ladd
  0 siblings, 0 replies; 8+ messages in thread
From: Scott Robert Ladd @ 2003-07-09 13:40 UTC (permalink / raw)
  To: Michel Dänzer; +Cc: Linux Fbdev development list

Michel Dänzer wrote:
> On Fri, 2003-07-04 at 14:42, Scott Robert Ladd wrote:
>>Any chance of getting the radeonfb DFP-on-DVI working? I'm more than
>>willing to work on it, if no one else has the hardware. I can at least
>>try to get it working on the Radeon 9000.
> 
> 
> BTW, there have recently been updates in this area in XFree86 CVS, in
> case you want something to look at.

I'll take a look at it.

-- 
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New fbdev updates.
  2003-07-08 23:28   ` James Simmons
@ 2003-07-09 13:56     ` Scott Robert Ladd
  0 siblings, 0 replies; 8+ messages in thread
From: Scott Robert Ladd @ 2003-07-09 13:56 UTC (permalink / raw)
  To: James Simmons; +Cc: Linux Fbdev development list, Linux Kernel Mailing List

James Simmons wrote:
>>Any chance of getting the radeonfb DFP-on-DVI working? I'm more than
>>willing to work on it, if no one else has the hardware. I can at least
>>try to get it working on the Radeon 9000.
> 
> I don't have the hardware but I'm willing to accept patches for testing 
> for the masses.

I'll look into it over the weekend, after seeing how XFree86 and others 
have approached the problem.

-- 
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-07-09 13:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-03 17:55 New fbdev updates James Simmons
2003-07-03 23:50 ` Ben Collins
2003-07-04 11:46   ` Kronos
2003-07-04 12:42 ` Scott Robert Ladd
2003-07-08 23:28   ` James Simmons
2003-07-09 13:56     ` Scott Robert Ladd
2003-07-09  9:24   ` Michel Dänzer
2003-07-09 13:40     ` Scott Robert Ladd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).