Fix blit pitch for 4 byte transfers on r600.
MFC after: 1 week
This commit is contained in:
parent
0b6c99683c
commit
d950002723
@ -1876,7 +1876,7 @@ r600_blit_copy(struct drm_device *dev,
|
||||
|
||||
/* dst */
|
||||
set_render_target(dev_priv, COLOR_8_8_8_8,
|
||||
dst_x + cur_size, h,
|
||||
(dst_x + cur_size) / 4, h,
|
||||
dst_gpu_addr);
|
||||
|
||||
/* scissors */
|
||||
|
Loading…
x
Reference in New Issue
Block a user