Mailinglist Archive: radeonhd (300 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:master: 1 commit(s)
- From: libv@xxxxxxxxxxxxxxxxxxxxxx (Luc Verhaegen)
- Date: Wed, 28 May 2008 16:18:12 -0700 (PDT)
- Message-id: <20080528231812.8938C10096@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 5568da86...:
commit 5d9a8cb863f5935ea442310864615dfcaf44a971
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Thu May 29 01:16:37 2008 +0200
MC: never reread rhdPtr->FBIntAddress.
The drm never really changes the FB location, just goes around in a circle.
Actually changing the MC view of the FB would be insanity, as everything
we do depends on this internal view. We nominated a value in PreInit, and
then use this consistently.
So:
* remove the code to repetitively get this nominated value.
* stop saving the offsets twice by saving them again in DRIFinishScreenInit.
* tighten up the debug logging surrounding addressing.
diffstat:
src/rhd_dri.c | 7 -------
src/rhd_driver.c | 23 ++++++++++++-----------
src/rhd_mc.c | 47 ++++++++++++++++-------------------------------
src/rhd_mc.h | 1 -
src/rhd_vga.c | 2 +-
5 files changed, 29 insertions(+), 51 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=5d9a8cb8
--
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
Commit against master at 5568da86...:
commit 5d9a8cb863f5935ea442310864615dfcaf44a971
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Thu May 29 01:16:37 2008 +0200
MC: never reread rhdPtr->FBIntAddress.
The drm never really changes the FB location, just goes around in a circle.
Actually changing the MC view of the FB would be insanity, as everything
we do depends on this internal view. We nominated a value in PreInit, and
then use this consistently.
So:
* remove the code to repetitively get this nominated value.
* stop saving the offsets twice by saving them again in DRIFinishScreenInit.
* tighten up the debug logging surrounding addressing.
diffstat:
src/rhd_dri.c | 7 -------
src/rhd_driver.c | 23 ++++++++++++-----------
src/rhd_mc.c | 47 ++++++++++++++++-------------------------------
src/rhd_mc.h | 1 -
src/rhd_vga.c | 2 +-
5 files changed, 29 insertions(+), 51 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=5d9a8cb8
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |