[patch] Add some asserts

Alex Deucher alexdeucher at gmail.com
Sat Dec 26 22:58:30 PST 2009


2009/12/23 Rafael Espíndola <rafael.espindola at gmail.com>:
> 2009/12/23 Alex Deucher <alexdeucher at gmail.com>:
>> 2009/12/23 Rafael Espíndola <rafael.espindola at gmail.com>:
>>>> Unfortunately, the screen is black.
>>>
>>> With the attached patch it works :-)
>>>
>>
>> What version of the driver are you using?  There was an off-by-one in
>> that array that was fixed a while ago.
>
> 6e1f5553c6d7e3b5d089af2e3d587efe95936855
>
> Looks like it happened again. A good argument for adding the asserts :-)

Can you send me a copy of your video bios?  I suspect this is a mac
"quirk" rather than a valid configuration as the last valid connector
is 0x13.  To get a copy of your video bios do the following as root:
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/mac.vbios
echo 0 > rom

Thanks,

Alex


More information about the xorg-driver-ati mailing list