Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c702 uint32_t early_control = 0; in dce110_enable_stream() local
723 early_control = active_total_with_borders % lane_count; in dce110_enable_stream()
725 if (early_control == 0) in dce110_enable_stream()
726 early_control = lane_count; in dce110_enable_stream()
728 tg->funcs->set_early_control(tg, early_control); in dce110_enable_stream()