From: Dave Airlie Date: Sun, 2 Nov 2008 23:52:40 +0000 (+1000) Subject: radeon: fix ROP values for the paint ROP X-Git-Tag: submit/1.0/20121108.012404~642^2~20^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7108445c9ebb37d06fcc7821e984124fda928f3;p=profile%2Fivi%2Flibdrm.git radeon: fix ROP values for the paint ROP --- diff --git a/linux-core/radeon_buffer.c b/linux-core/radeon_buffer.c index 571a0b9..f047b1a 100644 --- a/linux-core/radeon_buffer.c +++ b/linux-core/radeon_buffer.c @@ -254,7 +254,8 @@ void radeon_emit_solid_fill(struct drm_device * dev, RADEON_GMC_DST_CLIPPING | RADEON_GMC_BRUSH_SOLID_COLOR | (format << 8) | - RADEON_ROP3_S | + RADEON_ROP3_P | + RADEON_CLR_CMP_SRC_SOURCE | RADEON_GMC_CLR_CMP_CNTL_DIS | RADEON_GMC_WR_MSK_DIS); OUT_RING((pitch << 22) | (dst_offset >> 10)); // PITCH OUT_RING(0); // SC_TOP_LEFT // DST CLIPPING