diff options
author | 2018-06-08 12:58:15 +0200 | |
---|---|---|
committer | 2018-06-19 12:43:27 -0500 | |
commit | 6fa39bc1e01dab8b4f54b23e95a181a2ed5a2d38 (patch) | |
tree | 770a3142a0d0147483d8ad0f6b288c1adce8d008 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | drm/amd/pp: Fix uninitialized variable (diff) | |
download | linux-dev-6fa39bc1e01dab8b4f54b23e95a181a2ed5a2d38.tar.xz linux-dev-6fa39bc1e01dab8b4f54b23e95a181a2ed5a2d38.zip |
drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
It can be quite big, and there's no need for it to be physically
contiguous. This is less likely to fail under memory pressure (has
actually happened while running piglit).
Cc: stable@vger.kernel.org
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions