mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* pvr2fb.c
@ 2001-09-02 23:35 Ricky Beam
  2001-09-02 23:57 ` pvr2fb.c Alan Cox
  2001-09-03 15:15 ` pvr2fb.c M. R. Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Ricky Beam @ 2001-09-02 23:35 UTC (permalink / raw)
  To: Linux Kernel Mail List

What the ^*!#^% is this:

driver/video/pvr2fb.c:
int __init pvr2fb_init(void)
{
        struct fb_var_screeninfo var;
        u_long modememused;

        if (!MACH_DREAMCAST)
                return -ENXIO;
...

That's the first time I've seen such, well, badness.

It looks like someone forgot what platform is *required* for the PowerVR 2...

drivers/video/Config.in:
   tristate '  NEC PowerVR 2 display support' CONFIG_FB_PVR2
   dep_bool '    Debug pvr2fb' CONFIG_FB_PVR2_DEBUG $CONFIG_FB_PVR2

--Ricky

PS: Compiling 2.4.9 on an Alpha is turning up all manner of weird stuff.  Like
    a lot of drivers that aren't 64bit clean, missing parts of asm-alpha...



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

* Re: pvr2fb.c
  2001-09-02 23:35 pvr2fb.c Ricky Beam
@ 2001-09-02 23:57 ` Alan Cox
  2001-09-03  1:38   ` pvr2fb.c Ricky Beam
  2001-09-03 15:15 ` pvr2fb.c M. R. Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Alan Cox @ 2001-09-02 23:57 UTC (permalink / raw)
  To: Ricky Beam; +Cc: Linux Kernel Mail List

> PS: Compiling 2.4.9 on an Alpha is turning up all manner of weird stuff.  Like
>     a lot of drivers that aren't 64bit clean, missing parts of asm-alpha...

Linus should have the main missing bits of asm-alpha in 2.4.10pre - although
on x86 that crashes rapidly for me. 

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

* Re: pvr2fb.c
  2001-09-02 23:57 ` pvr2fb.c Alan Cox
@ 2001-09-03  1:38   ` Ricky Beam
  0 siblings, 0 replies; 4+ messages in thread
From: Ricky Beam @ 2001-09-03  1:38 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mail List

On Mon, 3 Sep 2001, Alan Cox wrote:
>> PS: Compiling 2.4.9 on an Alpha is turning up all manner of weird stuff.  Like
>>     a lot of drivers that aren't 64bit clean, missing parts of asm-alpha...
>
>Linus should have the main missing bits of asm-alpha in 2.4.10pre - although
>on x86 that crashes rapidly for me.

No one said mine was bootable either :-)  It builds.  Booting has yet to be
tested (must fix dinner first.)

The things I go through for my "neat toys" (firewire on an alpha)  On a side
note, the Alpha BIOS Emulation (tm) isn't exactly perfect... the Mylex RAID
configuration stuff won't run -- I know I'm asking alot *grin*  I'll try it
with the DPT (I20) controller in a while. (It ain't easy putting cards in
my alpha.  I've bled on it a few times in the process already.)

--Ricky



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

* Re: pvr2fb.c
  2001-09-02 23:35 pvr2fb.c Ricky Beam
  2001-09-02 23:57 ` pvr2fb.c Alan Cox
@ 2001-09-03 15:15 ` M. R. Brown
  1 sibling, 0 replies; 4+ messages in thread
From: M. R. Brown @ 2001-09-03 15:15 UTC (permalink / raw)
  To: Ricky Beam; +Cc: Linux Kernel Mail List

* Ricky Beam <jfbeam@bluetopia.net> on Sun, Sep 02, 2001:

> What the ^*!#^% is this:
> 
> driver/video/pvr2fb.c:
> int __init pvr2fb_init(void)
> {
>         struct fb_var_screeninfo var;
>         u_long modememused;
> 
>         if (!MACH_DREAMCAST)
>                 return -ENXIO;
> ...
> 
> That's the first time I've seen such, well, badness.
> 
> It looks like someone forgot what platform is *required* for the PowerVR 2...
> 

The pvr2fb driver is named as such because eventually we want to be able to
support all CLX boards, not just the chip found in the Dreamcast.  Right
now it only supports the Dreamcast and only builds under LinuxSH - vanilla
kernels can't be targetted to the DC.

The main problem with writing this driver is that not only are the specs
from VideoLogic impossible to obtain w/out signing an NDA, the only
commodity pvr2 board that you can find (others have looked) is the
Dreamcast.  I have Win32 pvr2 drivers to play with, but it's kinda useless
if I don't have a board to test.

M. R.

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

end of thread, other threads:[~2001-09-03 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-02 23:35 pvr2fb.c Ricky Beam
2001-09-02 23:57 ` pvr2fb.c Alan Cox
2001-09-03  1:38   ` pvr2fb.c Ricky Beam
2001-09-03 15:15 ` pvr2fb.c M. R. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®