<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_NEW "
   title="NEW - X server 1.19.3 failure with amdgpu (radeon M295X) on Ubuntu HWE16.04 kernel 4.10.0-28"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101998">bug 101998</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;">CC</td>
           <td>
                
           </td>
           <td>agoins@nvidia.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>xorg-driver-ati@lists.x.org
           </td>
           <td>xorg-team@lists.x.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Driver/AMDgpu
           </td>
           <td>Driver/modesetting
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server 1.19.3 failure with amdgpu (radeon M295X) on Ubuntu HWE16.04 kernel 4.10.0-28"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101998#c37">Comment # 37</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - X server 1.19.3 failure with amdgpu (radeon M295X) on Ubuntu HWE16.04 kernel 4.10.0-28"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101998">bug 101998</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>I was able to reproduce the problem. It's a modesetting driver bug, this code
in ms_dirty_update:

            msPixmapPrivPtr ppriv =
                msGetPixmapPriv(&ms->drmmode, ent->slave_dst);

probably needs to be:

            msPixmapPrivPtr ppriv =
                msGetPixmapPriv(&ms->drmmode, ent->slave_dst->master_pixmap);

otherwise it tries to access random memory when the slave screen doesn't use
the modesetting driver.

There might be more related issues.</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>