Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c370 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
420 bo = to_tegra_bo(gem); in tegra_bo_dumb_map_offset()
434 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
478 bo = to_tegra_bo(gem); in tegra_drm_mmap()
511 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
551 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
595 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
Dgem.h50 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() function
Ddrm.c284 bo = to_tegra_bo(gem); in host1x_bo_lookup()
472 bo = to_tegra_bo(gem); in tegra_gem_mmap()
681 bo = to_tegra_bo(gem); in tegra_gem_set_tiling()
703 bo = to_tegra_bo(gem); in tegra_gem_get_tiling()
745 bo = to_tegra_bo(gem); in tegra_gem_set_flags()
767 bo = to_tegra_bo(gem); in tegra_gem_get_flags()
Dfb.c166 planes[i] = to_tegra_bo(gem); in tegra_fb_create()