Bug 112076 - xf86-video-ati-19.1.0 fails to build when glamor is disabled
Summary: xf86-video-ati-19.1.0 fails to build when glamor is disabled
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: Other All
: not set not set
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-20 21:45 UTC by Alexander Tsoy
Modified: 2019-11-19 08:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alexander Tsoy 2019-10-20 21:45:02 UTC
Downstream bug: https://bugs.gentoo.org/698114

If configured with --disable-glamor, xf86-video-ati fails to build with the following error:

radeon_present.c: In function ‘radeon_present_check_flip’:
radeon_present.c:281:21: error: dereferencing pointer to incomplete type ‘struct radeon_pixmap’
     if (priv && priv->fb_failed)
                     ^~

This is probably caused by [1] which was backported from xf86-video-amdgpu and requires glamor to be enabled.

[1] https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/commit/33803c85f761d343aa7300311b8e9489b1a89495
Comment 1 Martin Peres 2019-11-19 08:02:36 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/issues/187.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.