Symbol: tegra_bo
drivers/gpu/drm/tegra/drm.c
227
struct tegra_bo *obj;
drivers/gpu/drm/tegra/drm.c
272
struct tegra_bo *obj;
drivers/gpu/drm/tegra/drm.c
354
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.c
369
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.c
613
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.c
664
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.c
704
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.c
729
struct tegra_bo *bo;
drivers/gpu/drm/tegra/drm.h
182
struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
drivers/gpu/drm/tegra/drm.h
190
struct tegra_bo **planes,
drivers/gpu/drm/tegra/fb.c
108
struct tegra_bo **planes,
drivers/gpu/drm/tegra/fb.c
140
struct tegra_bo *planes[4];
drivers/gpu/drm/tegra/fb.c
21
struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
drivers/gpu/drm/tegra/fb.c
29
struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0);
drivers/gpu/drm/tegra/fbdev.c
28
struct tegra_bo *bo;
drivers/gpu/drm/tegra/fbdev.c
44
struct tegra_bo *bo = tegra_fb_get_plane(fb, 0);
drivers/gpu/drm/tegra/fbdev.c
80
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
179
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
205
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
219
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
235
static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
278
static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
299
static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm,
drivers/gpu/drm/tegra/gem.c
302
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
331
static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
343
static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
373
static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
404
struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
drivers/gpu/drm/tegra/gem.c
407
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
432
struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
drivers/gpu/drm/tegra/gem.c
438
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
456
static struct tegra_bo *tegra_bo_import(struct drm_device *drm,
drivers/gpu/drm/tegra/gem.c
461
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
513
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
54
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
547
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
566
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
587
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
62
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
639
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
672
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
690
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
703
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
727
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
742
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
776
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
797
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.h
73
static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem)
drivers/gpu/drm/tegra/gem.h
75
return container_of(gem, struct tegra_bo, gem);
drivers/gpu/drm/tegra/gem.h
78
static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo)
drivers/gpu/drm/tegra/gem.h
80
return container_of(bo, struct tegra_bo, base);
drivers/gpu/drm/tegra/gem.h
83
struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
drivers/gpu/drm/tegra/gem.h
85
struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
drivers/gpu/drm/tegra/plane.c
146
struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i);
drivers/gpu/drm/tegra/plane.h
12
struct tegra_bo;
drivers/gpu/drm/tegra/plane.h
28
struct tegra_bo *bo;