[PATCH 63/76] drm/amd/dal: disable break_to_debugger for bandwidth failures in diags

Harry Wentland harry.wentland at amd.com
Mon Nov 21 23:01:23 UTC 2016


From: Dmytro Laktyushkin <Dmytro.Laktyushkin at amd.com>

Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin at amd.com>
Acked-by: Harry Wentland <harry.wentland at amd.com>
---
 drivers/gpu/drm/amd/dal/dc/core/dc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc.c b/drivers/gpu/drm/amd/dal/dc/core/dc.c
index 0c814cf886c3..c96e9edacaf1 100644
--- a/drivers/gpu/drm/amd/dal/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/dal/dc/core/dc.c
@@ -1205,7 +1205,6 @@ bool dc_pre_update_surfaces_to_target(
 				context);
 		if (!temp_context) {
 			dm_error("%s:failed apply clk constraints\n", __func__);
-			BREAK_TO_DEBUGGER();
 			ret = false;
 			goto unexpected_fail;
 		}
-- 
2.10.1



More information about the amd-gfx mailing list