From: Tony Cheng Date: Thu, 14 Jun 2018 20:06:10 +0000 (-0400) Subject: drm/amd/display: Add avoid_vbios_exec_table debug bit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=91f191c74e8da29360109acb97a20240bedbc355;p=linux.git drm/amd/display: Add avoid_vbios_exec_table debug bit Signed-off-by: Tony Cheng Reviewed-by: Yongqiang Sun Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 0cb7e10d2505b..59985baac11e4 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -249,6 +249,7 @@ struct dc_debug { bool always_use_regamma; bool p010_mpo_support; bool recovery_enabled; + bool avoid_vbios_exec_table; }; struct dc_state;