Searched refs:bo_unmap (Results 1 - 16 of 16) sorted by relevance

/external/libdrm/libkms/
H A Dapi.c127 return bo->kms->bo_unmap(bo);
H A Dinternal.h54 int (*bo_unmap)(struct kms_bo *bo); member in struct:kms_driver
H A Ddumb.c212 kms->bo_unmap = dumb_bo_unmap;
H A Dexynos.c201 kms->bo_unmap = exynos_bo_unmap;
H A Dintel.c232 kms->bo_unmap = intel_bo_unmap;
H A Dnouveau.c214 kms->bo_unmap = nouveau_bo_unmap;
H A Dradeon.c235 kms->bo_unmap = radeon_bo_unmap;
H A Dvmwgfx.c201 kms->bo_unmap = vmwgfx_bo_unmap;
/external/libdrm/radeon/
H A Dradeon_bo_int.h34 int (*bo_unmap)(struct radeon_bo_int *bo); member in struct:radeon_bo_funcs
H A Dradeon_bo_gem.c193 static int bo_unmap(struct radeon_bo_int *boi) function
278 .bo_unmap = bo_unmap,
H A Dradeon_bo.c82 return boi->bom->funcs->bo_unmap(boi);
/external/libdrm/intel/
H A Dintel_bufmgr_priv.h120 int (*bo_unmap) (drm_intel_bo *bo); member in struct:_drm_intel_bufmgr
H A Dintel_bufmgr.c113 return buf->bufmgr->bo_unmap(buf);
H A Dintel_bufmgr_fake.c1615 bufmgr_fake->bufmgr.bo_unmap = drm_intel_fake_bo_unmap;
H A Dintel_bufmgr_gem.c3481 bufmgr_gem->bufmgr.bo_unmap = drm_intel_gem_bo_unmap;
/external/libdrm/tests/modetest/
H A Dbuffers.c119 static void bo_unmap(struct bo *bo) function
327 bo_unmap(bo);

Completed in 505 milliseconds