]> git.baikalelectronics.ru Git - kernel.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)
commit7879fbffd22a71b3d3ca36827b7157c3a86ce647
tree244348246e8ea877f82b1c6e797d399ee5f7bf96
parentbf166a09f07f70f44d531245034e2f584938e313
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