]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add new helper for in kernel allocations
authorChristian König <christian.koenig@amd.com>
Mon, 14 Dec 2015 12:18:01 +0000 (13:18 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:15 +0000 (11:32 -0400)
commitebe5fd472db2a4319694289475d57f495bd7a7fa
treeda3bd3470ed92ad83da9e349e1386f396a89220f
parent7bda260b479f13e6afd0c996a8d9e9c52ec744a3
drm/amdgpu: add new helper for in kernel allocations

We often allocate, pin and map things at the same time in the kernel.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h