Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2266 unsigned int BlockHeight256Bytes, in dml32_CalculateVMAndRowBytes() argument
2326 *MetaRequestHeight = 8 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes()
2353 vp_height_meta_ub = dml_floor(ViewportYStart + ViewportHeight + 64 * BlockHeight256Bytes - 1, in dml32_CalculateVMAndRowBytes()
2354 64 * BlockHeight256Bytes) - dml_floor(ViewportYStart, 64 * BlockHeight256Bytes); in dml32_CalculateVMAndRowBytes()
2356 …p_height_meta_ub = dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in dml32_CalculateVMAndRowBytes()
2358 vp_height_meta_ub = dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes()
2407 dml_print("DML::%s: BlockHeight256Bytes = %d\n", __func__, BlockHeight256Bytes); in dml32_CalculateVMAndRowBytes()
2430 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes()
H A Ddisplay_mode_vba_util_32.h438 unsigned int BlockHeight256Bytes,
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c155 unsigned int BlockHeight256Bytes,
1564 unsigned int BlockHeight256Bytes, in CalculateVMAndRowBytes() argument
1619 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
1632 DCCMetaSurfaceBytes = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes()
1633 + 64 * BlockHeight256Bytes) * BytePerPixel / 256; in CalculateVMAndRowBytes()
1650 MacroTileHeight = BlockHeight256Bytes; in CalculateVMAndRowBytes()
1653 MacroTileHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
1684 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c237 dml_uint_t BlockHeight256Bytes,
2453 dml_uint_t BlockHeight256Bytes, in CalculateVMAndRowBytes() argument
2502 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
2526 … + ViewportHeight + 64 * BlockHeight256Bytes - 1, 64 * BlockHeight256Bytes) - dml_floor(ViewportYS… in CalculateVMAndRowBytes()
2528 …_ub = (dml_uint_t)(dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes()
2530 …meta_ub = (dml_uint_t)(dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes()
2575 dml_print("DML::%s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in CalculateVMAndRowBytes()
2595 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
9949 dml_uint_t BlockHeight256Bytes; in dml_core_get_row_heights() local
9976 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.c1598 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()
1623 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes()
1625 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes()
1627 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes()
1691 DML_LOG_VERBOSE("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes()
1722 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()
2894 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath()
2972 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath()
12115 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() local
12123 DML_LOG_VERBOSE("DML: %s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in dml2_core_calcs_get_dpte_row_height()
[all …]