Mailinglist Archive: radeonhd (408 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 4 commit(s)
  • From: mhopf@xxxxxxxxxxxxxxxxxxxxxx (Matthias Hopf)
  • Date: Wed, 3 Jun 2009 10:04:33 -0700 (PDT)
  • Message-id: <20090603170433.1C6DB10051@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

4 commits against master at 08acc05a...:
src/rhd_pm.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++-------------
src/rhd_pm.h | 6 ++--
2 files changed, 74 insertions(+), 20 deletions(-)


commit 23653f8d3abe08da04feb7024d643071f09592aa
Author: Rafał Miłecki <zajec5@xxxxxxxxx>
Date: Fri May 22 11:39:01 2009 +0200

PM: add memory downclocking. Commented out for now.

Currently we don't call RHDPmSetClock directly after rhdAllIdle(...) which
may be needed. It works on my M82 but we need more testing.

diffstat:
src/rhd_pm.c | 35 ++++++++++++++++++++++++++++++++++-
src/rhd_pm.h | 2 ++
2 files changed, 36 insertions(+), 1 deletion(-)

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


commit ebabbe7220cae9aa281b097ad826badeb37a5e83
Author: Rafał Miłecki <zajec5@xxxxxxxxx>
Date: Fri May 22 11:24:12 2009 +0200

PM: get rid of EnableForced field

We can use ForcedEngineClock to determine if we should change engine clock.
It's set to 0 on init and some bigger value if we decide to downclock. It's
unnecessary and would be pain in future to keep fields like ForceEngine,
ForceMemory, ForceLanes, etc.

diffstat:
src/rhd_pm.c | 13 ++++++-------
src/rhd_pm.h | 3 +--
2 files changed, 7 insertions(+), 9 deletions(-)

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


commit d84490c8ce93f51815cd81c3a8624eecf9cf396a
Author: Rafał Miłecki <zajec5@xxxxxxxxx>
Date: Fri May 22 11:10:24 2009 +0200

PM: add RHDGetDefaultMemoryClock

diffstat:
src/rhd_pm.c | 12 ++++++++++++
src/rhd_pm.h | 1 +
2 files changed, 13 insertions(+)

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


commit b452d15fcf14401f88ef36bfa8eaa1fede1f15ab
Author: Rafał Miłecki <zajec5@xxxxxxxxx>
Date: Fri May 22 10:48:12 2009 +0200

PM: fix broken engine clock setting logic

Block of code detecting RHDGetDefaultEngineClock failure was placed in wrong
place. Additionaly Pm->Stored wasn't set to FALSE on init.

diffstat:
src/rhd_pm.c | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)

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


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

< Previous Next >