On 2020-09-17 1:11 p.m., Ramesh Errabolu wrote:
+       if (pdd->qpd.queue_count == 0) {
+               pr_info("%s: Gpu-Id: %d has no active queues for process %d\n",
+                       __func__, dev->id, proc->pasid);

pr_debug can be dynamically enabled in dmesg if needed, pr_info will always show in dmesg.

pr_debug("Gpu-Id: %d has no active queues for process %d\n",

                dev->id, proc->pasid);

Philip

+               return snprintf(buffer, PAGE_SIZE, "%d\n", cu_cnt);
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to