Commit c0044bc2 authored by Jammy Zhou's avatar Jammy Zhou Committed by Alex Deucher

drm/amdgpu: silent the message for GPU scheduler creation

Signed-off-by: default avatarJammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
parent 1d3897e0
......@@ -503,8 +503,6 @@ struct amd_gpu_scheduler *amd_sched_create(void *device,
sched->thread = kthread_create(amd_sched_main, sched, name);
if (sched->thread) {
wake_up_process(sched->thread);
DRM_INFO("Create gpu scheduler for id %d successfully.\n",
ring);
return sched;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment