1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix blit pitch for 4 byte transfers on r600.

MFC after:	1 week
This commit is contained in:
Robert Noland 2009-09-28 22:38:44 +00:00
parent 0b6c99683c
commit d950002723
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197604

View File

@ -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 */