Mailinglist Archive: radeonhd (427 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 2 commit(s)
  • From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
  • Date: Thu, 14 May 2009 11:34:56 -0700 (PDT)
  • Message-id: <20090514183457.0108D10096@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 master at dd287015...:
src/rhd_cursor.c | 31 +++++++++++++++----------------
src/rhd_cursor.h | 2 --
2 files changed, 15 insertions(+), 18 deletions(-)


commit 23d25fe7ed0ad6d519672439484cb39653785848
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Thu May 14 00:42:04 2009 -0700

Cursor: optimize lockCursor()

It is not necessary to use RHDRegMask() when manipulating D*CUR_UPDATE.
Using RHDRegWrite() instead saves 2 register reads per mouse operation.

Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>

diffstat:
src/rhd_cursor.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

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


commit 08461642370b3315cf3412c3a35bf5f1f2db251a
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Thu May 14 00:30:07 2009 -0700

Cursor: clean-up: eliminate Width and Height from rhdCursor struct

Hardware always expects a 64x64 cursor image, so there is no benefit to
explicitly storing cursor size.

Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>

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

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


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

< Previous Next >