<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - xf86-video-ati 7.10.0 with EXA acceleration GDM corruption unable to log into GNOME session"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102643#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - xf86-video-ati 7.10.0 with EXA acceleration GDM corruption unable to log into GNOME session"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102643">bug 102643</a>
from <span class="vcard"><a class="email" href="mailto:joakim.tjernlund@infinera.com" title="Joakim Tjernlund <joakim.tjernlund@infinera.com>"> <span class="fn">Joakim Tjernlund</span></a>
</span></b>
<pre>(In reply to Joakim Tjernlund from <a href="show_bug.cgi?id=102643#c20">comment #20</a>)
<span class="quote">> (In reply to Michel Dänzer from <a href="show_bug.cgi?id=102643#c18">comment #18</a>)
> > Thanks for the report and testing the fix, but please only resolve bug
> > reports once the fix has landed in Git.
> >
> > Anyway, that's the case now:
> >
> > commit b93ae9b159790e8a979e9d5d567a0e6fccd7d08a
> > Author: Michel Dänzer <<a href="mailto:michel.daenzer@amd.com">michel.daenzer@amd.com</a>>
> > Date: Thu Oct 19 18:57:45 2017 +0200
> >
> > Unreference pixmap's FB with EXA as well in radeon_set_pixmap_bo
>
> This commit breaks builds without GLAMOUR:
>
> In file included from
> /var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/
> src/radeon.h:84:0,
> from
> /var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/
> src/r600_textured_videofuncs.c:35:
> /var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/
> src/radeon.h: In function ‘radeon_set_pixmap_bo’:
> /var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/
> src/radeon.h:772:38: error: ‘struct radeon_exa_pixmap_priv’ has no member
> named ‘fd’
> drmmode_fb_reference(driver_priv->fd, &driver_priv->fb, NULL);
> ^
> /var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/
> src/drmmode_display.h:192:30: note: in definition of macro
> ‘drmmode_fb_reference’
> drmmode_fb_reference_loc(fd, old, new, __func__, __LINE__)</span >
Sorry wrong code, should be:
In file included from
/var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/src/radeon.h:84:0,
from
/var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/src/radeon_video.c:11:
/var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/src/radeon.h:
In function ‘radeon_set_pixmap_bo’:
/var/tmp/portage/x11-drivers/xf86-video-ati-9999/work/xf86-video-ati-9999/src/radeon.h:772:27:
error: ‘pRADEONEnt’ undeclared (first use in this function)
drmmode_fb_reference(pRADEONEnt->fd, &driver_priv->fb, NULL);</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>