Summary: | [KBL] Hang when running Vkcube | ||
---|---|---|---|
Product: | Mesa | Reporter: | Lionel Landwerlin <lionel.g.landwerlin> |
Component: | Drivers/Vulkan/intel | Assignee: | Lionel Landwerlin <lionel.g.landwerlin> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs, jason |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | i915 error state |
Description
Lionel Landwerlin
2018-04-06 16:38:50 UTC
And kernel : commit 277ab5abc68df2f6f8fac7a46e50105b6648f432 Author: Ville Syrjälä <ville.syrjala@linux.intel.com> Date: Thu Mar 22 17:47:07 2018 +0200 drm/i915: Don't spew errors when resetting HDMI scrambling/bit clock ratio fails Might not be a userspace issue :/ Turns out 0xff7b7b7b is the background color of Vkcube. A bit less of a mystery now. False alarm, this is just an application issue. I should have run the debug layer : DS(ERROR / SPEC): object: 0x560b659fb8a0 type: 6 msgNum: 847249488 - Attempt to reset command pool with command buffer (0x560b659fb8a0) which is in use. The spec valid usage text states 'All VkCommandBuffer objects allocated from commandPool must not be in the pending state' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkResetCommandPool-commandPool-00040) Basically rewriting the batchbuffer while it's being executed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.