Searched refs:tegra_fb (Results 1 – 2 of 2) sorted by relevance
16 static inline struct tegra_fb *to_tegra_fb(struct drm_framebuffer *fb) in to_tegra_fb()18 return container_of(fb, struct tegra_fb, base); in to_tegra_fb()31 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_plane()41 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_is_bottom_up()52 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_tiling()62 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy()84 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle()94 static struct tegra_fb *tegra_fb_alloc(struct drm_device *drm, in tegra_fb_alloc()99 struct tegra_fb *fb; in tegra_fb_alloc()139 struct tegra_fb *fb; in tegra_fb_create()
26 struct tegra_fb { struct35 struct tegra_fb *fb; argument