Skip to content

Commit

Permalink
drm/amd/display: remove HDMI deep color debug flag
Browse files Browse the repository at this point in the history
Change-Id: I509f7524c9e6dd35521b500cf6b52a9be2743f95
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
  • Loading branch information
Tony Cheng authored and Alex Deucher committed Jan 9, 2017
1 parent 91e5c45 commit b960aec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/amd/display/dc/dc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
3 changes: 0 additions & 3 deletions drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit b960aec

Please sign in to comment.