Summary: |
R600 render can cause recrusive call to rcommonFlushCmdBuf if using large VBO object |
Product: |
Mesa
|
Reporter: |
Pauli <suokkos> |
Component: |
Drivers/DRI/r300 | Assignee: |
Default DRI bug account <dri-devel> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
hans
|
Version: |
git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Backtrace from freeze
|
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.
Created attachment 28188 [details] Backtrace from freeze r600_emit_cs is called by rcommonFlushCmdBuf. r600_emit_cs in turn can call back to rcommonFlushCmdBuf if there is not enough space left. This causes deadlock in DRM lock because of recursive lock acquiring.