xf86-video-radeonhd:master: 2 commit(s)
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 2 commits against master at caa10014...: src/r5xx_exa.c | 6 ++++++ src/rhd_i2c.c | 33 +++++++++++++++++++-------------- 2 files changed, 25 insertions(+), 14 deletions(-) commit f37d4cb9767a7d7aca66c489578a86fc71a25c00 Author: Egbert Eich <eich@freedesktop.org> Date: Sun Feb 3 23:24:08 2008 +0100 Don't make assumptions about DDC clk line on RS690 when AtomBIOS is not available. Commit c900aa5 hardwired the DDC clock line to DDC2 when AtomBIOS was not available. This is definitely wrong. The 'default' in the switch statement meant as 'fall back to the one remaining possibility' (exactly as handled by AtomBIOS iself), not as the default value. This change hopefully eliminates any confusions. diffstat: src/rhd_i2c.c | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) gitweb url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=... commit dc519eb296e434e6ce31f3f020eb5514c162828e Author: Alex Deucher <alexdeucher@gmail.com> Date: Sun Feb 3 21:05:50 2008 +0100 Need to include string.h in r5xx_exa.c diffstat: src/r5xx_exa.c | 6 ++++++ 1 file changed, 6 insertions(+) gitweb url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=... -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org
participants (1)
-
eich@kemper.freedesktop.org