Mailinglist Archive: radeonhd (265 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:r6xx-r7xx-support: 2 commit(s)
- From: agd5f@xxxxxxxxxxxxxxxxxxxxxx (Alex Deucher)
- Date: Thu, 29 Jan 2009 10:52:59 -0800 (PST)
- Message-id: <20090129185259.C876210096@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 r6xx-r7xx-support at e0335a6a...:
src/r600_exa.c | 6 +++---
src/r600_state.h | 2 ++
src/r600_textured_videofuncs.c | 2 +-
src/r6xx_accel.c | 13 ++++++++-----
4 files changed, 14 insertions(+), 9 deletions(-)
commit 61fd95c10e34eb7a9b8491a93f359ede08c189c0
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Thu Jan 29 13:50:42 2009 -0500
R6xx/R7xx: move some VGT setup to drm
This fixes accel on rs780/rv610/rv620, etc.
VGT_OUT_DEALLOC_CNTL and VGT_VERTEX_REUSE_BLOCK_CNTL
are set up based on the backend config so set them up
in the drm and forget them.
YOU MUST UPDATE YOUR DRM!
diffstat:
src/r6xx_accel.c | 5 -----
1 file changed, 5 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=61fd95c1
commit b25f279c27643046843eb11519a4876252f5939b
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Thu Jan 29 13:06:41 2009 -0500
Discard command buffers when nothing is drawn
This fixes hangs on r7xx.
Changing the same SQ constant (ALU, VTX/TEX, etc.)
more than once between draw calls can result in a hang.
diffstat:
src/r600_exa.c | 6 +++---
src/r600_state.h | 2 ++
src/r600_textured_videofuncs.c | 2 +-
src/r6xx_accel.c | 8 ++++++++
4 files changed, 14 insertions(+), 4 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=61fd95c1
--
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
2 commits against r6xx-r7xx-support at e0335a6a...:
src/r600_exa.c | 6 +++---
src/r600_state.h | 2 ++
src/r600_textured_videofuncs.c | 2 +-
src/r6xx_accel.c | 13 ++++++++-----
4 files changed, 14 insertions(+), 9 deletions(-)
commit 61fd95c10e34eb7a9b8491a93f359ede08c189c0
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Thu Jan 29 13:50:42 2009 -0500
R6xx/R7xx: move some VGT setup to drm
This fixes accel on rs780/rv610/rv620, etc.
VGT_OUT_DEALLOC_CNTL and VGT_VERTEX_REUSE_BLOCK_CNTL
are set up based on the backend config so set them up
in the drm and forget them.
YOU MUST UPDATE YOUR DRM!
diffstat:
src/r6xx_accel.c | 5 -----
1 file changed, 5 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=61fd95c1
commit b25f279c27643046843eb11519a4876252f5939b
Author: Alex Deucher <alexdeucher@xxxxxxxxx>
Date: Thu Jan 29 13:06:41 2009 -0500
Discard command buffers when nothing is drawn
This fixes hangs on r7xx.
Changing the same SQ constant (ALU, VTX/TEX, etc.)
more than once between draw calls can result in a hang.
diffstat:
src/r600_exa.c | 6 +++---
src/r600_state.h | 2 ++
src/r600_textured_videofuncs.c | 2 +-
src/r6xx_accel.c | 8 ++++++++
4 files changed, 14 insertions(+), 4 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=61fd95c1
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |