syncing to mainline kernel

8 messages, 4 authors, 2003-10-09 · open the first message on its own page

syncing to mainline kernel

From: Louis Garcia <hidden>
Date: 2003-10-05 09:14:27

Any know when all this great new stuff is going to me merged with linus?

--Lou

(sorry for the post on linux-fbdev-commit)



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

Re: syncing to mainline kernel

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2003-10-08 14:32:21

On Sun, 2003-10-05 at 11:13, Louis Garcia wrote:
Any know when all this great new stuff is going to me merged with linus?
I've been waiting for this to happen for some time...

Ben.




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

Re: syncing to mainline kernel

From: James Simmons <hidden>
Date: 2003-10-08 18:50:16

On Sun, 2003-10-05 at 11:13, Louis Garcia wrote:
quoted
Any know when all this great new stuff is going to me merged with linus?
I've been waiting for this to happen for some time...
Very soon. I have new software cursor code that I'm debugging right now. 
This is the only thing holding back the syning.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

Re: syncing to mainline kernel

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2003-10-08 18:55:10

On Wed, 2003-10-08 at 20:50, James Simmons wrote:
quoted
On Sun, 2003-10-05 at 11:13, Louis Garcia wrote:
quoted
Any know when all this great new stuff is going to me merged with linus?
I've been waiting for this to happen for some time...
Very soon. I have new software cursor code that I'm debugging right now. 
This is the only thing holding back the syning.
Great. Note that I may send my new radeonfb to linus directly (though
I'll CC you), same for other fbdev drivers I maintain. I think this
is the right thing to do for driver updates, the fbdev-* trees should
really be only for fbdev core changes imho...

Ben.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

Re: syncing to mainline kernel

From: Otto Solares <hidden>
Date: 2003-10-09 00:43:09

On Wed, Oct 08, 2003 at 08:53:59PM +0200, Benjamin Herrenschmidt wrote:
On Wed, 2003-10-08 at 20:50, James Simmons wrote:
quoted
quoted
On Sun, 2003-10-05 at 11:13, Louis Garcia wrote:
quoted
Any know when all this great new stuff is going to me merged with linus?
I've been waiting for this to happen for some time...
Very soon. I have new software cursor code that I'm debugging right now. 
This is the only thing holding back the syning.
Great. Note that I may send my new radeonfb to linus directly (though
I'll CC you), same for other fbdev drivers I maintain. I think this
is the right thing to do for driver updates, the fbdev-* trees should
really be only for fbdev core changes imho...
Ben, i have problems with your new radeonfb driver, apart that i have
to update the pci_ids.h and r200.c in both stock 2.6 and your bk tree
to make work my radeon 9200 (rv280 Ya), in your new driver, spaces
becomes '_', and after a while all characteres get messy.  My normal
setup is 1024x768-32@75 but with your driver the only reliable mode is
640x480-8@60.  Any idea?

-solca



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

Re: syncing to mainline kernel

From: Louis Garcia <hidden>
Date: 2003-10-09 04:51:31

Linus just announced a stabilization freeze so hope this stuff gets in
before 2.6.0 final.


On Wed, 2003-10-08 at 14:50, James Simmons wrote:
quoted
On Sun, 2003-10-05 at 11:13, Louis Garcia wrote:
quoted
Any know when all this great new stuff is going to me merged with linus?
I've been waiting for this to happen for some time...
Very soon. I have new software cursor code that I'm debugging right now. 
This is the only thing holding back the syning.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

Re: syncing to mainline kernel

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2003-10-09 07:44:43

Ben, i have problems with your new radeonfb driver, apart that i have
to update the pci_ids.h and r200.c in both stock 2.6 and your bk tree
to make work my radeon 9200 (rv280 Ya), in your new driver, spaces
becomes '_', and after a while all characteres get messy.  My normal
setup is 1024x768-32@75 but with your driver the only reliable mode is
640x480-8@60.  Any idea?
Regarding PCI IDs, I'm changing that now, I decided to add a separate
drivers/video/aty/ati_ids.h containing a copy of XFree ATI PCI IDs
instead of using the include/linux/pci_ids.h one. That may see odd,
but it helps a lot avoiding the merge problems and makes it easier
to resync with XFree. This is already the case in my bk btw.

Regarding your problem, I don't know what's up with spaces vs '_',
that doesn't ring any bell to me, especially since there is no use
of HW accel in this version, so the chars are really only drawn
by the core fbdev layer.

What do you mean by "reliable mode". What do you get when trying to
use another mode ? It's normal that fbset doesn't work properly in
2.6, this is a known issue. What did you try and what result did you
get ?

Ben.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

Re: syncing to mainline kernel

From: Otto Solares <hidden>
Date: 2003-10-09 18:22:24

On Thu, Oct 09, 2003 at 09:43:26AM +0200, Benjamin Herrenschmidt wrote:
quoted
Ben, i have problems with your new radeonfb driver, apart that i have
to update the pci_ids.h and r200.c in both stock 2.6 and your bk tree
to make work my radeon 9200 (rv280 Ya), in your new driver, spaces
becomes '_', and after a while all characteres get messy.  My normal
setup is 1024x768-32@75 but with your driver the only reliable mode is
640x480-8@60.  Any idea?
Regarding PCI IDs, I'm changing that now, I decided to add a separate
drivers/video/aty/ati_ids.h containing a copy of XFree ATI PCI IDs
instead of using the include/linux/pci_ids.h one. That may see odd,
but it helps a lot avoiding the merge problems and makes it easier
to resync with XFree. This is already the case in my bk btw.
Good, adding new cards would become easy but i really like the pci_ids.h
approach as is a centralized db, it doesn't take much time to update
the driver to work with my card.
Regarding your problem, I don't know what's up with spaces vs '_',
that doesn't ring any bell to me, especially since there is no use
of HW accel in this version, so the chars are really only drawn
by the core fbdev layer.

What do you mean by "reliable mode". What do you get when trying to
use another mode ? It's normal that fbset doesn't work properly in
2.6, this is a known issue. What did you try and what result did you
get ?
I can't set my fbdev to anything different than the booted mode 640x480-8@60,
trying anything else brings me a black screen or unsynched monitor,
i am using Jon's merged driver (benh+khronos) so probably is not your driver's
fault (but edid support is very tempting, although is not used because i'm
working now on an old monitor without ddc :), i will try your driver alone and
report back.

-solca



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help