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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 483 float pixel_pte_req_height_y; member in struct:dcn_bw_internal_vars
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c 1514 v->pixel_pte_req_height_y = v->macro_tile_height_y;
1517 v->pixel_pte_req_height_y = 16.0 * v->block_height256_bytes_y;
1519 v->pixel_pte_req_width_y = 4096.0 /dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / v->pixel_pte_req_height_y * 8;
1527 v->pixel_pte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_height[k] - 1.0) / v->pixel_pte_req_height_y, 1.0) + 1);

Completed in 45 milliseconds