From: Oded Gabbay Date: Sun, 26 Oct 2014 07:53:37 +0000 (+0200) Subject: drm/amdkfd: Allocate gart memory using new interface X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~41^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a1da0bb3b32a552817c57dcaebef09bd2f3677;p=pandora-kernel.git drm/amdkfd: Allocate gart memory using new interface This patch changes the calls to allocate the gart memory for amdkfd from the old interface (radeon_sa) to the new one (kfd_gtt_sa) The new gart sub-allocator is initialized with chunk size equal to 512 bytes. This is because the KV MQD is 512 Bytes and most of the sub-allocations are MQDs. Signed-off-by: Oded Gabbay Reviewed-by: Alexey Skidanov Reviewed-by: Alex Deucher --- Reading git-diff-tree failed