Mailinglist Archive: radeonhd (364 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:master: 5 commit(s)
- From: mhopf@xxxxxxxxxxxxxxxxxxxxxx (Matthias Hopf)
- Date: Thu, 5 Mar 2009 04:52:46 -0800 (PST)
- Message-id: <20090305125246.DD32310096@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
5 commits against master at 9c8ab2df...:
man/radeonhd.man | 6 +-
src/rhd.h | 3 -
src/rhd_atomout.c | 150 +++++++++++++++++++++++++++++++++---------------------
src/rhd_audio.c | 2
src/rhd_dig.c | 90 +++++++++++++-------------------
src/rhd_driver.c | 4 -
src/rhd_helper.c | 30 ++++++++--
src/rhd_lvtma.c | 65 ++++++++++++-----------
src/rhd_output.c | 56 ++++++++++++++++++++
src/rhd_output.h | 4 +
src/rhd_randr.c | 71 ++++++++++++++++++++-----
src/rhd_tmds.c | 55 +++++++++----------
12 files changed, 338 insertions(+), 198 deletions(-)
commit 70c6b680118097cddf72c0c82eabf7dc7e438f2f
Author: RafaÅ MiÅecki <zajec5@xxxxxxxxx>
Date: Wed Mar 4 20:43:40 2009 +0100
Fixes to the radeonhd manpage
Signed-off-by: Christian König <deathsimple@xxxxxxxxxxx>
diffstat:
man/radeonhd.man | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit ad21c9ccc56bfb0957e59eaad152f1c2fcdde73a
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Thu Dec 25 15:24:10 2008 +0100
Remove no interlaced modes limitation from TMDS outputs.
This patch removes the limitation of displaying no interlaced modes from
the TMDS outputs. Since interlaced modes are just a matter of CRTC
programming this makes them work out of the box.
diffstat:
src/rhd_atomout.c | 3 ---
src/rhd_dig.c | 3 ---
src/rhd_lvtma.c | 3 ---
src/rhd_tmds.c | 3 ---
4 files changed, 12 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 742a4b4e0e68e88bf91c28237675877831f605b0
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:15:14 2008 +0100
Randr HDMI property
Adds an HDMI property to randr and while we are at it rework the
property handling a bit. Also adds an RHDOutputAttachConnector function
which is called every time an output <-> connection relation is changed.
diffstat:
src/rhd.h | 3 -
src/rhd_atomout.c | 147 +++++++++++++++++++++++++++++++-------------------
src/rhd_dig.c | 87 ++++++++++++-----------------
src/rhd_driver.c | 4 -
src/rhd_lvtma.c | 62 +++++++++++----------
src/rhd_output.c | 56 +++++++++++++++++++
src/rhd_output.h | 4 +
src/rhd_randr.c | 71 +++++++++++++++++++-----
src/rhd_tmds.c | 52 ++++++++---------
9 files changed, 310 insertions(+), 176 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 2013be5c86b11fd05cce25814213f9a2bf0bd704
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:05:27 2008 +0100
Cleanup and include true/false as match in RhdParseBooleanOption
Further improve RhdParseBooleanOption to include true/false as match,
since people seems to be used to it because of the behaviour of Boolean
options.
diffstat:
src/rhd_helper.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 54600950219ddb83b73c4ac17546093c36402e36
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:03:22 2008 +0100
Update RHDAudioInit to include RS600, RS690 and RS740
RHDAudioInit decides from the chipset type if there is an audio engine.
This commit changes this test to include more chipsets. It should be
removed entirely when i figure out how to get this information from
atombios.
diffstat:
src/rhd_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
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
5 commits against master at 9c8ab2df...:
man/radeonhd.man | 6 +-
src/rhd.h | 3 -
src/rhd_atomout.c | 150 +++++++++++++++++++++++++++++++++---------------------
src/rhd_audio.c | 2
src/rhd_dig.c | 90 +++++++++++++-------------------
src/rhd_driver.c | 4 -
src/rhd_helper.c | 30 ++++++++--
src/rhd_lvtma.c | 65 ++++++++++++-----------
src/rhd_output.c | 56 ++++++++++++++++++++
src/rhd_output.h | 4 +
src/rhd_randr.c | 71 ++++++++++++++++++++-----
src/rhd_tmds.c | 55 +++++++++----------
12 files changed, 338 insertions(+), 198 deletions(-)
commit 70c6b680118097cddf72c0c82eabf7dc7e438f2f
Author: RafaÅ MiÅecki <zajec5@xxxxxxxxx>
Date: Wed Mar 4 20:43:40 2009 +0100
Fixes to the radeonhd manpage
Signed-off-by: Christian König <deathsimple@xxxxxxxxxxx>
diffstat:
man/radeonhd.man | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit ad21c9ccc56bfb0957e59eaad152f1c2fcdde73a
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Thu Dec 25 15:24:10 2008 +0100
Remove no interlaced modes limitation from TMDS outputs.
This patch removes the limitation of displaying no interlaced modes from
the TMDS outputs. Since interlaced modes are just a matter of CRTC
programming this makes them work out of the box.
diffstat:
src/rhd_atomout.c | 3 ---
src/rhd_dig.c | 3 ---
src/rhd_lvtma.c | 3 ---
src/rhd_tmds.c | 3 ---
4 files changed, 12 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 742a4b4e0e68e88bf91c28237675877831f605b0
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:15:14 2008 +0100
Randr HDMI property
Adds an HDMI property to randr and while we are at it rework the
property handling a bit. Also adds an RHDOutputAttachConnector function
which is called every time an output <-> connection relation is changed.
diffstat:
src/rhd.h | 3 -
src/rhd_atomout.c | 147 +++++++++++++++++++++++++++++++-------------------
src/rhd_dig.c | 87 ++++++++++++-----------------
src/rhd_driver.c | 4 -
src/rhd_lvtma.c | 62 +++++++++++----------
src/rhd_output.c | 56 +++++++++++++++++++
src/rhd_output.h | 4 +
src/rhd_randr.c | 71 +++++++++++++++++++-----
src/rhd_tmds.c | 52 ++++++++---------
9 files changed, 310 insertions(+), 176 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 2013be5c86b11fd05cce25814213f9a2bf0bd704
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:05:27 2008 +0100
Cleanup and include true/false as match in RhdParseBooleanOption
Further improve RhdParseBooleanOption to include true/false as match,
since people seems to be used to it because of the behaviour of Boolean
options.
diffstat:
src/rhd_helper.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
commit 54600950219ddb83b73c4ac17546093c36402e36
Author: Christian Koenig <deathsimple@xxxxxxxxxxx>
Date: Sat Dec 20 23:03:22 2008 +0100
Update RHDAudioInit to include RS600, RS690 and RS740
RHDAudioInit decides from the chipset type if there is an audio engine.
This commit changes this test to include more chipsets. It should be
removed entirely when i figure out how to get this information from
atombios.
diffstat:
src/rhd_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=70c6b680
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |