OSDN Git Service

drm/amd/display: Add avoid_vbios_exec_table debug bit
authorTony Cheng <tony.cheng@amd.com>
Thu, 14 Jun 2018 20:06:10 +0000 (16:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 19:46:54 +0000 (14:46 -0500)
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 0cb7e10..59985ba 100644 (file)
@@ -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;