Mailinglist Archive: radeonhd (436 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:atombios_support: 9 commit(s)
  • From: eich@xxxxxxxxxxxxxxxxxxxxxx (Egbert Eich)
  • Date: Sat, 12 Jul 2008 08:30:55 -0700 (PDT)
  • Message-id: <20080712153055.9338B10096@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

9 commits against atombios_support at 02596d85...:
src/rhd_atombios.c | 53 +
src/rhd_atombios.h | 6
src/rhd_atomcrtc.c | 198 ++++---
src/rhd_atomout.c | 13
src/rhd_biosscratch.c | 2
src/rhd_crtc.c | 1180 ++++++++++++++++++++++--------------------
src/rhd_crtc.h | 16
src/rhd_dig.c | 18
src/rhd_i2c.c | 168 ++++-
src/rhd_mc.c | 14
utils/conntest/rhd_conntest.c | 102 ++-
11 files changed, 1046 insertions(+), 724 deletions(-)


commit c624d2f440b1fe1365c3bd9dd019bf810e8b5e61
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 17:11:42 2008 +0200

Foo.

diffstat:
src/rhd_mc.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

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


commit 753caa4d4531d24758dbcebab7962baacb62dce4
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 10:54:54 2008 +0200

conntest: Add support for RV770 to rhd_conntest.

The DDC line - PAD mappings have been reworked to be more generic.

diffstat:
utils/conntest/rhd_conntest.c | 102 ++++++++++++++++++++++++++++----------
1 file changed, 77 insertions(+), 25 deletions(-)

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


commit 3bf3f421c9fa8376e98b69556a4c4371353faf04
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 10:53:06 2008 +0200

I2C: Add DDC read out support for DDC3/4.

diffstat:
src/rhd_i2c.c | 77 +++++++++++++++++++++---------------------------------
1 file changed, 30 insertions(+), 47 deletions(-)

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


commit e98e6bda728973e5972daa264317236f0795c435
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 16:42:16 2008 +0200

AtomBIOS/CRTC: get rid of type casts.

diffstat:
src/rhd_atomcrtc.c | 10 +++++-----
src/rhd_crtc.c | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 17 deletions(-)

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


commit 6578b801c733f6195307d2b03f82f78958fb044d
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Thu Jul 10 10:53:43 2008 +0200

AtomBIOS/Output: Add support for ENCODER_CONFIG_LINK_AB/BA to rhd_atomout.c.

diffstat:
src/rhd_atomout.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

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


commit 20c58e4bec9cececf1756a1db64a33720d4fc9c6
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Thu Jul 10 10:52:24 2008 +0200

DIG: Add support for ATOM_TRANSMITTER_CONFIG_LINKA_B/B_A.

These flags are not used yet by AtomBIOS (ie. they map to
ATOM_TRANSMITTER_CONFIG_LINKA/ATOM_TRANSMITTER_CONFIG_LINKB).

diffstat:
src/rhd_atombios.c | 14 ++++++++++++--
src/rhd_atombios.h | 3 ++-
src/rhd_dig.c | 18 +++++++++++++++---
3 files changed, 29 insertions(+), 6 deletions(-)

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


commit 2c437d8235294c7ed7f3fa7a621ea4f057e21f11
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 16:40:39 2008 +0200

I2C: Read SDA/SCL mapping for RV620 and up from AtomBIOS GPIO Info block.

diffstat:
src/rhd_atombios.c | 39 ++++++++++---
src/rhd_atombios.h | 3 +
src/rhd_biosscratch.c | 2
src/rhd_i2c.c | 132 ++++++++++++++++++++++++++++++++++++++++------
4 files changed, 151 insertions(+), 25 deletions(-)

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


commit a68db84ef60280d6b05903bd9c82fcb58d2b0be7
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Sat Jul 12 16:38:12 2008 +0200

I2C: Check for more error conditions when testing the I2C status.

diffstat:
src/rhd_i2c.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

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


commit 71306098b41dde7d2f24108996d28b6673580776
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Wed Jul 9 10:13:22 2008 +0200

CRTC: Cleanup in Crtc code.

This fix makes the Crtc code more consistent: each Crtc subystem now
has its own Private and a destroy function for it.
Also it gets rid of void pointers which allows for better type checking
in the compiler.

diffstat:
src/rhd_atomcrtc.c | 198 ++++----
src/rhd_crtc.c | 1192 +++++++++++++++++++++++++------------------------
src/rhd_crtc.h | 16
3 files changed, 757 insertions(+), 649 deletions(-)

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


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

< Previous Next >
Follow Ups