HomeSort by: relevance | last modified time | path
    Searched refs:log2_meta_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 398 unsigned int log2_meta_req_width; local in function:dml1_rq_dlg_get_row_heights
449 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element
459 log2_meta_row_height = log2_meta_req_width;
569 unsigned int log2_meta_req_width; local in function:get_surf_rq_param
711 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element
713 meta_req_width = 1 << log2_meta_req_width;
727 log2_meta_row_height = log2_meta_req_width;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 360 unsigned int log2_meta_req_width; local in function:get_meta_and_pte_attr
480 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element
482 meta_req_width = 1 << log2_meta_req_width;
495 log2_meta_row_height = log2_meta_req_width;
amdgpu_display_rq_dlg_calc_20v2.c 360 unsigned int log2_meta_req_width; local in function:get_meta_and_pte_attr
480 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element
482 meta_req_width = 1 << log2_meta_req_width;
495 log2_meta_row_height = log2_meta_req_width;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 350 unsigned int log2_meta_req_width; local in function:get_meta_and_pte_attr
474 log2_meta_req_width = log2_meta_req_bytes + 8 - log2_bytes_per_element
476 meta_req_width = 1 << log2_meta_req_width;
489 log2_meta_row_height = log2_meta_req_width;

Completed in 91 milliseconds