failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 10:34:03 +0100
Michel D?nzer  wrote:

> On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
> > hi all,
> > i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
> > V5600 on my YDL Powerstation and i'm obliged to use the old
> > OpenFirmware fb. 
> > 
> > That's from my dmesg [1]:
> > 
> > [...]
> > vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
> > vgaarb: loaded
> > vgaarb: bridge control possible :f1:00.0
> > [...]
> > [drm] Initialized drm 1.1.0 20060810
> > [drm] radeon defaulting to kernel modesetting.
> > [drm] radeon kernel modesetting enabled.
> > [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
> > radeon :f1:00.0: Using 32-bit DMA via iommu
> > [drm] register mmio base: 0xE800
> > [drm] register mmio size: 65536
> > radeon :f1:00.0: Invalid ROM contents
> > radeon :f1:00.0: Expecting atombios for R600 GPU
> > radeon :f1:00.0: Fatal error during GPU init
> 
> Looks like there's a problem retrieving the card's ROM contents. Does
> rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
> 
> 

again without radeon kms and the problems is still here.. more a good numbers 
of straces for another different cause.
http://cruxppc.org/~acrux/config-kms2
http://cruxppc.org/~acrux/dmesg-kms2

[...]
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
radeon :f1:00.0: Using 32-bit DMA via iommu
[drm] register mmio base: 0xE800
[drm] register mmio size: 65536
radeon :f1:00.0: Invalid ROM contents
radeon :f1:00.0: Expecting atombios for R600 GPU
radeon :f1:00.0: Fatal error during GPU init
[drm] radeon: finishing device.
[TTM] Memory type 2 has not been initialized.
radeon: probe of :f1:00.0 failed with error -22



best,
--nico
-- 
acrux 


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 16:10:03 +0100
Andreas Schwab  wrote:

> Michel D?nzer  writes:
> 
> > On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
> >> hi Michel,
> >> thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
> >> automatically enabled.
> >> Can you suggest me a way to disable it?
> >> Here my kernel config: http://cruxppc.org/~acrux/config-kms
> >
> > Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
> > that from .config as well.
> >
> > If that still doesn't work, please describe how exactly you're trying to
> > disable VGA_ARB.
> 
> You need to enable CONFIG_EXPERT to be able to toggle VGA_ARB.
> 
> Andreas.
> 

oh, shame on me! That was the trick. Thank you Andreas.

--nico
-- 
acrux 


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Andreas Schwab
Michel D?nzer  writes:

> On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
>> hi Michel,
>> thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
>> automatically enabled.
>> Can you suggest me a way to disable it?
>> Here my kernel config: http://cruxppc.org/~acrux/config-kms
>
> Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
> that from .config as well.
>
> If that still doesn't work, please describe how exactly you're trying to
> disable VGA_ARB.

You need to enable CONFIG_EXPERT to be able to toggle VGA_ARB.

Andreas.

-- 
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Michel Dänzer
On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
> On Mon, 30 Jan 2012 10:34:03 +0100
> Michel D?nzer  wrote:
> > On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
> > > hi all,
> > > i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
> > > V5600 on my YDL Powerstation and i'm obliged to use the old
> > > OpenFirmware fb. 
> > > 
> > > That's from my dmesg [1]:
> > > 
> > > [...]
> > > vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
> > > vgaarb: loaded
> > > vgaarb: bridge control possible :f1:00.0
> > > [...]
> > > [drm] Initialized drm 1.1.0 20060810
> > > [drm] radeon defaulting to kernel modesetting.
> > > [drm] radeon kernel modesetting enabled.
> > > [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
> > > radeon :f1:00.0: Using 32-bit DMA via iommu
> > > [drm] register mmio base: 0xE800
> > > [drm] register mmio size: 65536
> > > radeon :f1:00.0: Invalid ROM contents
> > > radeon :f1:00.0: Expecting atombios for R600 GPU
> > > radeon :f1:00.0: Fatal error during GPU init
> > 
> > Looks like there's a problem retrieving the card's ROM contents. Does
> > rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
> > 
> > 
> 
> hi Michel,
> thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
> automatically enabled.
> Can you suggest me a way to disable it?
> Here my kernel config: http://cruxppc.org/~acrux/config-kms

Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
that from .config as well.

If that still doesn't work, please describe how exactly you're trying to
disable VGA_ARB.


-- 
Earthling Michel D?nzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 08:58:28 -0500
Alex Deucher  wrote:

_omissis__
> >
> > hi Michel,
> > thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
> > automatically enabled.
> > Can you suggest me a way to disable it?
> > Here my kernel config: http://cruxppc.org/~acrux/config-kms
> >
> 
> Also make sure you enable PCI quirks.
> 

as you can read from my config it was already enabled (btw, it's automatically 
enabled too)


--nico
-- 
acrux 


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 10:34:03 +0100
Michel D?nzer  wrote:

> On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
> > hi all,
> > i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
> > V5600 on my YDL Powerstation and i'm obliged to use the old
> > OpenFirmware fb. 
> > 
> > That's from my dmesg [1]:
> > 
> > [...]
> > vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
> > vgaarb: loaded
> > vgaarb: bridge control possible :f1:00.0
> > [...]
> > [drm] Initialized drm 1.1.0 20060810
> > [drm] radeon defaulting to kernel modesetting.
> > [drm] radeon kernel modesetting enabled.
> > [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
> > radeon :f1:00.0: Using 32-bit DMA via iommu
> > [drm] register mmio base: 0xE800
> > [drm] register mmio size: 65536
> > radeon :f1:00.0: Invalid ROM contents
> > radeon :f1:00.0: Expecting atombios for R600 GPU
> > radeon :f1:00.0: Fatal error during GPU init
> 
> Looks like there's a problem retrieving the card's ROM contents. Does
> rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
> 
> 

hi Michel,
thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
automatically enabled.
Can you suggest me a way to disable it?
Here my kernel config: http://cruxppc.org/~acrux/config-kms

best,
--nico
-- 
acrux 


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Michel Dänzer
On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
> hi all,
> i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
> V5600 on my YDL Powerstation and i'm obliged to use the old
> OpenFirmware fb. 
> 
> That's from my dmesg [1]:
> 
> [...]
> vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
> vgaarb: loaded
> vgaarb: bridge control possible :f1:00.0
> [...]
> [drm] Initialized drm 1.1.0 20060810
> [drm] radeon defaulting to kernel modesetting.
> [drm] radeon kernel modesetting enabled.
> [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
> radeon :f1:00.0: Using 32-bit DMA via iommu
> [drm] register mmio base: 0xE800
> [drm] register mmio size: 65536
> radeon :f1:00.0: Invalid ROM contents
> radeon :f1:00.0: Expecting atombios for R600 GPU
> radeon :f1:00.0: Fatal error during GPU init

Looks like there's a problem retrieving the card's ROM contents. Does
rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?


-- 
Earthling Michel D?nzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Alex Deucher
2012/1/30 acrux :
> On Mon, 30 Jan 2012 10:34:03 +0100
> Michel D?nzer  wrote:
>
>> On Son, 2012-01-29 at 23:27 +0100, acrux wrote:
>> > hi all,
>> > i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
>> > V5600 on my YDL Powerstation and i'm obliged to use the old
>> > OpenFirmware fb.
>> >
>> > That's from my dmesg [1]:
>> >
>> > [...]
>> > vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
>> > vgaarb: loaded
>> > vgaarb: bridge control possible :f1:00.0
>> > [...]
>> > [drm] Initialized drm 1.1.0 20060810
>> > [drm] radeon defaulting to kernel modesetting.
>> > [drm] radeon kernel modesetting enabled.
>> > [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
>> > radeon :f1:00.0: Using 32-bit DMA via iommu
>> > [drm] register mmio base: 0xE800
>> > [drm] register mmio size: 65536
>> > radeon :f1:00.0: Invalid ROM contents
>> > radeon :f1:00.0: Expecting atombios for R600 GPU
>> > radeon :f1:00.0: Fatal error during GPU init
>>
>> Looks like there's a problem retrieving the card's ROM contents. Does
>> rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
>>
>>
>
> hi Michel,
> thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
> automatically enabled.
> Can you suggest me a way to disable it?
> Here my kernel config: http://cruxppc.org/~acrux/config-kms
>

Also make sure you enable PCI quirks.

Alex

> best,
> --nico
> --
> acrux 
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Michel Dänzer
On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
 hi all,
 i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
 V5600 on my YDL Powerstation and i'm obliged to use the old
 OpenFirmware fb. 
 
 That's from my dmesg [1]:
 
 [...]
 vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
 vgaarb: loaded
 vgaarb: bridge control possible :f1:00.0
 [...]
 [drm] Initialized drm 1.1.0 20060810
 [drm] radeon defaulting to kernel modesetting.
 [drm] radeon kernel modesetting enabled.
 [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
 radeon :f1:00.0: Using 32-bit DMA via iommu
 [drm] register mmio base: 0xE800
 [drm] register mmio size: 65536
 radeon :f1:00.0: Invalid ROM contents
 radeon :f1:00.0: Expecting atombios for R600 GPU
 radeon :f1:00.0: Fatal error during GPU init

Looks like there's a problem retrieving the card's ROM contents. Does
rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 10:34:03 +0100
Michel Dänzer mic...@daenzer.net wrote:

 On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
  hi all,
  i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
  V5600 on my YDL Powerstation and i'm obliged to use the old
  OpenFirmware fb. 
  
  That's from my dmesg [1]:
  
  [...]
  vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
  vgaarb: loaded
  vgaarb: bridge control possible :f1:00.0
  [...]
  [drm] Initialized drm 1.1.0 20060810
  [drm] radeon defaulting to kernel modesetting.
  [drm] radeon kernel modesetting enabled.
  [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
  radeon :f1:00.0: Using 32-bit DMA via iommu
  [drm] register mmio base: 0xE800
  [drm] register mmio size: 65536
  radeon :f1:00.0: Invalid ROM contents
  radeon :f1:00.0: Expecting atombios for R600 GPU
  radeon :f1:00.0: Fatal error during GPU init
 
 Looks like there's a problem retrieving the card's ROM contents. Does
 rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
 
 

hi Michel,
thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
automatically enabled.
Can you suggest me a way to disable it?
Here my kernel config: http://cruxppc.org/~acrux/config-kms

best,
--nico
-- 
acrux acrux...@libero.it
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Alex Deucher
2012/1/30 acrux acrux...@libero.it:
 On Mon, 30 Jan 2012 10:34:03 +0100
 Michel Dänzer mic...@daenzer.net wrote:

 On Son, 2012-01-29 at 23:27 +0100, acrux wrote:
  hi all,
  i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
  V5600 on my YDL Powerstation and i'm obliged to use the old
  OpenFirmware fb.
 
  That's from my dmesg [1]:
 
  [...]
  vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
  vgaarb: loaded
  vgaarb: bridge control possible :f1:00.0
  [...]
  [drm] Initialized drm 1.1.0 20060810
  [drm] radeon defaulting to kernel modesetting.
  [drm] radeon kernel modesetting enabled.
  [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
  radeon :f1:00.0: Using 32-bit DMA via iommu
  [drm] register mmio base: 0xE800
  [drm] register mmio size: 65536
  radeon :f1:00.0: Invalid ROM contents
  radeon :f1:00.0: Expecting atombios for R600 GPU
  radeon :f1:00.0: Fatal error during GPU init

 Looks like there's a problem retrieving the card's ROM contents. Does
 rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?



 hi Michel,
 thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
 automatically enabled.
 Can you suggest me a way to disable it?
 Here my kernel config: http://cruxppc.org/~acrux/config-kms


Also make sure you enable PCI quirks.

Alex

 best,
 --nico
 --
 acrux acrux...@libero.it
 ___
 dri-devel mailing list
 dri-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 08:58:28 -0500
Alex Deucher alexdeuc...@gmail.com wrote:

_omissis__
 
  hi Michel,
  thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
  automatically enabled.
  Can you suggest me a way to disable it?
  Here my kernel config: http://cruxppc.org/~acrux/config-kms
 
 
 Also make sure you enable PCI quirks.
 

as you can read from my config it was already enabled (btw, it's automatically 
enabled too)


--nico
-- 
acrux acrux...@libero.it
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Michel Dänzer
On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
 On Mon, 30 Jan 2012 10:34:03 +0100
 Michel Dänzer mic...@daenzer.net wrote:
  On Son, 2012-01-29 at 23:27 +0100, acrux wrote: 
   hi all,
   i'm unable to have a working Radeon KMS framebuffer with an ATI FireGL
   V5600 on my YDL Powerstation and i'm obliged to use the old
   OpenFirmware fb. 
   
   That's from my dmesg [1]:
   
   [...]
   vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
   vgaarb: loaded
   vgaarb: bridge control possible :f1:00.0
   [...]
   [drm] Initialized drm 1.1.0 20060810
   [drm] radeon defaulting to kernel modesetting.
   [drm] radeon kernel modesetting enabled.
   [drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
   radeon :f1:00.0: Using 32-bit DMA via iommu
   [drm] register mmio base: 0xE800
   [drm] register mmio size: 65536
   radeon :f1:00.0: Invalid ROM contents
   radeon :f1:00.0: Expecting atombios for R600 GPU
   radeon :f1:00.0: Fatal error during GPU init
  
  Looks like there's a problem retrieving the card's ROM contents. Does
  rebuilding the kernel with CONFIG_VGA_ARB disabled make a difference?
  
  
 
 hi Michel,
 thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
 automatically enabled.
 Can you suggest me a way to disable it?
 Here my kernel config: http://cruxppc.org/~acrux/config-kms

Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
that from .config as well.

If that still doesn't work, please describe how exactly you're trying to
disable VGA_ARB.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread Andreas Schwab
Michel Dänzer mic...@daenzer.net writes:

 On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
 hi Michel,
 thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
 automatically enabled.
 Can you suggest me a way to disable it?
 Here my kernel config: http://cruxppc.org/~acrux/config-kms

 Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
 that from .config as well.

 If that still doesn't work, please describe how exactly you're trying to
 disable VGA_ARB.

You need to enable CONFIG_EXPERT to be able to toggle VGA_ARB.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-30 Thread acrux
On Mon, 30 Jan 2012 16:10:03 +0100
Andreas Schwab sch...@linux-m68k.org wrote:

 Michel Dänzer mic...@daenzer.net writes:
 
  On Mon, 2012-01-30 at 14:03 +0100, acrux wrote: 
  hi Michel,
  thanks for your help but i'm unable to disable VGA_ARB 'cause it's 
  automatically enabled.
  Can you suggest me a way to disable it?
  Here my kernel config: http://cruxppc.org/~acrux/config-kms
 
  Might be due to VGA_ARB_MAX_GPUS, which depends on VGA_ARB. Try removing
  that from .config as well.
 
  If that still doesn't work, please describe how exactly you're trying to
  disable VGA_ARB.
 
 You need to enable CONFIG_EXPERT to be able to toggle VGA_ARB.
 
 Andreas.
 

oh, shame on me! That was the trick. Thank you Andreas.

--nico
-- 
acrux acrux...@libero.it
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-29 Thread acrux
hi all,
i'm unable to have a working Radeon KMS framebuffer with an  ATI FireGL V5600 
on my YDL Powerstation and i'm obliged to use the old OpenFirmware  fb.

That's from my dmesg [1]:

[...]
vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
vgaarb: bridge control possible :f1:00.0
[...]
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
radeon :f1:00.0: Using 32-bit DMA via iommu
[drm] register mmio base: 0xE800
[drm] register mmio size: 65536
radeon :f1:00.0: Invalid ROM contents
radeon :f1:00.0: Expecting atombios for R600 GPU
radeon :f1:00.0: Fatal error during GPU init
[drm] radeon: finishing device.
[TTM] Memory type 2 has not been initialized.
radeon: probe of :f1:00.0 failed with error -22


This is about the video card:
root at radio:~# lspci
:f0:0b.0 PCI bridge: Apple Computer Inc. CPC945 PCIe Bridge
:f1:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
RV630GL [FireGL v5600]
0001:00:01.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev b0)
0001:00:02.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev b0)
0001:00:03.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:04.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:05.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:06.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:07.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
0001:00:08.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
0001:00:08.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
0001:01:01.0 RAID bus controller: IBM Obsidian chipset SCSI controller (rev 01)
0001:02:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5780 
Gigabit Ethernet (rev 10)
0001:02:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5780 
Gigabit Ethernet (rev 10)
0001:07:00.0 USB controller: Advanced Micro Devices [AMD] AMD-8111 USB OHCI 
(rev 0b)
0001:07:00.1 USB controller: Advanced Micro Devices [AMD] AMD-8111 USB OHCI 
(rev 0b)
0001:07:02.0 Serial controller: Exar Corp. XR17C/D152 Dual PCI UART (rev 02)

root at radio:~# lspci  -nn|grep VGA
:f1:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee 
ATI RV630GL [FireGL v5600] [1002:958c]

:f1:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
RV630GL [FireGL v5600] (prog-if 00 [VGA controller])
Subsystem: Advanced Micro Devices [AMD] nee ATI Device 0b02
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel modules: radeon


thanks for your help,
--nico




[1] http://cruxppc.org/~acrux/dmesg-kms
-- 
acrux 


failure on linux-3.2 and radeon kms with a FireGL V5600 on PPC64

2012-01-29 Thread acrux
hi all,
i'm unable to have a working Radeon KMS framebuffer with an  ATI FireGL V5600 
on my YDL Powerstation and i'm obliged to use the old OpenFirmware  fb.

That's from my dmesg [1]:

[...]
vgaarb: device added: PCI::f1:00.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
vgaarb: bridge control possible :f1:00.0
[...]
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
[drm] initializing kernel modesetting (RV630 0x1002:0x958C 0x1002:0x0B02).
radeon :f1:00.0: Using 32-bit DMA via iommu
[drm] register mmio base: 0xE800
[drm] register mmio size: 65536
radeon :f1:00.0: Invalid ROM contents
radeon :f1:00.0: Expecting atombios for R600 GPU
radeon :f1:00.0: Fatal error during GPU init
[drm] radeon: finishing device.
[TTM] Memory type 2 has not been initialized.
radeon: probe of :f1:00.0 failed with error -22


This is about the video card:
root@radio:~# lspci
:f0:0b.0 PCI bridge: Apple Computer Inc. CPC945 PCIe Bridge
:f1:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
RV630GL [FireGL v5600]
0001:00:01.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev b0)
0001:00:02.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-X bridge (rev b0)
0001:00:03.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:04.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:05.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:06.0 PCI bridge: Broadcom BCM5780 [HT2000] PCI-Express Bridge (rev b0)
0001:00:07.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
0001:00:08.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
0001:00:08.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
0001:01:01.0 RAID bus controller: IBM Obsidian chipset SCSI controller (rev 01)
0001:02:04.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5780 
Gigabit Ethernet (rev 10)
0001:02:04.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5780 
Gigabit Ethernet (rev 10)
0001:07:00.0 USB controller: Advanced Micro Devices [AMD] AMD-8111 USB OHCI 
(rev 0b)
0001:07:00.1 USB controller: Advanced Micro Devices [AMD] AMD-8111 USB OHCI 
(rev 0b)
0001:07:02.0 Serial controller: Exar Corp. XR17C/D152 Dual PCI UART (rev 02)

root@radio:~# lspci  -nn|grep VGA
:f1:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee 
ATI RV630GL [FireGL v5600] [1002:958c]

:f1:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
RV630GL [FireGL v5600] (prog-if 00 [VGA controller])
Subsystem: Advanced Micro Devices [AMD] nee ATI Device 0b02
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at c000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at e800 (64-bit, non-prefetchable) [size=64K]
Region 4: I/O ports at 1000 [size=256]
Expansion ROM at e802 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 4us, L1 
unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency 
L0 64ns, L1 1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address:   Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 ?
Kernel modules: radeon


thanks for your help,
--nico




[1] http://cruxppc.org/~acrux/dmesg-kms
-- 
acrux acrux...@libero.it
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel