We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfac7f commit ae0448bCopy full SHA for ae0448b
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
@@ -1728,7 +1728,7 @@ int amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu(
1728
add_kgd_mem_to_kfd_bo_list(*mem, avm->process_info, user_addr);
1729
1730
if (user_addr) {
1731
- pr_debug("creating userptr BO for user_addr = %llu\n", user_addr);
+ pr_debug("creating userptr BO for user_addr = %llx\n", user_addr);
1732
ret = init_user_pages(*mem, user_addr, criu_resume);
1733
if (ret)
1734
goto allocate_init_user_pages_failed;
0 commit comments