drm/amdkfd: Process-device data creation and lookup split
authorAlexey Skidanov <Alexey.Skidanov@amd.com>
Tue, 18 Nov 2014 12:00:04 +0000 (14:00 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Fri, 9 Jan 2015 20:25:58 +0000 (22:25 +0200)
This patch splits the current kfd_get_process_device_data() to two
functions, one that specifically creates a pdd and another one which
just do lookup.

This is done to enhance the readability and maintainability of the code.

Signed-off-by: Alexey Skidanov <Alexey.Skidanov@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>

No differences found