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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 984 int pipe_cnt)
998 wm_set->urgent_ns = get_wm_urgent(dml, pipes, pipe_cnt) * 1000;
999 wm_set->cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter_exit(dml, pipes, pipe_cnt) * 1000;
1000 wm_set->cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(dml, pipes, pipe_cnt) * 1000;
1001 wm_set->cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(dml, pipes, pipe_cnt) * 1000;
1002 wm_set->pte_meta_urgent_ns = get_wm_memory_trip(dml, pipes, pipe_cnt) * 1000;
1003 wm_set->frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(dml, pipes, pipe_cnt) * 1000;
1004 wm_set->frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(dml, pipes, pipe_cnt) * 1000;
1005 wm_set->urgent_latency_ns = get_urgent_latency(dml, pipes, pipe_cnt) * 1000;
1051 int pipe_cnt, i, pipe_idx local in function:dcn21_calculate_wm
1138 int pipe_cnt = 0; local in function:dcn21_validate_bandwidth
1631 uint32_t pipe_cnt = dcn20_populate_dml_pipes_from_context(dc, context, pipes); local in function:dcn21_populate_dml_pipes_from_context
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1835 int pipe_cnt, i; local in function:dcn20_populate_dml_writeback_from_context
1837 for (i = 0, pipe_cnt = 0; i < dc->res_pool->pipe_count; i++) {
1844 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0;
1845 pipes[pipe_cnt].dout.num_active_wb++;
1846 pipes[pipe_cnt].dout.wb.wb_src_height = wb_info->dwb_params.cnv_params.crop_height;
1847 pipes[pipe_cnt].dout.wb.wb_src_width = wb_info->dwb_params.cnv_params.crop_width;
1848 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width;
1849 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height;
1850 pipes[pipe_cnt].dout.wb.wb_htaps_luma = 1;
1851 pipes[pipe_cnt].dout.wb.wb_vtaps_luma = 1
1888 int pipe_cnt, i; local in function:dcn20_populate_dml_pipes_from_context
2556 int pipe_cnt, i, pipe_idx, vlevel; local in function:dcn20_fast_validate_bw
2667 int pipe_cnt, i, pipe_idx; local in function:dcn20_calculate_wm
2888 int pipe_cnt = 0; local in function:dcn20_validate_bandwidth_internal
    [all...]

Completed in 16 milliseconds