<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:michel@daenzer.net" title="Michel Dänzer <michel@daenzer.net>"> <span class="fn">Michel Dänzer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Excessive CPU load by the xorg-server and GUI's hard lags"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99457">bug 99457</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Excessive CPU load by the xorg-server and GUI's hard lags"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99457#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Excessive CPU load by the xorg-server and GUI's hard lags"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99457">bug 99457</a>
              from <span class="vcard"><a class="email" href="mailto:michel@daenzer.net" title="Michel Dänzer <michel@daenzer.net>"> <span class="fn">Michel Dänzer</span></a>
</span></b>
        <pre>Thanks, now I understand what's happening:

It's a bug in the tigervnc vncHooksBlockHandler function, it doesn't handle the
function wrapping correctly: It keeps calling RADEONBlockHandler_oneshot,
although that function sets pScreen->BlockHandler = RADEONBlockHandler_KMS.
vncHooksBlockHandler needs to re-retrieve the current pScreen->BlockHandler
pointer after calling it.

Though if it turns out difficult to get this fixed in tigervnc, we can consider
a workaround.

P.S. This would also happen with the modesetting driver as of xserver 1.19.</pre>
        </div>
      </p>


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

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