drm/amdkfd: add debug print to kfd_events.c
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
f4e04022ed
commit
6235e15ea6
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ static int create_signal_event(struct file *devkfd,
|
||||||
p->signal_event_count, ev->event_id,
|
p->signal_event_count, ev->event_id,
|
||||||
ev->user_signal_address);
|
ev->user_signal_address);
|
||||||
|
|
||||||
|
pr_debug("signal event number %zu created with id %d, address %p\n",
|
||||||
|
p->signal_event_count, ev->event_id,
|
||||||
|
ev->user_signal_address);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue