aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cheng <[email protected]>2018-06-14 16:06:10 -0400
committerAlex Deucher <[email protected]>2018-07-13 14:46:54 -0500
commit91f191c74e8da29360109acb97a20240bedbc355 (patch)
treec3d1f5ca82362fe46ae5c015229bc0fd019fc4ba
parenta9962fb8e53aad86bc5c4147ecc209a214345f56 (diff)
drm/amd/display: Add avoid_vbios_exec_table debug bit
Signed-off-by: Tony Cheng <[email protected]> Reviewed-by: Yongqiang Sun <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 0cb7e10d2505..59985baac11e 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;