Home
last modified time | relevance | path

Searched refs:early_control (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c950 uint32_t *early_control) in dcn401_enable_stream_calc() argument
976 *early_control = active_total_with_borders % lane_count; in dcn401_enable_stream_calc()
978 if (*early_control == 0) in dcn401_enable_stream_calc()
979 *early_control = lane_count; in dcn401_enable_stream_calc()
985 uint32_t early_control = 0; in dcn401_enable_stream() local
999 &tmds_div, &early_control); in dcn401_enable_stream()
1034 tg->funcs->set_early_control(tg, early_control); in dcn401_enable_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c670 uint32_t early_control = 0; in dce110_enable_stream() local
684 early_control = active_total_with_borders % lane_count; in dce110_enable_stream()
686 if (early_control == 0) in dce110_enable_stream()
687 early_control = lane_count; in dce110_enable_stream()
689 tg->funcs->set_early_control(tg, early_control); in dce110_enable_stream()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c2983 uint32_t early_control = 0; in dcn20_enable_stream() local
3039 early_control = active_total_with_borders % lane_count; in dcn20_enable_stream()
3041 if (early_control == 0) in dcn20_enable_stream()
3042 early_control = lane_count; in dcn20_enable_stream()
3044 tg->funcs->set_early_control(tg, early_control); in dcn20_enable_stream()