Home
last modified time | relevance | path

Searched refs:to_tegra_bo (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/tegra/
Dgem.c439 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
478 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
499 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
552 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
585 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
603 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
616 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
640 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
Dgem.h46 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() function
Ddrm.c116 bo = to_tegra_bo(gem); in host1x_bo_lookup()
367 bo = to_tegra_bo(gem); in tegra_gem_mmap()
634 bo = to_tegra_bo(gem); in tegra_gem_set_tiling()
656 bo = to_tegra_bo(gem); in tegra_gem_get_tiling()
698 bo = to_tegra_bo(gem); in tegra_gem_set_flags()
720 bo = to_tegra_bo(gem); in tegra_gem_get_flags()
Dfb.c29 return to_tegra_bo(drm_gem_fb_get_obj(framebuffer, index)); in tegra_fb_get_plane()
161 planes[i] = to_tegra_bo(gem); in tegra_fb_create()