Bug 30926 - evergreen_accel fails to build
Summary: evergreen_accel fails to build
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86-64 (AMD64) FreeBSD
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 11:21 UTC by dyjaks
Modified: 2010-10-16 14:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description dyjaks 2010-10-16 11:21:44 UTC
Not sure if it's supposed to build with freebsd, but the errors look pretty OS independent.


gmake  all-recursive
gmake[1]: Entering directory `/usr/home/shawn/builds/xf86-video-ati'
Making all in src
gmake[2]: Entering directory `/usr/home/shawn/builds/xf86-video-ati/src'
  CC     evergreen_exa.lo
In file included from evergreen_exa.c:42:
radeon_vbo.h: In function 'radeon_vbo_space':
radeon_vbo.h:27: warning: unused variable 'info'
evergreen_exa.c: In function 'EVERGREENSetAccelState':
evergreen_exa.c:130: warning: implicit declaration of function 'radeon_cs_space_reset_bos'
evergreen_exa.c: In function 'EVERGREENPrepareCopy':
evergreen_exa.c:614: warning: implicit declaration of function 'radeon_bo_open'
evergreen_exa.c:614: error: 'struct <anonymous>' has no member named 'bufmgr'
evergreen_exa.c:616: warning: assignment makes pointer from integer without a cast
evergreen_exa.c: In function 'EVERGREENPrepareComposite':
evergreen_exa.c:1290: warning: implicit declaration of function 'radeon_ib_discard'
evergreen_exa.c: In function 'EVERGREENUploadToScreen':
evergreen_exa.c:1544: warning: implicit declaration of function 'radeon_bo_is_referenced_by_cs'
evergreen_exa.c:1545: warning: implicit declaration of function 'radeon_bo_is_busy'
evergreen_exa.c:1549: error: 'struct <anonymous>' has no member named 'bufmgr'
evergreen_exa.c:1549: warning: assignment makes pointer from integer without a cast
evergreen_exa.c: In function 'EVERGREENDownloadFromScreen':
evergreen_exa.c:1631: warning: implicit declaration of function 'radeon_bo_get_src_domain'
evergreen_exa.c:1644: error: 'struct <anonymous>' has no member named 'bufmgr'
evergreen_exa.c:1644: warning: assignment makes pointer from integer without a cast
evergreen_exa.c:1652: warning: implicit declaration of function 'radeon_add_pixmap'
evergreen_exa.c: In function 'EVERGREENAllocShaders':
evergreen_exa.c:1741: error: 'struct <anonymous>' has no member named 'bufmgr'
evergreen_exa.c:1742: warning: assignment makes pointer from integer without a cast
gmake[2]: *** [evergreen_exa.lo] Error 1
gmake[2]: Leaving directory `/usr/home/shawn/builds/xf86-video-ati/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/shawn/builds/xf86-video-ati'
gmake: *** [all] Error 2
Comment 1 Felix Blanke 2010-10-16 11:30:59 UTC
Are you talking about the evergreen_accel branch?

That branch has been merged into master. Try master then :)
Comment 2 dyjaks 2010-10-16 13:35:40 UTC
Thanks, I saw that but was going back through to see if I could figure out why 2D accel isn't enabled, guessing it's KMS or the like.
Comment 3 Alex Deucher 2010-10-16 14:06:27 UTC
Fixed in master.


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.