]> Git Repo - linux.git/commitdiff
drm/amdgpu: silent the message for GPU scheduler creation
authorJammy Zhou <[email protected]>
Thu, 30 Jul 2015 08:24:53 +0000 (16:24 +0800)
committerAlex Deucher <[email protected]>
Mon, 17 Aug 2015 20:50:41 +0000 (16:50 -0400)
Signed-off-by: Jammy Zhou <[email protected]>
Reviewed-by: Chunming Zhou <[email protected]>
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c

index 296496ca22a0d0e067615aca6f7aa7c63ff5599d..5799474808e9536e4eeaffcce567ad1687baa54e 100644 (file)
@@ -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;
        }
 
This page took 0.059051 seconds and 4 git commands to generate.