Reviewed-by: Harish Kasiviswanathan <[email protected]>
On 2019-08-14 4:13 a.m., Christian König wrote: > Am 13.08.19 um 21:20 schrieb Zhao, Yong: >> The amdgpu_task_info will be used when printing VM page fault for KFD >> processes. >> >> Change-Id: Ifd983db5dceb1d477e7287e4893f80565a7a6b06 >> Signed-off-by: Yong Zhao <[email protected]> > > Acked-by: Christian König <[email protected]> > >> --- >> drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process.c >> b/drivers/gpu/drm/amd/amdkfd/kfd_process.c >> index 8f1076c0c88a..2ec42749f971 100644 >> --- a/drivers/gpu/drm/amd/amdkfd/kfd_process.c >> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_process.c >> @@ -801,6 +801,8 @@ int kfd_process_device_init_vm(struct kfd_process_device >> *pdd, >> return ret; >> } >> + amdgpu_vm_set_task_info(pdd->vm); >> + >> ret = kfd_process_device_reserve_ib_mem(pdd); >> if (ret) >> goto err_reserve_ib_mem; > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
