]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/tegra: gem: Extract tegra_bo_alloc_object()
authorThierry Reding <treding@nvidia.com>
Thu, 16 Oct 2014 12:18:50 +0000 (14:18 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:14:46 +0000 (16:14 +0100)
commitc28d4a317fef0401be180b34f48d193ff2a6787b
tree244348246e8ea877f82b1c6e797d399ee5f7bf96
parent7e3bc3a98fd1df5839cdc5cbce4dfdb9e4c03655
drm/tegra: gem: Extract tegra_bo_alloc_object()

This function implements the common buffer object allocation used for
both allocation and import paths.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/gem.c