aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlene Liu <[email protected]>2017-09-30 21:03:40 -0400
committerAlex Deucher <[email protected]>2017-10-21 16:47:01 -0400
commit3af89b96b2f22119556b8e89edde72951f6bd410 (patch)
treea42e41b7536bc8068ae0705315e55a1277c8ae32
parent734a092b1fe407319c8a4f38f9b4a647ddb54c2c (diff)
drm/amd/display: Add stereo_support debug flag
Signed-off-by: Charlene Liu <[email protected]> Reviewed-by: Tony Cheng <[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 2517fb821fff..172050ad845d 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -217,6 +217,7 @@ struct dc_debug {
bool force_abm_enable;
bool disable_hbup_pg;
bool disable_dpp_pg;
+ bool stereo_support;
};
struct dc_state;
struct resource_pool;