Searched refs:tegra_bo (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | gem.h | 55 struct tegra_bo { struct 73 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument 75 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo() 78 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo() 80 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo() 83 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, 85 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
|
| H A D | gem.c | 302 struct tegra_bo *bo; in tegra_bo_alloc_object() 407 struct tegra_bo *bo; in tegra_bo_create() 438 struct tegra_bo *bo; in tegra_bo_create_with_handle() 461 struct tegra_bo *bo; in tegra_bo_import() 513 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object() 548 struct tegra_bo *bo; in tegra_bo_dumb_create() 565 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault() 586 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap() 638 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf() 775 struct tegra_bo *bo; in tegra_gem_prime_import() [all …]
|
| H A D | fb.c | 20 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() 28 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 106 struct tegra_bo **planes, in tegra_fb_alloc() 138 struct tegra_bo *planes[4]; in tegra_fb_create()
|
| H A D | fbdev.c | 28 struct tegra_bo *bo; in tegra_fb_mmap() 44 struct tegra_bo *bo = tegra_fb_get_plane(fb, 0); in tegra_fbdev_fb_destroy() 82 struct tegra_bo *bo; in tegra_fbdev_driver_fbdev_probe()
|
| H A D | plane.h | 12 struct tegra_bo; 28 struct tegra_bo *bo;
|
| H A D | drm.h | 182 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, 189 struct tegra_bo **planes,
|
| H A D | drm.c | 226 struct tegra_bo *obj; in tegra_drm_submit() 271 struct tegra_bo *obj; in tegra_drm_submit() 353 struct tegra_bo *bo; in tegra_gem_create() 368 struct tegra_bo *bo; in tegra_gem_mmap() 612 struct tegra_bo *bo; in tegra_gem_set_tiling() 663 struct tegra_bo *bo; in tegra_gem_get_tiling() 703 struct tegra_bo *bo; in tegra_gem_set_flags() 728 struct tegra_bo *bo; in tegra_gem_get_flags()
|
| H A D | plane.c | 146 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()
|