<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [r600g] SIGFPE at ../../../../../src/gallium/drivers/r600/r600_state.c:3109"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73781#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [r600g] SIGFPE at ../../../../../src/gallium/drivers/r600/r600_state.c:3109"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73781">bug 73781</a>
from <span class="vcard"><a class="email" href="mailto:ahmabdabd@hotmail.com" title="ahmabdabd@hotmail.com">ahmabdabd@hotmail.com</a>
</span></b>
<pre>Thanks for your reply.
>From what I understand due to r6xx/r7xx limitation, the blit must be on 8
boundary for copy height greater than 8, this should not be true for copy
heights less than 8.
I think the fix then should be
cheight = ((0x0000ffff << 2) / pitch) > 0x00000008 ?
((0x0000ffff << 2) / pitch) & 0xfffffff8 : ((0x0000ffff << 2) / pitch);
I will modify the patch and reattach.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>