plugins/amdgpu: remove excessive debug messages

These pr_info lines begin with "CC3" and "TWI" were not meant to be
included in the patch.

Co-authored-by: Andrei Vagin <avagin@google.com>
Signed-off-by: David Francis <David.Francis@amd.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
David Francis 2025-11-02 07:26:44 -08:00 committed by Andrei Vagin
parent 9e404e2083
commit ff35a9126e
4 changed files with 8 additions and 29 deletions

View file

@ -135,13 +135,9 @@ int handle_for_shared_bo_fd(int fd)
if (trial_handle < 0)
continue;
pr_info("TWI: Check device %d, got handle %d\n", df->fd, trial_handle);
list_for_each_entry(bo, &shared_bos, l) {
if (bo->handle == trial_handle) {
pr_info("TWI: And that handle exists\n");
if (bo->handle == trial_handle)
return trial_handle;
}
}
amdgpu_device_deinitialize(h_dev);