[Bug 111661] [CI][RESUME] igt at gem_gpgpu_fill - skip - no gpgpu-fill function

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 11 14:52:09 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111661

--- Comment #2 from Caz.Yokoyama at intel.com ---
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;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190911/e480fcfa/attachment-0001.html>


More information about the intel-gfx-bugs mailing list