Home
last modified time | relevance | path

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

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