Reviewed-by: Harry Wentland <harry.wentland at amd.com> Signed-off-by: Alex Deucher <alexander.deucher at amd.com> --- drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c index 93ce496..7c92396 100644 --- a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c +++ b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c @@ -223,12 +223,7 @@ static void dce110_stream_encoder_dp_set_stream_attribute( struct dc_crtc_timing *crtc_timing, enum dc_color_space output_color_space) { - uint32_t h_active_start; - uint32_t v_active_start; uint32_t misc0; - uint32_t misc1; - uint32_t h_blank; - uint32_t h_back_porch; struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc); /* set pixel encoding */ @@ -435,8 +430,6 @@ static void dce110_stream_encoder_set_mst_bandwidth( struct fixed31_32 avg_time_slots_per_mtp) { struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc); - struct dc_context *ctx = enc110->base.ctx; - uint32_t retries = 0; uint32_t x = dal_fixed31_32_floor( avg_time_slots_per_mtp); uint32_t y = dal_fixed31_32_ceil( -- 2.5.5