Mailinglist Archive: radeonhd (307 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 1 commit(s)
  • From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
  • Date: Wed, 18 Feb 2009 17:24:42 -0800 (PST)
  • Message-id: <20090219012442.36B7110096@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 r6xx-r7xx-support at d2785466...:
commit b91b2597b992e661e4b5a00b4ca522a3e6993609
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Wed Feb 18 20:23:55 2009 -0500

R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer space

As noted by mhopf, if VGT_MAX/MIN_INDX, etc. regs change, you need to
re-emit
CB blocks to avoid a hang. So, just set the VGT_MAX_INDX to a reasonably
large value
in the default state and don't touch them when drawing. When we run out of
VB space,
just draw the current buffer, grab a new one, and continue.

diffstat:
src/r600_exa.c | 68 ++++++-----------
src/r600_textured_videofuncs.c | 142 +++++++++++++++++++------------------
src/r6xx_accel.c | 2
3 files changed, 100 insertions(+), 112 deletions(-)

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


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

< Previous Next >