Searched refs:BlockHeight256Bytes (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 438 unsigned int BlockHeight256Bytes,
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 201 unsigned int BlockHeight256Bytes, 1791 unsigned int BlockHeight256Bytes, argument 1846 *MetaRequestHeight = 8 * BlockHeight256Bytes; 1857 … = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… 1874 MacroTileHeight = BlockHeight256Bytes; 1877 MacroTileHeight = 16 * BlockHeight256Bytes; 1926 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 1622 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 1647 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes() 1649 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1651 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1718 dml2_printf("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes() 1750 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 2916 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath() 2994 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath() 11649 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() local 11657 dml2_printf("DML: %s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in dml2_core_calcs_get_dpte_row_height() [all …]
|
H A D | dml2_core_shared_types.h | 1262 unsigned int BlockHeight256Bytes; member
|
H A D | dml2_core_shared.c | 4297 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 4322 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes() 4324 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 4326 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 4393 dml2_printf("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes() 4427 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 5585 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath() 5663 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath()
|