From 211e0041c7fc2df494b77428553943a2b526ee4e Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Sun, 27 Apr 2008 21:08:00 -0400 Subject: IGP: fix EXA composite corruption --- src/radeon_exa_render.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/radeon_exa_render.c') diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index 138216fc..ec3c06df 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -2108,8 +2108,12 @@ static void FUNC_NAME(RadeonDoneComposite)(PixmapPtr pDst) ENTER_DRAW(0); - if (IS_R500_3D) { - /* r500 shows corruption on small things like glyphs without a 3D idle */ + if (IS_R500_3D || ((info->ChipFamily == CHIP_FAMILY_RS400) || + (info->ChipFamily == CHIP_FAMILY_RS690) || + (info->ChipFamily == CHIP_FAMILY_RS740))) { + /* r500 shows corruption on small things like glyphs without a 3D idle + * IGP shows more substantial corruption + */ BEGIN_ACCEL(1); OUT_ACCEL_REG(RADEON_WAIT_UNTIL, RADEON_WAIT_3D_IDLECLEAN); FINISH_ACCEL(); -- cgit v1.2.3