Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_drm.h33 struct tegra_bo { struct
51 struct tegra_bo **planes; /* Attached planes */ argument
112 struct tegra_bo *tegra_fb_get_plane(struct tegra_fb *fb, int idx);
119 struct tegra_bo;
121 struct tegra_bo **res_bo);
H A Dtegra_bo.c51 tegra_bo_destruct(struct tegra_bo *bo) in tegra_bo_destruct()
83 struct tegra_bo *bo; in tegra_bo_free_object()
85 bo = container_of(gem_obj, struct tegra_bo, gem_obj); in tegra_bo_free_object()
135 tegra_bo_init_pager(struct tegra_bo *bo) in tegra_bo_init_pager()
174 tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
200 tegra_bo_create(struct drm_device *drm, size_t size, struct tegra_bo **res_bo) in tegra_bo_create()
202 struct tegra_bo *bo; in tegra_bo_create()
237 size_t size, uint32_t *handle, struct tegra_bo **res_bo) in tegra_bo_create_with_handle()
240 struct tegra_bo *bo; in tegra_bo_create_with_handle()
264 struct tegra_bo *bo; in tegra_bo_dumb_create()
H A Dtegra_fb.c49 struct tegra_bo *bo; in fb_destroy()
92 struct tegra_bo **planes, int num_planes, struct tegra_fb **res_fb) in fb_alloc()
125 struct tegra_bo *bo; in tegra_fb_probe()
215 struct tegra_bo *
275 struct tegra_bo *planes[4]; in tegra_drm_fb_create()
304 planes[i] = container_of(gem_obj, struct tegra_bo, gem_obj); in tegra_drm_fb_create()
H A Dtegra_dc.c148 struct tegra_bo *bo; in dc_parse_drm_format()
878 struct tegra_bo *bo; in dc_finish_page_flip()
978 struct tegra_bo *bo; in dc_cursor_set()
1011 bo = container_of(gem, struct tegra_bo, gem_obj); in dc_cursor_set()
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dfiles.tegra12442 arm/nvidia/drm2/tegra_bo.c optional drm2