summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-01-05 12:59:34 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:08:55 -0400
commitc87af595c03e73cc3175cf282858af22b374e20c (patch)
tree78e90d3629ae202317d62fbf04a307922f0acda4
parente33a18f333e8b1abe892e5f5d516e89dffcb5cc3 (diff)
downloadlinux-stable-c87af595c03e73cc3175cf282858af22b374e20c.tar.gz
linux-stable-c87af595c03e73cc3175cf282858af22b374e20c.tar.bz2
linux-stable-c87af595c03e73cc3175cf282858af22b374e20c.zip
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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 64002268818a..e8cb7a4dee80 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -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;
};
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
index 81144586995a..c08337696cf8 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
@@ -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
*/