<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - gbm creates BO with wrong pitch when dri3_get_modifiers returns modifiers, causing drmModeAddFB2WithModifiers to fail"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111306#c18">Comment # 18</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - gbm creates BO with wrong pitch when dri3_get_modifiers returns modifiers, causing drmModeAddFB2WithModifiers to fail"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111306">bug 111306</a>
from <span class="vcard"><a class="email" href="mailto:jwrdegoede@fedoraproject.org" title="Hans de Goede <jwrdegoede@fedoraproject.org>"> <span class="fn">Hans de Goede</span></a>
</span></b>
<pre>(In reply to Lionel Landwerlin from <a href="show_bug.cgi?id=111306#c16">comment #16</a>)
<span class="quote">> (In reply to Lionel Landwerlin from <a href="show_bug.cgi?id=111306#c15">comment #15</a>)
> >
> > if (!(mod->formats & (1 << (i - mod->offset))))
> > continue;
>
> That 1 << with a 64 bit integer, I'm not sure that's 100% right...</span >
Uh, no that is 100% wrong, good catch. Maybe you have more then 32 formats and
you are hitting this? In that case changing the 1 to 1LL should fix this.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>