libdrm and mesa#r6xx-rewrite conflict
Alexander Beregalov
a.beregalov at gmail.com
Thu Jul 9 23:20:56 PDT 2009
Hi
Commit 39970c6 (radeon: move cs space checking code to libdrm_radeon)
of mesa/drm breaks build of mesa#r6xx-rewrite
with this message
radeon_common.c:972: error: too many arguments to function
'radeon_cs_space_check'
972 ret = radeon_cs_space_check(radeon->cmdbuf.cs,
radeon->state.bos, radeon->state.validated_bo_count);
gcc -E output:
# 218 "/usr/include/drm/radeon_cs.h"
void radeon_cs_space_add_persistent_bo(struct radeon_cs *cs,
struct radeon_bo *bo,
uint32_t read_domains,
uint32_t write_domain);
void radeon_cs_space_reset_bos(struct radeon_cs *cs);
int radeon_cs_space_check(struct radeon_cs *cs);
More information about the xorg-driver-ati
mailing list