Lines Matching refs:framebuffer
28 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() argument
31 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_plane()
33 if (index >= drm_format_num_planes(framebuffer->pixel_format)) in tegra_fb_get_plane()
39 bool tegra_fb_is_bottom_up(struct drm_framebuffer *framebuffer) in tegra_fb_is_bottom_up() argument
41 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_is_bottom_up()
49 int tegra_fb_get_tiling(struct drm_framebuffer *framebuffer, in tegra_fb_get_tiling() argument
52 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_tiling()
60 static void tegra_fb_destroy(struct drm_framebuffer *framebuffer) in tegra_fb_destroy() argument
62 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy()
76 drm_framebuffer_cleanup(framebuffer); in tegra_fb_destroy()
81 static int tegra_fb_create_handle(struct drm_framebuffer *framebuffer, in tegra_fb_create_handle() argument
84 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle()