Searched refs:tegra_bo (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/tegra/ |
| D | gem.c | 25 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put() 32 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin() 45 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap() 58 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap() 70 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap() 84 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kunmap() 96 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get() 114 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map() 158 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap() 173 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object() [all …]
|
| D | gem.h | 29 struct tegra_bo { struct 46 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument 48 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo() 51 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo() 53 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo() 56 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, 58 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
|
| D | fb.c | 26 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() 34 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 102 struct tegra_bo **planes, in tegra_fb_alloc() 134 struct tegra_bo *planes[4]; in tegra_fb_create() 183 struct tegra_bo *bo; in tegra_fb_mmap() 215 struct tegra_bo *bo; in tegra_fbdev_probe() 349 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
|
| D | plane.h | 11 struct tegra_bo; 24 struct tegra_bo *bo;
|
| D | drm.c | 276 struct tegra_bo *bo; in host1x_bo_lookup() 383 struct tegra_bo *obj; in tegra_drm_submit() 428 struct tegra_bo *obj; in tegra_drm_submit() 510 struct tegra_bo *bo; in tegra_gem_create() 525 struct tegra_bo *bo; in tegra_gem_mmap() 762 struct tegra_bo *bo; in tegra_gem_set_tiling() 813 struct tegra_bo *bo; in tegra_gem_get_tiling() 853 struct tegra_bo *bo; in tegra_gem_set_flags() 878 struct tegra_bo *bo; in tegra_gem_get_flags()
|
| D | drm.h | 171 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
| D | hub.c | 416 struct tegra_bo *bo; in tegra_shared_plane_atomic_update()
|
| D | dc.c | 718 struct tegra_bo *bo = tegra_fb_get_plane(fb, i); in tegra_plane_atomic_update() 840 struct tegra_bo *bo = tegra_fb_get_plane(plane->state->fb, 0); in tegra_cursor_atomic_update()
|