drm/amdkfd: add debug print to kfd_events.c
authorOded Gabbay <oded.gabbay@gmail.com>
Thu, 30 Apr 2015 15:05:36 +0000 (18:05 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Sat, 6 Jun 2015 18:09:51 +0000 (21:09 +0300)
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_events.c

index 3cb37d220f6033cd128ae8cac52c651089e290ce..b6e28dcaea1d78c42f9a81cb5147e3d9c7751433 100644 (file)
@@ -313,6 +313,10 @@ static int create_signal_event(struct file *devkfd,
                        p->signal_event_count, ev->event_id,
                        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;
 }
 
This page took 0.025392 seconds and 5 git commands to generate.