https://bugs.freedesktop.org/show_bug.cgi?id=75629
--- Comment #14 from Connor Behan <[email protected]> --- (In reply to comment #11) > The current r128 code sets up R128_GPIO_MONID as the register used. See > R128I2cInit(). The question is whether VGA uses R128_GPIO_MONID or > R128_GPIO_MONIDB and whether it uses the same bits for read and write. > Since most R128 boards only had one connector, it's likely they all used the > same ddc configuration. Have you tried the current r128 i2c setup for vga > rather than dvi? The current r128 driver (6.9.2) only uses the i2c bus if info->isDFP is TRUE. I tried removing this check so that it tries DDC on my non-DFP card and this causes a crash. I also tried setting info->DDCReg to R128_GPIO_MONIDB instead of R128_GPIO_MONID and the result is the same. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
