]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tegra: Make tegra_fb_alloc() an internal interface
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 21 Apr 2026 07:29:09 +0000 (09:29 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 28 May 2026 15:19:29 +0000 (17:19 +0200)
commitedb4f5e630d9555461a48db89b4a20d5b7e160bb
treefd029ff2321ebd2f59413d91ee106ed0821f1e92
parent0daa4b50fc6a6e636f4f0b2b462860f36ef67a6a
drm/tegra: Make tegra_fb_alloc() an internal interface

Fbdev framebuffer allocation now goes through the regular ioctl call
chain. This makes tegra_fb_alloc() an internal helper function. Declare
it as static.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patch.msgid.link/20260421073646.144712-6-tzimmermann@suse.de
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/fb.c