Commit 8e6a3116 authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

drm/amd/display: Code style adjustments

This commit address some small code style issues in DC.
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fc3408e6
...@@ -186,7 +186,6 @@ void dcn321_link_encoder_construct( ...@@ -186,7 +186,6 @@ void dcn321_link_encoder_construct(
__func__, __func__,
result); result);
} }
if (enc10->base.ctx->dc->debug.hdmi20_disable) { if (enc10->base.ctx->dc->debug.hdmi20_disable)
enc10->base.features.flags.bits.HDMI_6GB_EN = 0; enc10->base.features.flags.bits.HDMI_6GB_EN = 0;
}
} }
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
struct dc_dp_mst_stream_allocation_table; struct dc_dp_mst_stream_allocation_table;
struct aux_payload; struct aux_payload;
enum aux_return_code_type; enum aux_return_code_type;
enum set_config_status;
/* /*
* Allocate memory accessible by the GPU * Allocate memory accessible by the GPU
...@@ -200,7 +201,7 @@ int dm_helper_dmub_aux_transfer_sync( ...@@ -200,7 +201,7 @@ int dm_helper_dmub_aux_transfer_sync(
const struct dc_link *link, const struct dc_link *link,
struct aux_payload *payload, struct aux_payload *payload,
enum aux_return_code_type *operation_result); enum aux_return_code_type *operation_result);
enum set_config_status;
int dm_helpers_dmub_set_config_sync(struct dc_context *ctx, int dm_helpers_dmub_set_config_sync(struct dc_context *ctx,
const struct dc_link *link, const struct dc_link *link,
struct set_config_cmd_payload *payload, struct set_config_cmd_payload *payload,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment