[Bug 80883] [BSW]igt/gem_media_fill fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 28 22:56:23 PDT 2014


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

--- Comment #4 from lu hua <huax.lu at intel.com> ---
(In reply to comment #2)
> Created attachment 103619 [details] [review]
> Patch for media_fill


1. file: lib/intel_batchbuffer.c
igt_media_fillfunc_t igt_get_media_fillfunc(int devid)
{
        igt_media_fillfunc_t fill = NULL;

        if (IS_GEN8(devid))
                fill = gen8_media_fillfunc;
        else if (IS_GEN7(devid))
                fill = gen7_media_fillfunc;

        return fill;
}

2. lib/media_fill.c, this file doesn't exist.

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


More information about the intel-gfx-bugs mailing list