Home
last modified time | relevance | path

Searched refs:BlockHeight256Bytes (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()
1118 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in dcn5_calculate_vm_and_row_bytes()
1120 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in dcn5_calculate_vm_and_row_bytes()
1122 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in dcn5_calculate_vm_and_row_bytes()
1187 DML_LOG_VERBOSE("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in dcn5_calculate_vm_and_row_bytes()
1218 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in dcn5_calculate_vm_and_row_bytes()
1345 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in dcn5_calculate_vm_row_and_swath()
1426 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_shared_types.h1539 unsigned int BlockHeight256Bytes; member