https://bugs.freedesktop.org/show_bug.cgi?id=101998

Michel Dänzer <mic...@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ago...@nvidia.com
           Assignee|xorg-driver-ati@lists.x.org |xorg-t...@lists.x.org
          Component|Driver/AMDgpu               |Driver/modesetting

--- Comment #37 from Michel Dänzer <mic...@daenzer.net> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to