Home
last modified time | relevance | path

Searched refs:MetaRequestHeight (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1093 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in dcn5_calculate_vm_and_row_bytes()
1098 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1100 *p->meta_row_height = *p->MetaRequestHeight; in dcn5_calculate_vm_and_row_bytes()
1106 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1110 …+ p->ViewportHeight + *p->MetaRequestHeight - 1, *p->MetaRequestHeight) - math_floor2(p->ViewportY… in dcn5_calculate_vm_and_row_bytes()
1112 …dth = (unsigned int)(math_ceil2(p->SwathWidth - 1, *p->MetaRequestHeight) + *p->MetaRequestHeight); in dcn5_calculate_vm_and_row_bytes()
1382 scratch->calculate_vm_and_row_bytes_params.MetaRequestHeight = &p->meta_req_height_chroma[k]; in dcn5_calculate_vm_row_and_swath()
1463 scratch->calculate_vm_and_row_bytes_params.MetaRequestHeight = &p->meta_req_height_luma[k]; in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_shared_types.h1578 unsigned int *MetaRequestHeight; member