commit | a5a4d68c9326bba7d6ab414a6c1a404f70ab29b1 | [log] [tgz] |
---|---|---|
author | Yong Zhao <Yong.Zhao@amd.com> | Fri Nov 08 00:30:49 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Dec 05 16:24:36 2019 -0500 |
tree | 9ea54766e150fb798531fae36bb1cdbcbd297946 | |
parent | f83f5a1e115c8dc382a5abaaf0c10374fbcf1038 [diff] |
drm/amdkfd: Eliminate unnecessary kernel queue function pointers Up to this point, those functions are all the same for all ASICs, so no need to call them by functions pointers. Removing the function pointers will greatly increase the code readablity. If there is ever need for those function pointers, we can add it back then. 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>