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/fb.c
109
struct tegra_bo **planes,
drivers/gpu/drm/tegra/fb.c
141
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
43
struct tegra_bo *bo = tegra_fb_get_plane(helper->fb, 0);
drivers/gpu/drm/tegra/fbdev.c
80
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
178
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
204
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
218
struct tegra_bo *obj = host1x_to_tegra_bo(bo);
drivers/gpu/drm/tegra/gem.c
234
static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
280
static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
301
static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm,
drivers/gpu/drm/tegra/gem.c
304
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
333
static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
345
static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
375
static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo)
drivers/gpu/drm/tegra/gem.c
406
struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
drivers/gpu/drm/tegra/gem.c
409
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
434
struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
drivers/gpu/drm/tegra/gem.c
440
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
458
static struct tegra_bo *tegra_bo_import(struct drm_device *drm,
drivers/gpu/drm/tegra/gem.c
463
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
514
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
541
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
560
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
581
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
633
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
666
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
684
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
697
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
721
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
736
struct tegra_bo *bo = to_tegra_bo(gem);
drivers/gpu/drm/tegra/gem.c
770
struct tegra_bo *bo;
drivers/gpu/drm/tegra/gem.c
791
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;