drm/amd/display: Adjust incorrect indentations and spaces
This fixes indentations and adjust spaces for better readability and code styles. Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -83,7 +83,6 @@ CLK_MGR_DCN10 = rv1_clk_mgr.o rv1_clk_mgr_vbios_smu.o rv2_clk_mgr.o
|
||||
AMD_DAL_CLK_MGR_DCN10 = $(addprefix $(AMDDALPATH)/dc/clk_mgr/dcn10/,$(CLK_MGR_DCN10))
|
||||
|
||||
AMD_DISPLAY_FILES += $(AMD_DAL_CLK_MGR_DCN10)
|
||||
|
||||
###############################################################################
|
||||
# DCN20
|
||||
###############################################################################
|
||||
|
||||
@@ -1539,7 +1539,6 @@ struct clk_mgr_internal *dcn401_clk_mgr_construct(
|
||||
}
|
||||
|
||||
return &clk_mgr401->base;
|
||||
|
||||
}
|
||||
|
||||
void dcn401_clk_mgr_destroy(struct clk_mgr_internal *clk_mgr)
|
||||
|
||||
@@ -1019,7 +1019,7 @@ static bool dc_construct(struct dc *dc,
|
||||
goto fail;
|
||||
}
|
||||
|
||||
dc_ctx = dc->ctx;
|
||||
dc_ctx = dc->ctx;
|
||||
|
||||
/* Resource should construct all asic specific resources.
|
||||
* This should be the only place where we need to parse the asic id
|
||||
@@ -3361,10 +3361,10 @@ static void commit_planes_do_stream_update(struct dc *dc,
|
||||
if (stream_update->mst_bw_update->is_increase)
|
||||
dc->link_srv->increase_mst_payload(pipe_ctx,
|
||||
stream_update->mst_bw_update->mst_stream_bw);
|
||||
else
|
||||
else
|
||||
dc->link_srv->reduce_mst_payload(pipe_ctx,
|
||||
stream_update->mst_bw_update->mst_stream_bw);
|
||||
}
|
||||
}
|
||||
|
||||
if (stream_update->pending_test_pattern) {
|
||||
/*
|
||||
@@ -3970,6 +3970,7 @@ static void commit_planes_for_stream(struct dc *dc,
|
||||
|
||||
for (i = 0; i < surface_count; i++) {
|
||||
struct dc_plane_state *plane_state = srf_updates[i].surface;
|
||||
|
||||
/*set logical flag for lock/unlock use*/
|
||||
for (j = 0; j < dc->res_pool->pipe_count; j++) {
|
||||
struct pipe_ctx *pipe_ctx = &context->res_ctx.pipe_ctx[j];
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
DCCG_SFII(OTG, PIXEL_RATE_CNTL, OTG, ADD_PIXEL, 3, mask_sh),\
|
||||
DCCG_SF(DCCG_AUDIO_DTO_SOURCE, DCCG_AUDIO_DTO_SEL, mask_sh),\
|
||||
DCCG_SF(DCCG_AUDIO_DTO_SOURCE, DCCG_AUDIO_DTO0_SOURCE_SEL, mask_sh),\
|
||||
DCCG_SF(DENTIST_DISPCLK_CNTL, DENTIST_DISPCLK_CHG_MODE, mask_sh), \
|
||||
DCCG_SF(DENTIST_DISPCLK_CNTL, DENTIST_DISPCLK_CHG_MODE, mask_sh),\
|
||||
DCCG_SF(DSCCLK0_DTO_PARAM, DSCCLK0_DTO_PHASE, mask_sh),\
|
||||
DCCG_SF(DSCCLK0_DTO_PARAM, DSCCLK0_DTO_MODULO, mask_sh),\
|
||||
DCCG_SF(DSCCLK1_DTO_PARAM, DSCCLK1_DTO_PHASE, mask_sh),\
|
||||
|
||||
@@ -770,7 +770,7 @@ bool dce_aux_transfer_with_retries(struct ddc_service *ddc,
|
||||
aux_defer_retries,
|
||||
AUX_MAX_RETRIES);
|
||||
goto fail;
|
||||
} else
|
||||
} else
|
||||
udelay(300);
|
||||
} else if (payload->write && ret > 0) {
|
||||
/* sink requested more time to complete the write via AUX_ACKM */
|
||||
@@ -790,7 +790,6 @@ bool dce_aux_transfer_with_retries(struct ddc_service *ddc,
|
||||
payload->write_status_update = true;
|
||||
payload->length = 0;
|
||||
udelay(300);
|
||||
|
||||
} else
|
||||
return true;
|
||||
break;
|
||||
|
||||
@@ -298,12 +298,12 @@ static bool setup_engine(
|
||||
uint32_t i2c_setup_limit = I2C_SETUP_TIME_LIMIT_DCE;
|
||||
uint32_t reset_length = 0;
|
||||
|
||||
if (dce_i2c_hw->ctx->dc->debug.enable_mem_low_power.bits.i2c) {
|
||||
if (dce_i2c_hw->regs->DIO_MEM_PWR_CTRL) {
|
||||
REG_UPDATE(DIO_MEM_PWR_CTRL, I2C_LIGHT_SLEEP_FORCE, 0);
|
||||
REG_WAIT(DIO_MEM_PWR_STATUS, I2C_MEM_PWR_STATE, 0, 0, 5);
|
||||
}
|
||||
}
|
||||
if (dce_i2c_hw->ctx->dc->debug.enable_mem_low_power.bits.i2c) {
|
||||
if (dce_i2c_hw->regs->DIO_MEM_PWR_CTRL) {
|
||||
REG_UPDATE(DIO_MEM_PWR_CTRL, I2C_LIGHT_SLEEP_FORCE, 0);
|
||||
REG_WAIT(DIO_MEM_PWR_STATUS, I2C_MEM_PWR_STATE, 0, 0, 5);
|
||||
}
|
||||
}
|
||||
|
||||
if (dce_i2c_hw->masks->DC_I2C_DDC1_CLK_EN)
|
||||
REG_UPDATE_N(SETUP, 1,
|
||||
|
||||
@@ -575,7 +575,6 @@ static void dce60_opp_program_clamping_and_pixel_encoding(
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
static void program_formatter_420_memory(struct output_pixel_processor *opp)
|
||||
{
|
||||
struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
|
||||
|
||||
@@ -1025,6 +1025,7 @@ static void dce110_reset_hdmi_stream_attribute(
|
||||
struct stream_encoder *enc)
|
||||
{
|
||||
struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc);
|
||||
|
||||
if (enc110->se_mask->HDMI_DATA_SCRAMBLE_EN)
|
||||
REG_UPDATE_5(HDMI_CONTROL,
|
||||
HDMI_PACKET_GEN_VERSION, 1,
|
||||
|
||||
@@ -109,7 +109,6 @@ static void dmub_replay_enable(struct dmub_replay *dmub, bool enable, bool wait,
|
||||
if (retry_count >= 1000)
|
||||
ASSERT(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -282,7 +282,6 @@ struct mpll_cfg {
|
||||
uint32_t tx_peaking_lvl;
|
||||
uint32_t ctr_reqs_pll;
|
||||
|
||||
|
||||
};
|
||||
|
||||
struct dpcssys_phy_seq_cfg {
|
||||
|
||||
Reference in New Issue
Block a user