Mailinglist Archive: radeonhd (148 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 1 commit(s)
  • From: eich@xxxxxxxxxxxxxxxxxxxxxx (Egbert Eich)
  • Date: Wed, 3 Dec 2008 04:50:44 -0800 (PST)
  • Message-id: <20081203125044.735E510096@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

Commit against master at ed532a70...:
commit ae56abc1f6fb8a4f7eaef50d045f0932d47c446d
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Wed Dec 3 13:50:29 2008 +0100

RandR: Improve heuristics to determine of an output is connected.

On a multi output connector DDC and HPD are per connector - not per
output.
Thus they don't allow to destinguish which of the outputs is connected.
If the output provides a sense function it can be used to determine the
connection state. If it doesn't - but the other output(s) on the same
connector do, they can be probed applying the inverse logic: if another
output is connected, this one most likely isn't.

Code for this existed already for outputs which provide HPD. We now
also use it for outputs which don't.

diffstat:
src/rhd_randr.c | 53 +++++++++++++++++++++++++++++++++++-----------------
1 file changed, 36 insertions(+), 17 deletions(-)

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


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

< Previous Next >