Searched refs:bo_wait (Results 1 - 3 of 3) sorted by relevance

/external/libdrm/radeon/
H A Dradeon_bo_int.h35 int (*bo_wait)(struct radeon_bo_int *bo); member in struct:radeon_bo_funcs
H A Dradeon_bo_gem.c61 static int bo_wait(struct radeon_bo_int *boi);
187 r = bo_wait(boi);
205 static int bo_wait(struct radeon_bo_int *boi) function
279 .bo_wait = bo_wait,
H A Dradeon_bo.c88 if (!boi->bom->funcs->bo_wait)
90 return boi->bom->funcs->bo_wait(boi);

Completed in 70 milliseconds