Home
last modified time | relevance | path

Searched refs:tegra_bo (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_bo.c48 tegra_bo_destruct(struct tegra_bo *bo) in tegra_bo_destruct()
82 struct tegra_bo *bo; in tegra_bo_free_object()
84 bo = container_of(gem_obj, struct tegra_bo, gem_obj); in tegra_bo_free_object()
133 tegra_bo_init_pager(struct tegra_bo *bo) in tegra_bo_init_pager()
172 tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
198 tegra_bo_create(struct drm_device *drm, size_t size, struct tegra_bo **res_bo) in tegra_bo_create()
200 struct tegra_bo *bo; in tegra_bo_create()
235 size_t size, uint32_t *handle, struct tegra_bo **res_bo) in tegra_bo_create_with_handle()
238 struct tegra_bo *bo; in tegra_bo_create_with_handle()
262 struct tegra_bo *bo; in tegra_bo_dumb_create()
H A Dtegra_drm.h31 struct tegra_bo { struct
49 struct tegra_bo **planes; /* Attached planes */ argument
110 struct tegra_bo *tegra_fb_get_plane(struct tegra_fb *fb, int idx);
117 struct tegra_bo;
119 struct tegra_bo **res_bo);
H A Dtegra_fb.c46 struct tegra_bo *bo; in fb_destroy()
89 struct tegra_bo **planes, int num_planes, struct tegra_fb **res_fb) in fb_alloc()
122 struct tegra_bo *bo; in tegra_fb_probe()
212 struct tegra_bo *
272 struct tegra_bo *planes[4]; in tegra_drm_fb_create()
301 planes[i] = container_of(gem_obj, struct tegra_bo, gem_obj); in tegra_drm_fb_create()
H A Dtegra_dc.c145 struct tegra_bo *bo; in dc_parse_drm_format()
875 struct tegra_bo *bo; in dc_finish_page_flip()
975 struct tegra_bo *bo; in dc_cursor_set()
1008 bo = container_of(gem, struct tegra_bo, gem_obj); in dc_cursor_set()
/freebsd/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12441 arm/nvidia/drm2/tegra_bo.c optional drm2