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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 373 unsigned int vp_width,
531 * this case applies to 4 and 8bpe in horizontal access of a vp_width greater than 2560+16
534 if (!surf_vert && vp_width > (2560 + 16) && bytes_per_element >= 4 && log2_vmpg_bytes == 12
550 unsigned int vp_width = 0; local in function:get_surf_rq_param
612 vp_width = pipe_src_param.viewport_width_c / ppe;
617 vp_width = pipe_src_param.viewport_width / ppe;
681 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
723 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
860 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
877 * this case applies to 4 and 8bpe in horizontal access of a vp_width greater than 2560+1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 325 unsigned int vp_width,
453 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
491 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
679 unsigned int vp_width = 0; local in function:get_surf_rq_param
687 vp_width = pipe_src_param.viewport_width_c / ppe;
692 vp_width = pipe_src_param.viewport_width / ppe;
714 vp_width,
amdgpu_display_rq_dlg_calc_20v2.c 325 unsigned int vp_width,
453 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
491 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
679 unsigned int vp_width = 0; local in function:get_surf_rq_param
687 vp_width = pipe_src_param.viewport_width_c / ppe;
692 vp_width = pipe_src_param.viewport_width / ppe;
714 vp_width,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 312 unsigned int vp_width,
445 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
485 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
624 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
688 unsigned int vp_width = 0; local in function:get_surf_rq_param
696 vp_width = pipe_param.src.viewport_width_c / ppe;
701 vp_width = pipe_param.src.viewport_width / ppe;
723 vp_width = dml_min(full_src_vp_width, src_hactive_half);
724 dml_print("DML_DLG: %s: vp_width = %d\n", __func__, vp_width);
    [all...]

Completed in 16 milliseconds