* Framebuffer for au1100
@ 2004-04-20 9:43 Jørg Ulrich Hansen
2004-04-20 15:30 ` Pete Popov
0 siblings, 1 reply; 4+ messages in thread
From: Jørg Ulrich Hansen @ 2004-04-20 9:43 UTC (permalink / raw)
To: Linux-Mips
Hi
I was trying to make use of framebuffer for a db1100 board. It looks like
au1100fb.c is not updated to kernel 2.6. It makes use of some structs and
procedures in fbcon that has been removed in 2.6.
Any ideas what is needed to get au1100fb.c to work in 2.6?
Has someone 2.6 to work with frambuffers on au1100?
I think that au1100fb is written for pb1100 that has an epson lcd controller
fitted.
Does that mean that nothing has been done for the internal lcd controller?
regards Jorg
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Framebuffer for au1100
2004-04-20 9:43 Framebuffer for au1100 Jørg Ulrich Hansen
@ 2004-04-20 15:30 ` Pete Popov
2004-04-20 16:06 ` SV: " Jørg Ulrich Hansen
0 siblings, 1 reply; 4+ messages in thread
From: Pete Popov @ 2004-04-20 15:30 UTC (permalink / raw)
To: Jørg Ulrich Hansen; +Cc: Linux-Mips
Jørg Ulrich Hansen wrote:
>Hi
>
>I was trying to make use of framebuffer for a db1100 board. It looks like
>au1100fb.c is not updated to kernel 2.6. It makes use of some structs and
>procedures in fbcon that has been removed in 2.6.
>Any ideas what is needed to get au1100fb.c to work in 2.6?
>Has someone 2.6 to work with frambuffers on au1100?
>I think that au1100fb is written for pb1100 that has an epson lcd controller
>fitted.
>Does that mean that nothing has been done for the internal lcd controller?
>
>
No, the internal au1100 fb controller is supported in 2.4. The external
epson controller is supported through the LCD chip select. What needs to
be done in 2.6 is an update of the au1100fb driver to the new api. Right
now what I'm working on part time is syncing up 2.6 with the latest 2.4
updates and getting the basic features functioning, including the 36 bit
address support. Then the drivers update will come one at a time. Of
course, if someone else has time to help, patches are welcomed :)
Pete
^ permalink raw reply [flat|nested] 4+ messages in thread
* SV: Framebuffer for au1100
2004-04-20 15:30 ` Pete Popov
@ 2004-04-20 16:06 ` Jørg Ulrich Hansen
2004-04-20 16:34 ` Pete Popov
0 siblings, 1 reply; 4+ messages in thread
From: Jørg Ulrich Hansen @ 2004-04-20 16:06 UTC (permalink / raw)
To: 'Pete Popov'; +Cc: Linux-Mips
> Jørg Ulrich Hansen wrote:
>
> >Hi
> >
> >I was trying to make use of framebuffer for a db1100 board. It looks
> >like au1100fb.c is not updated to kernel 2.6. It makes use of some
> >structs and procedures in fbcon that has been removed in
> 2.6. Any ideas
> >what is needed to get au1100fb.c to work in 2.6? Has someone 2.6 to
> >work with frambuffers on au1100? I think that au1100fb is
> written for
> >pb1100 that has an epson lcd controller fitted.
> >Does that mean that nothing has been done for the internal
> lcd controller?
> >
> >
> No, the internal au1100 fb controller is supported in 2.4.
> The external
> epson controller is supported through the LCD chip select.
> What needs to
> be done in 2.6 is an update of the au1100fb driver to the new
> api. Right
> now what I'm working on part time is syncing up 2.6 with the
> latest 2.4
> updates and getting the basic features functioning, including
> the 36 bit
> address support. Then the drivers update will come one at a time. Of
> course, if someone else has time to help, patches are welcomed :)
>
> Pete
>
Hi
If you can put me in the right direction I am very keen on helping.
I have included the file in Kconfig but then it wound compile because of
the old 2.4 files (fbcon).
What are the tasks and are you aware of any framebuffer code that are
already modyfired?
Regards Jorg
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: SV: Framebuffer for au1100
2004-04-20 16:06 ` SV: " Jørg Ulrich Hansen
@ 2004-04-20 16:34 ` Pete Popov
0 siblings, 0 replies; 4+ messages in thread
From: Pete Popov @ 2004-04-20 16:34 UTC (permalink / raw)
To: Jørg Ulrich Hansen; +Cc: Linux-Mips
>Hi
>
>If you can put me in the right direction I am very keen on helping.
>I have included the file in Kconfig but then it wound compile because of
>the old 2.4 files (fbcon).
>What are the tasks and are you aware of any framebuffer code that are
>already modyfired?
>
>
The entire FB API is different. Take a look at the skeleton fb driver --
there are headers with each function explaining what it does. There may
be some other documentation in the Documentation directory but I'm not
sure. It's not as easy as updated Kconfig. But fortunately the au1100fb
driver is a pretty simple driver so updating it shouldn't be that bad. I
would suggest you follow the example of a 2.6 FB driver that has been
updated to the new API.
Pete
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-04-20 16:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-20 9:43 Framebuffer for au1100 Jørg Ulrich Hansen
2004-04-20 15:30 ` Pete Popov
2004-04-20 16:06 ` SV: " Jørg Ulrich Hansen
2004-04-20 16:34 ` Pete Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox