linux_dsm_epyc7002/drivers/gpu/drm/amd
Oded Gabbay 73a1da0bb3 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 <oded.gabbay@amd.com>
Reviewed-by: Alexey Skidanov <Alexey.skidanov@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2015-01-09 22:26:09 +02:00
..
amdkfd drm/amdkfd: Allocate gart memory using new interface 2015-01-09 22:26:09 +02:00
include drm/amd: Add new kfd-->kgd interface for gart usage 2015-01-09 22:26:07 +02:00