drm/amdkfd: Remove call to deprecated init_memory interface
authorBen Goz <ben.goz@amd.com>
Sun, 26 Oct 2014 16:07:34 +0000 (18:07 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Sun, 26 Oct 2014 16:07:34 +0000 (18:07 +0200)
commitfe502804205e4103bdff4854bb41cd78fa82b099
treee4578c2c5e83c9ec6c507223b6b05f7f01d23159
parent08dcc57fcd240922347c8a9f14d18e67a3f9f1a9
drm/amdkfd: Remove call to deprecated init_memory interface

This patch removes a call to kfd-->kgd interface function that is doing H/W
initialization. That function is moved into radeon to be part of the common
H/W initialization sequence. The interface function will be deleted.

Signed-off-by: Ben Goz <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c