[Bug 94631] [dmabuf] import/export/removal is too slow

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 22 08:33:58 UTC 2016


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

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
libdrm commit 9e24d0c54b162b443e3e144740deb0e1d5f8760b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Sep 22 14:44:50 2016 +0100

    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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20161022/17f8e29f/attachment.html>


More information about the intel-gfx-bugs mailing list