Home
last modified time | relevance | path

Searched refs:tegra_fb_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/tegra/
Dfb.c104 struct drm_framebuffer *tegra_fb_alloc(struct drm_device *drm, in tegra_fb_alloc() function
169 fb = tegra_fb_alloc(drm, cmd, planes, i); in tegra_fb_create()
Ddrm.h184 struct drm_framebuffer *tegra_fb_alloc(struct drm_device *drm,
Dfbdev.c106 fb = tegra_fb_alloc(drm, &cmd, &bo, 1); in tegra_fbdev_probe()