Searched refs:drm_tegra_bo_alloc (Results 1 – 1 of 1) sorted by relevance
/third_party/libdrm/tegra/ |
D | tegra.c | 100 static struct drm_tegra_bo *drm_tegra_bo_alloc(struct drm_tegra *drm, in drm_tegra_bo_alloc() function 131 bo = drm_tegra_bo_alloc(drm, 0, flags, size); in drm_tegra_bo_new() 163 bo = drm_tegra_bo_alloc(drm, handle, flags, size); in drm_tegra_bo_wrap() 272 bo = drm_tegra_bo_alloc(drm, 0, flags, 0); in drm_tegra_bo_open() 339 bo = drm_tegra_bo_alloc(drm, 0, 0, size); in drm_tegra_bo_import()
|