Home
last modified time | relevance | path

Searched refs:tegra_fb (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/tegra/
Dfb.c18 static inline struct tegra_fb *to_tegra_fb(struct drm_framebuffer *fb) in to_tegra_fb()
20 return container_of(fb, struct tegra_fb, base); in to_tegra_fb()
33 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_plane()
43 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_is_bottom_up()
54 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_get_tiling()
64 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_destroy()
86 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle()
96 static struct tegra_fb *tegra_fb_alloc(struct drm_device *drm, in tegra_fb_alloc()
101 struct tegra_fb *fb; in tegra_fb_alloc()
141 struct tegra_fb *fb; in tegra_fb_create()
Ddrm.h27 struct tegra_fb { struct
36 struct tegra_fb *fb; argument