Searched refs:log2_meta_req_width (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c398 unsigned int log2_meta_req_width; local
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
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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c360 unsigned int log2_meta_req_width; local
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;
H A Damdgpu_display_rq_dlg_calc_20v2.c360 unsigned int log2_meta_req_width; local
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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c350 unsigned int log2_meta_req_width; local
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 214 milliseconds