Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1911 uint32_t early_control = 0; in dcn20_enable_stream() local
1934 early_control = active_total_with_borders % lane_count; in dcn20_enable_stream()
1936 if (early_control == 0) in dcn20_enable_stream()
1937 early_control = lane_count; in dcn20_enable_stream()
1939 tg->funcs->set_early_control(tg, early_control); in dcn20_enable_stream()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c660 uint32_t early_control = 0; in dce110_enable_stream() local
679 early_control = active_total_with_borders % lane_count; in dce110_enable_stream()
681 if (early_control == 0) in dce110_enable_stream()
682 early_control = lane_count; in dce110_enable_stream()
684 tg->funcs->set_early_control(tg, early_control); in dce110_enable_stream()