HomeSort by: relevance | last modified time | path
    Searched defs:log2_blk_bytes (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 393 unsigned int log2_blk_bytes; local in function:dml1_rq_dlg_get_row_heights
422 log2_blk_bytes = dml_log2((double) blk_bytes);
434 + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
438 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
486 if (log2_blk_bytes <= log2_vmpg_bytes)
535 && log2_blk_bytes >= 16)
564 unsigned int log2_blk_bytes; local in function:get_surf_rq_param
662 log2_blk_bytes = dml_log2((double) blk_bytes);
674 + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
678 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 355 unsigned int log2_blk_bytes; local in function:get_meta_and_pte_attr
435 log2_blk_bytes = dml_log2((double) blk_bytes);
446 + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
450 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
566 } else if (log2_blk_bytes == 12) { //4KB tile means 4kB page size
571 } else if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) { // tile block >= 64KB
634 if (log2_blk_bytes >= 16 && log2_vmpg_bytes == 12) // tile block >= 64KB
660 if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) // tile block >= 64KB
amdgpu_display_rq_dlg_calc_20v2.c 355 unsigned int log2_blk_bytes; local in function:get_meta_and_pte_attr
435 log2_blk_bytes = dml_log2((double) blk_bytes);
446 + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
450 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
566 } else if (log2_blk_bytes == 12) { //4KB tile means 4kB page size
571 } else if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) { // tile block >= 64KB
634 if (log2_blk_bytes >= 16 && log2_vmpg_bytes == 12) // tile block >= 64KB
660 if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) // tile block >= 64KB
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 345 unsigned int log2_blk_bytes; local in function:get_meta_and_pte_attr
427 log2_blk_bytes = dml_log2((double) blk_bytes);
438 + dml_ceil((double) (log2_blk_bytes - 8) / 2.0, 1);
442 log2_blk_width = log2_blk_bytes - log2_bytes_per_element - log2_blk_height;
563 } else if (log2_blk_bytes == 12) { //4KB tile means 4kB page size
568 } else if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) { // tile block >= 64KB
636 if (log2_blk_bytes >= 16 && log2_vmpg_bytes == 12) // tile block >= 64KB
667 if ((log2_blk_bytes >= 16) && (log2_vmpg_bytes == 12)) // tile block >= 64KB

Completed in 19 milliseconds