| D | fb.c | 20 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,  in tegra_fb_get_plane()  argument23 	return to_tegra_bo(drm_gem_fb_get_obj(framebuffer, index));  in tegra_fb_get_plane()
 26 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer)  in tegra_fb_is_bottom_up()  argument
 28 	struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0);  in tegra_fb_is_bottom_up()
 36 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer,  in tegra_fb_get_tiling()  argument
 39 	uint64_t modifier = framebuffer->modifier;  in tegra_fb_get_tiling()
 
 |