commit | 093c7d8cfd2a26ff05e3bdff63d371147df1951c | [log] [tgz] |
---|---|---|
author | Alexey Skidanov <Alexey.Skidanov@amd.com> | Tue Nov 18 14:00:04 2014 +0200 |
committer | Oded Gabbay <oded.gabbay@amd.com> | Fri Jan 09 22:25:58 2015 +0200 |
tree | a308fb36ec1d2d18480c5b0547d87160d52c1441 | |
parent | f7c826ad380b59baff190044c024b62091128145 [diff] |
drm/amdkfd: Process-device data creation and lookup split 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>