drm/amdkfd: Rename create_cp_queue() to init_user_queue()
authorYong Zhao <Yong.Zhao@amd.com>
Wed, 16 Jan 2019 00:23:16 +0000 (19:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Nov 2019 20:29:45 +0000 (15:29 -0500)
commit2d030d3e97a6da66d9c6fa558e01571ec14a92b0
treebb5b9500701fbd001f2d6be40821b25d7889a8e4
parente47a8b5223033e4dea5e68a228783e3c5ae0b623
drm/amdkfd: Rename create_cp_queue() to init_user_queue()

create_cp_queue() could also work with SDMA queues, so we should rename
it. It only initialize the data values rather than creating queues.

Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c