early_control     660 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	uint32_t early_control = 0;
early_control     679 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		early_control = active_total_with_borders % lane_count;
early_control     681 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (early_control == 0)
early_control     682 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		early_control = lane_count;
early_control     684 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	tg->funcs->set_early_control(tg, early_control);
early_control    1930 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	uint32_t early_control = 0;
early_control    1953 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		early_control = active_total_with_borders % lane_count;
early_control    1955 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	if (early_control == 0)
early_control    1956 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		early_control = lane_count;
early_control    1958 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	tg->funcs->set_early_control(tg, early_control);