Sorry, please ignore this patch. Just misunderstood before.

Thanks,
Ray

-----Original Message-----
From: Huang, Ray <[email protected]> 
Sent: Wednesday, December 4, 2019 3:22 PM
To: [email protected]; Kuehling, Felix <[email protected]>; 
Zhao, Yong <[email protected]>
Cc: Deucher, Alexander <[email protected]>; Huang, Ray 
<[email protected]>
Subject: [PATCH] drm/amdkfd: fix a minor typo on user queue init

Fix PQM -> DQM.

Signed-off-by: Huang Rui <[email protected]>
---
 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
index d3eacf7..b7db622 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
@@ -183,7 +183,7 @@ static int init_user_queue(struct process_queue_manager 
*pqm,
        (*q)->device = dev;
        (*q)->process = pqm->process;
 
-       pr_debug("PQM After init queue");
+       pr_debug("DQM After init queue");
 
        return retval;
 }
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to