<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105098#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105098">bug 105098</a>
              from <span class="vcard"><a class="email" href="mailto:openproggerfreak@gmail.com" title="Lukas Kahnert <openproggerfreak@gmail.com>"> <span class="fn">Lukas Kahnert</span></a>
</span></b>
        <pre>From the VulkanTutorial source most demos trigger the freeze.
For example the triangle demo 15_hello_triangle.cpp with 09_shader_base.frag
and 09_shader_base.vert as shaders.
The command buffers are very simple and if I comment out vkCmdDraw it also
doesn't freeze(well the GPU also does nothing).
Commenting out the semaphores at submit changes nothing. The Validation Layers
report warnings cause of the missing semaphores but after couple of seconds it
also freezes.
I piped the output and read it from ssh but there are no Validation Layer
reports. It's like the GPU stop working at this moment.
I know its a hardware-specific problem because on Intel ANV and RADV(AMD OLAND)
it works.
Is it possible that the GPU hangs if there will be too much draw calls in a
short time frame?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>