Re: [PATCH 2/2] drm/amdkfd: CRIU Refactor restore BO function

2022-03-08 Thread Felix Kuehling
Am 2022-03-08 um 10:28 schrieb David Yat Sin: Refactor CRIU restore BO to reduce identation before adding support for IPC. Update the commit message. There is no IPC support on the public branch. The refactoring is still welcome to improve the readability and maintainability of the code.

[PATCH 2/2] drm/amdkfd: CRIU Refactor restore BO function

2022-03-08 Thread David Yat Sin
Refactor CRIU restore BO to reduce identation before adding support for IPC. Signed-off-by: David Yat Sin --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 271 +++ 1 file changed, 129 insertions(+), 142 deletions(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c