Searched refs:tegra_bo (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/tegra/ |
A D | gem.c | 28 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put() 250 struct tegra_bo *bo; in tegra_bo_alloc_object() 355 struct tegra_bo *bo; in tegra_bo_create() 386 struct tegra_bo *bo; in tegra_bo_create_with_handle() 409 struct tegra_bo *bo; in tegra_bo_import() 455 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object() 477 struct tegra_bo *bo; in tegra_bo_dumb_create() 494 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault() 515 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap() 696 struct tegra_bo *bo; in tegra_gem_prime_import() [all …]
|
A D | gem.h | 35 struct tegra_bo { struct 52 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument 54 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo() 57 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo() 59 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo() 62 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, 64 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
|
A 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() 112 struct tegra_bo **planes, in tegra_fb_alloc() 144 struct tegra_bo *planes[4]; in tegra_fb_create() 193 struct tegra_bo *bo; in tegra_fb_mmap() 225 struct tegra_bo *bo; in tegra_fbdev_probe() 353 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
|
A D | plane.h | 12 struct tegra_bo; 28 struct tegra_bo *bo;
|
A D | drm.c | 222 struct tegra_bo *obj; in tegra_drm_submit() 267 struct tegra_bo *obj; in tegra_drm_submit() 349 struct tegra_bo *bo; in tegra_gem_create() 364 struct tegra_bo *bo; in tegra_gem_mmap() 601 struct tegra_bo *bo; in tegra_gem_set_tiling() 652 struct tegra_bo *bo; in tegra_gem_get_tiling() 692 struct tegra_bo *bo; in tegra_gem_set_flags() 717 struct tegra_bo *bo; in tegra_gem_get_flags()
|
A D | plane.c | 146 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin() 198 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin() 217 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_unpin()
|
A D | drm.h | 183 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
Completed in 18 milliseconds