提交 dc0bcaf2 编写于 作者: T Tony Cheng 提交者: Alex Deucher

drm/amd/display: debug opt disable hdmi deep color

Signed-off-by: NTony Cheng <tony.cheng@amd.com>
Reviewed-by: NYongqiang Sun <yongqiang.sun@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 1646a6fe
......@@ -147,6 +147,7 @@ struct dc_debug {
bool disable_power_gate;
bool disable_clock_gate;
bool disable_dmcu;
bool disable_hdmi_deep_color;
};
struct dc {
......
......@@ -993,6 +993,9 @@ bool dce110_link_encoder_construct(
enc110->base.features.max_deep_color = COLOR_DEPTH_121212;
enc110->base.features.max_hdmi_deep_color = COLOR_DEPTH_121212;
if (enc110->base.ctx->dc->debug.disable_hdmi_deep_color)
enc110->base.features.max_hdmi_deep_color = COLOR_DEPTH_888;
/* set the flag to indicate whether driver poll the I2C data pin
* while doing the DP sink detect
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册