From 39970c67b77014caac9a4c3a33765ac7a312b54e Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 6 Jul 2009 13:34:24 +1000 Subject: radeon: move cs space checking code to libdrm_radeon. This ports a lot of the space checking code into a the common library, so that the DDX and mesa can use it. --- libdrm/radeon/radeon_bo_gem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdrm/radeon/radeon_bo_gem.c') diff --git a/libdrm/radeon/radeon_bo_gem.c b/libdrm/radeon/radeon_bo_gem.c index 05d4409a..558b93ae 100644 --- a/libdrm/radeon/radeon_bo_gem.c +++ b/libdrm/radeon/radeon_bo_gem.c @@ -204,7 +204,8 @@ static struct radeon_bo_funcs bo_gem_funcs = { bo_unref, bo_map, bo_unmap, - bo_wait + bo_wait, + NULL, }; struct radeon_bo_manager *radeon_bo_manager_gem_ctor(int fd) -- cgit v1.2.3