Searched refs:tegra_bo (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 23 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo() 25 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo() 30 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put() 40 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin() 51 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap() 62 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap() 74 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get() 95 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map() 135 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap() 147 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object() [all …]
|
D | gem.h | 33 struct tegra_bo { struct 50 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument 52 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo() 55 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, 57 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
|
D | fb.c | 28 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() 66 struct tegra_bo *bo = fb->planes[i]; in tegra_fb_destroy() 96 struct tegra_bo **planes, in tegra_fb_alloc() 137 struct tegra_bo *planes[4]; in tegra_fb_create() 208 struct tegra_bo *bo; in tegra_fbdev_probe()
|
D | drm.c | 274 struct tegra_bo *bo; in host1x_bo_lookup() 451 struct tegra_bo *bo; in tegra_gem_create() 466 struct tegra_bo *bo; in tegra_gem_mmap() 645 struct tegra_bo *bo; in tegra_gem_set_tiling() 696 struct tegra_bo *bo; in tegra_gem_get_tiling() 736 struct tegra_bo *bo; in tegra_gem_set_flags() 761 struct tegra_bo *bo; in tegra_gem_get_flags()
|
D | drm.h | 29 struct tegra_bo **planes; 264 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
D | dc.c | 590 struct tegra_bo *bo = tegra_fb_get_plane(fb, i); in tegra_plane_atomic_update() 711 struct tegra_bo *bo = tegra_fb_get_plane(plane->state->fb, 0); in tegra_cursor_atomic_update() 958 struct tegra_bo *bo; in tegra_dc_finish_page_flip()
|