https://bugs.freedesktop.org/show_bug.cgi?id=102643
--- Comment #21 from Joakim Tjernlund <[email protected]> ---
(In reply to Joakim Tjernlund from comment #20)
> (In reply to Michel Dänzer from comment #18)
> > 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 <[email protected]>
> > 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__)
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);
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati