mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
drm/amd/display: remove HDMI deep color debug flag
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e33a18f333
commit
c87af595c0
2 changed files with 0 additions and 4 deletions
|
@ -149,7 +149,6 @@ struct dc_debug {
|
|||
bool disable_power_gate;
|
||||
bool disable_clock_gate;
|
||||
bool disable_dmcu;
|
||||
bool disable_hdmi_deep_color;
|
||||
bool disable_color_module;
|
||||
};
|
||||
|
||||
|
|
|
@ -949,9 +949,6 @@ bool dce110_link_encoder_construct(
|
|||
|
||||
enc110->base.transmitter = init_data->transmitter;
|
||||
|
||||
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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue