Mailinglist Archive: radeonhd (290 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 4 commit(s)
  • From: eich@xxxxxxxxxxxxxxxxxxxxxx (Egbert Eich)
  • Date: Mon, 4 Aug 2008 04:43:08 -0700 (PDT)
  • Message-id: <20080804114308.8659910096@xxxxxxxxxxxxxxxxxxxxxx>
Reporting from xf86-video-radeonhd: Radeon HD video driver

Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd

4 commits against master at 05f91165...:
src/rhd_atombios.c | 36 +++++++
src/rhd_atombios.h | 26 +++++
src/rhd_dac.c | 203 ++++++++++++++++++++++++++++++++++++------
src/rhd_driver.c | 2
src/rhd_i2c.c | 49 +++++++---
src/rhd_i2c.h | 7 +
src/rhd_randr.c | 8 +
utils/conntest/rhd_conntest.c | 17 ++-
8 files changed, 295 insertions(+), 53 deletions(-)


commit ae159a1d68157bac0c051fb9488f103a2e390928
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Mon Aug 4 13:40:24 2008 +0200

DAC: Add support for Compassionate Data and other tables.

Many BIOSes provide electrical parameters for the DACs in tables.
If passible make use of these tables.

diffstat:
src/rhd_atombios.c | 36 ++++++++
src/rhd_atombios.h | 26 ++++++
src/rhd_dac.c | 203 ++++++++++++++++++++++++++++++++++++++++++-------
3 files changed, 236 insertions(+), 29 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=ae159a1d


commit 20f3df0900f7a03ef9b56710590a4523fa1c74ed
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Mon Aug 4 13:26:32 2008 +0200

I2C: Improve probing for monitor presence.

The ASUS M2A-VM (RS690) motherboard comes in two variants: with and without
HDMI. The HDMI variant ships with a riser card to be plugged into the PEG
slot. Apart from this riser card both boards seem to be identical.
When no riser card is installed all I2C slaves on the I2C line assigned to
the HDMI connector send an ACK.
Therefore to scheck fro the presence DDC it's not sufficient to look for
the ACK but also to read the first two bytes and check if they belong to a
DDC header.

diffstat:
src/rhd_i2c.c | 49 ++++++++++++++++++++++++++++++++++---------------
src/rhd_i2c.h | 7 ++++++-
src/rhd_randr.c | 8 ++++++--
3 files changed, 46 insertions(+), 18 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=ae159a1d


commit 81764bfd598011c4e2ef3903d940f496e19c2df5
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Aug 2 16:48:54 2008 +0200

Conntest/RS690: Set number of DDC lines to 3, increase timeout loop counter
for I2C, unify I2C probing.

diffstat:
utils/conntest/rhd_conntest.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=ae159a1d


commit f90e3841e1191897d80cad80633fd3ce604ff4b8
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Fri Aug 1 20:38:35 2008 +0200

BIOS: Fix segfault when BIOS image cannot be read.

diffstat:
src/rhd_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=ae159a1d


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >