HomeSort by: relevance | last modified time | path
    Searched defs:early_control (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 2224 uint32_t early_control = 0; local in function:dcn20_enable_stream
2249 early_control = active_total_with_borders % lane_count;
2251 if (early_control == 0)
2252 early_control = lane_count;
2254 tg->funcs->set_early_control(tg, early_control);
amdgpu_dcn20_hwseq.c 2224 uint32_t early_control = 0; local in function:dcn20_enable_stream
2249 early_control = active_total_with_borders % lane_count;
2251 if (early_control == 0)
2252 early_control = lane_count;
2254 tg->funcs->set_early_control(tg, early_control);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 666 uint32_t early_control = 0; local in function:dce110_enable_stream
685 early_control = active_total_with_borders % lane_count;
687 if (early_control == 0)
688 early_control = lane_count;
690 tg->funcs->set_early_control(tg, early_control);
amdgpu_dce110_hw_sequencer.c 666 uint32_t early_control = 0; local in function:dce110_enable_stream
685 early_control = active_total_with_borders % lane_count;
687 if (early_control == 0)
688 early_control = lane_count;
690 tg->funcs->set_early_control(tg, early_control);

Completed in 27 milliseconds