Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:atombios_support: 2 commit(s)
- From: eich@xxxxxxxxxxxxxxxxxxxxxx (Egbert Eich)
- Date: Fri, 18 Jul 2008 14:54:34 -0700 (PDT)
- Message-id: <20080718215434.9455310096@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
2 commits against atombios_support at 318371da...:
src/rhd.h | 21 +++++-----
src/rhd_atomout.c | 16 +++----
src/rhd_biosscratch.c | 4 +
src/rhd_crtc.c | 2
src/rhd_driver.c | 55 +++++++++++---------------
src/rhd_mc.c | 105 +++++++++-----------------------------------------
src/rhd_randr.c | 10 ++++
src/rhd_vga.c | 4 -
8 files changed, 81 insertions(+), 136 deletions(-)
commit 21764225ce9ec90cefa8ba8c7642e2c9e777a796
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Fri Jul 18 12:12:33 2008 +0200
MC: Make sure MC engine is all idle before setting up the MC.
In the RandR case we accidentally missed to shut down the CRTCs
before calling SetupMC().
Use ASSERTS to make sure the code doesn't get broken accidentally.
diffstat:
src/rhd.h | 21 +++++-----
src/rhd_crtc.c | 2
src/rhd_driver.c | 55 ++++++++++++--------------
src/rhd_mc.c | 105 +++++++++------------------------------------------
src/rhd_randr.c | 10 ++++
src/rhd_vga.c | 4 -
6 files changed, 69 insertions(+), 128 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=21764225
commit 537700cba0ae794705c1eca55d33b721e94f708d
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Fri Jul 18 11:23:50 2008 +0200
AtomBIOS/Output: Fix backlight control handling for panels.
AtomBIOS controlled panel backlight brightness control should work with this
patch, now - where supported by AtomBIOS. There seem to be a lot of laptops
where this is not the case. I'm not sure how to detect this without looking
at the AtomBIOS code. Could BIOS scratch register 2 bit 8-16 == 0 be an
indication?
diffstat:
src/rhd_atomout.c | 16 ++++++++--------
src/rhd_biosscratch.c | 4 ++++
2 files changed, 12 insertions(+), 8 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=21764225
--
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
2 commits against atombios_support at 318371da...:
src/rhd.h | 21 +++++-----
src/rhd_atomout.c | 16 +++----
src/rhd_biosscratch.c | 4 +
src/rhd_crtc.c | 2
src/rhd_driver.c | 55 +++++++++++---------------
src/rhd_mc.c | 105 +++++++++-----------------------------------------
src/rhd_randr.c | 10 ++++
src/rhd_vga.c | 4 -
8 files changed, 81 insertions(+), 136 deletions(-)
commit 21764225ce9ec90cefa8ba8c7642e2c9e777a796
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Fri Jul 18 12:12:33 2008 +0200
MC: Make sure MC engine is all idle before setting up the MC.
In the RandR case we accidentally missed to shut down the CRTCs
before calling SetupMC().
Use ASSERTS to make sure the code doesn't get broken accidentally.
diffstat:
src/rhd.h | 21 +++++-----
src/rhd_crtc.c | 2
src/rhd_driver.c | 55 ++++++++++++--------------
src/rhd_mc.c | 105 +++++++++------------------------------------------
src/rhd_randr.c | 10 ++++
src/rhd_vga.c | 4 -
6 files changed, 69 insertions(+), 128 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=21764225
commit 537700cba0ae794705c1eca55d33b721e94f708d
Author: Egbert Eich <eich@xxxxxxxxxxxxxxx>
Date: Fri Jul 18 11:23:50 2008 +0200
AtomBIOS/Output: Fix backlight control handling for panels.
AtomBIOS controlled panel backlight brightness control should work with this
patch, now - where supported by AtomBIOS. There seem to be a lot of laptops
where this is not the case. I'm not sure how to detect this without looking
at the AtomBIOS code. Could BIOS scratch register 2 bit 8-16 == 0 be an
indication?
diffstat:
src/rhd_atomout.c | 16 ++++++++--------
src/rhd_biosscratch.c | 4 ++++
2 files changed, 12 insertions(+), 8 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=21764225
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |