[Xorg] V_BIOS Radeon problem

Jon Smirl jonsmirl at yahoo.com
Thu Aug 5 14:16:55 PDT 2004


Does X have this ATI radeon fix in it? This should be done before
trying to access a ROM on a radeon card. Several of the radeons I own
need this fix.

/* Fix from ATI for problem with Radeon hardware not leaving ROM
enabled */
#define DRIVER_ROMBUG(mmio)                             \
{                                                       \
        unsigned int temp;                              \
        temp = DRM_READ32(mmio, RADEON_MPP_TB_CONFIG);  \
        temp &= 0x00ffffffu;                            \
        temp |= 0x04 << 24;                             \
        DRM_WRITE32(mmio, RADEON_MPP_TB_CONFIG, temp);  \
        temp = DRM_READ32(mmio, RADEON_MPP_TB_CONFIG);  \
}
                                                                       
                           


=====
Jon Smirl
jonsmirl at yahoo.com


		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 



More information about the xorg mailing list