HomeSort by: relevance | last modified time | path
    Searched refs:dpte_req_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 410 unsigned int dpte_req_width; local in function:dml1_rq_dlg_get_row_heights
477 dpte_req_width = 0; /* 64b dpte req width in data element */
498 /* the dpte request dimensions in data elements is dpte_req_width x dpte_req_height
503 dpte_req_width = 1 << log2_dpte_req_width;
510 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch),
604 unsigned int dpte_req_width; local in function:get_surf_rq_param
798 dpte_req_width = 0; /* 64b dpte req width in data element */
823 /* The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
830 dpte_req_width = 1 << log2_dpte_req_width;
837 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 398 unsigned int dpte_req_width = 0; local in function:get_meta_and_pte_attr
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
589 dpte_req_width = 1 << log2_dpte_req_width;
600 * dpte_req_width)
614 dpte_req_width,
615 1) + dpte_req_width;
616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
623 + dpte_req_width;
624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
    [all...]
amdgpu_display_rq_dlg_calc_20v2.c 398 unsigned int dpte_req_width = 0; local in function:get_meta_and_pte_attr
583 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
589 dpte_req_width = 1 << log2_dpte_req_width;
600 * dpte_req_width)
614 dpte_req_width,
615 1) + dpte_req_width;
616 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
622 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
623 + dpte_req_width;
624 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 389 unsigned int dpte_req_width = 0; local in function:get_meta_and_pte_attr
580 // The dpte request dimensions in data elements is dpte_req_width x dpte_req_height
586 dpte_req_width = 1 << log2_dpte_req_width;
601 * dpte_req_width)
616 dpte_req_width,
617 1) + dpte_req_width;
618 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
624 dpte_row_width_ub = dml_round_to_multiple(vp_width - 1, dpte_req_width, 1)
625 + dpte_req_width;
626 rq_dlg_param->dpte_req_per_row_ub = dpte_row_width_ub / dpte_req_width;
    [all...]

Completed in 16 milliseconds