mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 06:00:11 +01:00
radeon: fix ROP values for the paint ROP
This commit is contained in:
parent
0e1df6216e
commit
b7108445c9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue