[Bug 98416] New: piglit.spec.ext_image_dma_buf_import.ext_image_dma_buf_import-refcount regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 24 18:41:31 UTC 2016


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

            Bug ID: 98416
           Summary: piglit.spec.ext_image_dma_buf_import.ext_image_dma_buf
                    _import-refcount regression
           Product: DRI
           Version: DRI git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Intel
          Assignee: chris at chris-wilson.co.uk
          Reporter: mark.a.janes at intel.com
        QA Contact: intel-gfx-bugs at lists.freedesktop.org
                CC: intel-gfx-bugs at lists.freedesktop.org

Bisected to:
------------------------------------------------------
Author:     Chris Wilson <chris at chris-wilson.co.uk>
intel: Migrate handle/name lookups from linear lists to hashtables

Walking a linear list to find a matching PRIME handle or flinked name
does not scale and becomes a major burden with just a few objects.
That said, the fixed size hash is not much better, it just buckets the
look into a few separate chains rather than one long one.

References: https://bugs.freedesktop.org/show_bug.cgi?id=94631
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
------------------------------------------------------

/tmp/build_root/m64/lib/piglit/bin/ext_image_dma_buf_import-refcount -auto -fbo

stderr:
intel_do_flush_locked failed: Invalid argument
intel_do_flush_locked failed: Invalid argument

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


More information about the intel-gfx-bugs mailing list