Searched refs:BlockHeight256Bytes (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 2266 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 D | display_mode_vba_util_32.h | 438 unsigned int BlockHeight256Bytes,
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | display_mode_core.c | 236 dml_uint_t BlockHeight256Bytes, 2452 dml_uint_t BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 2501 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 2525 … + ViewportHeight + 64 * BlockHeight256Bytes - 1, 64 * BlockHeight256Bytes) - dml_floor(ViewportYS… in CalculateVMAndRowBytes() 2527 …_ub = (dml_uint_t)(dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes() 2529 …meta_ub = (dml_uint_t)(dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes() 2574 dml_print("DML::%s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in CalculateVMAndRowBytes() 2594 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 9939 dml_uint_t BlockHeight256Bytes; in dml_core_get_row_heights() local 9966 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights() [all …]
|
/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 | 1636 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 1661 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes() 1663 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1665 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1732 dml2_printf("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes() 1764 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 2928 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath() 3006 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath() 12086 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() local 12094 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 | 1289 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()
|