<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [CI][RESUME] igt@gem_gpgpu_fill - skip - no gpgpu-fill function"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111661#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [CI][RESUME] igt@gem_gpgpu_fill - skip - no gpgpu-fill function"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111661">bug 111661</a>
from <span class="vcard"><a class="email" href="mailto:Caz.Yokoyama@intel.com" title="Caz.Yokoyama@intel.com">Caz.Yokoyama@intel.com</a>
</span></b>
<pre>On which platform, the test runs? GEN12?
* The platform-specific media fill function pointer for the device specified
* with @devid. Will return NULL when no media fill function is implemented.
*/
igt_fillfunc_t igt_get_media_fillfunc(int devid)
{
igt_fillfunc_t fill = NULL;
if (IS_GEN9(devid) || IS_GEN10(devid) || IS_GEN11(devid))
fill = gen9_media_fillfunc;
else if (IS_GEN8(devid))
fill = gen8_media_fillfunc;
else if (IS_GEN7(devid))
fill = gen7_media_fillfunc;
return fill;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>