projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1df62
)
radeon: fix ROP values for the paint ROP
author
Dave Airlie
<airlied@redhat.com>
Sun, 2 Nov 2008 23:52:40 +0000
(09:52 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 2 Nov 2008 23:52:40 +0000
(09:52 +1000)
linux-core/radeon_buffer.c
patch
|
blob
|
history
diff --git
a/linux-core/radeon_buffer.c
b/linux-core/radeon_buffer.c
index 571a0b9cc72263b1d416265f1cf8eb5cab69d2cd..f047b1aca3319e872a040d9e72d8d6f2e722f445 100644
(file)
--- 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