浏览代码

drm/amd/display: Add stereo_support debug flag

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Charlene Liu 8 年之前
父节点
当前提交
3af89b96b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/gpu/drm/amd/display/dc/dc.h

+ 1 - 0
drivers/gpu/drm/amd/display/dc/dc.h

@@ -217,6 +217,7 @@ struct dc_debug {
 	bool force_abm_enable;
 	bool force_abm_enable;
 	bool disable_hbup_pg;
 	bool disable_hbup_pg;
 	bool disable_dpp_pg;
 	bool disable_dpp_pg;
+	bool stereo_support;
 };
 };
 struct dc_state;
 struct dc_state;
 struct resource_pool;
 struct resource_pool;