drm/amdgpu: reserve less memory for PDE updates
authorChristian König <christian.koenig@amd.com>
Mon, 18 Mar 2019 14:28:25 +0000 (15:28 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Mar 2019 18:59:09 +0000 (13:59 -0500)
commit802a4a484a76d00af6220e402eb66a1063287d30
tree1c3ee1c1eb72373bc208256cac838f5f57e47bae
parentd1e29462a06ac3d11645b7d939b00bcf51b10cc3
drm/amdgpu: reserve less memory for PDE updates

Allocating 16KB was way to much, just use 2KB as a start for now.

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