drm/radeon/kms: make some watermark messages debug only
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 4 Aug 2011 17:28:40 +0000 (17:28 +0000)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Aug 2011 09:49:43 +0000 (10:49 +0100)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/evergreen.c

index 14dce9f..fb5fa08 100644 (file)
@@ -743,7 +743,7 @@ static void evergreen_program_watermarks(struct radeon_device *rdev,
                    !evergreen_average_bandwidth_vs_available_bandwidth(&wm) ||
                    !evergreen_check_latency_hiding(&wm) ||
                    (rdev->disp_priority == 2)) {
-                       DRM_INFO("force priority to high\n");
+                       DRM_DEBUG_KMS("force priority to high\n");
                        priority_a_cnt |= PRIORITY_ALWAYS_ON;
                        priority_b_cnt |= PRIORITY_ALWAYS_ON;
                }