[Bug 101873] [guc] gem_exec_fence subtests fail (wq reservation)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 18 14:04:53 UTC 2017


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

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

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

--- Comment #12 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit 85e2fe679e053326191f92b923f22a834f82cb53
Author: Michał Winiarski <michal.winiarski at intel.com>
Date:   Thu Sep 14 10:32:13 2017 +0200

    drm/i915/guc: Submit GuC workitems containing coalesced requests

    To create an upper bound on number of GuC workitems, we need to change
    the way that requests are being submitted. Rather than submitting each
    request as an individual workitem, we can do coalescing in a similar way
    we're handlig execlist submission ports. We also need to stop pretending
    that we're doing "lite-restore" in GuC submission (we would create a
    workitem each time we hit this condition). This allows us to completely
    remove the reservation, replacing it with a compile time check.

    v2: Also coalesce when replaying on reset (Daniele)
    v3: Consistent wq_resv - per-request (Daniele)
    v4: Squash removing wq_resv
    v5: Reflect i915_guc_submit argument changes in doc
    v6: Rebase on top of execlists reset/restart fix (Chris,Michał)

    References: https://bugs.freedesktop.org/show_bug.cgi?id=101873
    Cc: Chris Wilson <chris at chris-wilson.co.uk>
    Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
    Cc: Jeff McGee <jeff.mcgee at intel.com>
    Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Oscar Mateo <oscar.mateo at intel.com>
    Signed-off-by: Michał Winiarski <michal.winiarski at intel.com>
    Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
    Link:
https://patchwork.freedesktop.org/patch/msgid/20170914083216.10192-2-michal.winiarski@intel.com
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

-- 
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/20170918/904c6783/attachment.html>


More information about the intel-gfx-bugs mailing list