Searched refs:tegra_fb_get_plane (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | fb.c | 26 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() function 34 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 186 bo = tegra_fb_get_plane(helper->fb, 0); in tegra_fb_mmap() 343 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
|
H A D | plane.c | 118 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin() 162 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin() 181 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_unpin()
|
H A D | drm.h | 166 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | fb.c | 20 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() function 28 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up()
|
H A D | fbdev.c | 31 bo = tegra_fb_get_plane(helper->fb, 0); in tegra_fb_mmap() 44 struct tegra_bo *bo = tegra_fb_get_plane(fb, 0); in tegra_fbdev_fb_destroy()
|
H A D | drm.h | 182 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
H A D | plane.c | 146 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()
|
Completed in 4 milliseconds