Home
last modified time | relevance | path

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

/drivers/gpu/host1x/drm/
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()
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_destroy()
59 struct tegra_fb *fb = to_tegra_fb(framebuffer); in tegra_fb_create_handle()
69 static struct tegra_fb *tegra_fb_alloc(struct drm_device *drm, in tegra_fb_alloc()
74 struct tegra_fb *fb; in tegra_fb_alloc()
112 struct tegra_fb *fb; in tegra_fb_create()
Ddrm.h22 struct tegra_fb { struct
30 struct tegra_fb *fb; argument