Home
last modified time | relevance | path

Searched refs:BlockHeight256Bytes (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h438 unsigned int BlockHeight256Bytes,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c237 dml_uint_t BlockHeight256Bytes,
2463 dml_uint_t BlockHeight256Bytes, in CalculateVMAndRowBytes() argument
2513 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
2537 … + ViewportHeight + 64 * BlockHeight256Bytes - 1, 64 * BlockHeight256Bytes) - dml_floor(ViewportYS… in CalculateVMAndRowBytes()
2539 …_ub = (dml_uint_t)(dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes()
2541 …meta_ub = (dml_uint_t)(dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes()
2586 dml_print("DML::%s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in CalculateVMAndRowBytes()
2606 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
9966 dml_uint_t BlockHeight256Bytes; in dml_core_get_row_heights() local
9993 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1601 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()
1626 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes()
1628 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes()
1630 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes()
1694 DML_LOG_VERBOSE("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes()
1725 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()
2904 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath()
2982 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath()
12136 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() local
12144 DML_LOG_VERBOSE("DML: %s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in dml2_core_calcs_get_dpte_row_height()
[all …]
H A Ddml2_core_shared_types.h1467 unsigned int BlockHeight256Bytes; member