Re: Curious experiences with a Radeon on the fritz

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 21, 2011 at 8:52 PM, Michael Witten wrote:
> Because my hardware does appear to be malfunctioning due to a corrupt
> video BIOS, it seems prudent to salvage as much as possible from
> its output, so that it is possible to figure out which other values
> need to be hardcoded in case of further corruption.
>
> To do this, I did 2 things:
>
>  * Export the video BIOS data via debugfs, so that it can be
>    easily backed up in secondary storage.
>
>  * Hack the existing Radeon driver code to log information
>    about which values are being read from the video BIOS
>    data and from which offsets these values are being read.
>
> I first wrote the following patch to export the video BIOS via debugfs
> (I wrote a little more than necessary; it should be generally applicable):

Is there any reason to use your debugfs patch instead of reading the
BIOS the "classic" way?

(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom

Regards,
Tormod
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux