Mailinglist Archive: radeonhd (333 mails)
| < Previous | Next > |
Re: [radeonhd] Re: [patch] r5xx power management, take 2
- From: "Yang Zhao" <yang@xxxxxxxxxx>
- Date: Fri, 31 Oct 2008 16:51:02 -0700
- Message-id: <40a7b1aa0810311651w29aaa1b9n5da09a3b0659a8be@xxxxxxxxxxxxxx>
2008/10/31 Ian Pilcher <arequipeno@xxxxxxxxx>:
You need to specifically checkout the r5xx_pm branch. The HEAD
reference on that repository is still pointing at master.
git branch -b r5xx_pm master
git pull http://yangman.ca/git/xf86-video-radeonhd.git/ r5xx_pm:r5xx_pm
The above two commands will create a local branch called r5xx_pm, then
pull the diffs from the correct branch from my repository.
--
Yang Zhao
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Yang Zhao wrote:
2008/10/21 Yang Zhao <yangman@xxxxxxxxx>:
You can now pull my r5xx_pm branch directly from
http://yangman.ca/git/xf86-video-radeonhd.git/
What do I have to do to use this? I've tried the following:
...
The resulting driver appears to work, but there's no indication (from
xrandr --prop or the log) that any power management functionality is
enabled.
You need to specifically checkout the r5xx_pm branch. The HEAD
reference on that repository is still pointing at master.
From an existing local git clone of xf86-video-radeonhd, do the following:
git branch -b r5xx_pm master
git pull http://yangman.ca/git/xf86-video-radeonhd.git/ r5xx_pm:r5xx_pm
The above two commands will create a local branch called r5xx_pm, then
pull the diffs from the correct branch from my repository.
--
Yang Zhao
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |