Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2383 uint32_t early_control = 0; in dcn20_enable_stream() local
2436 early_control = active_total_with_borders % lane_count; in dcn20_enable_stream()
2438 if (early_control == 0) in dcn20_enable_stream()
2439 early_control = lane_count; in dcn20_enable_stream()
2441 tg->funcs->set_early_control(tg, early_control); in dcn20_enable_stream()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c672 uint32_t early_control = 0; in dce110_enable_stream() local
691 early_control = active_total_with_borders % lane_count; in dce110_enable_stream()
693 if (early_control == 0) in dce110_enable_stream()
694 early_control = lane_count; in dce110_enable_stream()
696 tg->funcs->set_early_control(tg, early_control); in dce110_enable_stream()

Completed in 14 milliseconds