/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_mode_vba_20.c | 135 unsigned int BlockHeight256Bytes, 862 unsigned int BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 899 MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 914 * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 915 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 921 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 922 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 943 MacroTileHeight = BlockHeight256Bytes; in CalculateVMAndRowBytes() 947 MacroTileHeight = 4 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 953 MacroTileHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() [all …]
|
D | display_mode_vba_20v2.c | 159 unsigned int BlockHeight256Bytes, 922 unsigned int BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 959 MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 974 * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 975 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 981 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 982 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 1003 MacroTileHeight = BlockHeight256Bytes; in CalculateVMAndRowBytes() 1007 MacroTileHeight = 4 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 1013 MacroTileHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.c | 2262 unsigned int BlockHeight256Bytes, in dml32_CalculateVMAndRowBytes() argument 2322 *MetaRequestHeight = 8 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes() 2349 vp_height_meta_ub = dml_floor(ViewportYStart + ViewportHeight + 64 * BlockHeight256Bytes - 1, in dml32_CalculateVMAndRowBytes() 2350 64 * BlockHeight256Bytes) - dml_floor(ViewportYStart, 64 * BlockHeight256Bytes); in dml32_CalculateVMAndRowBytes() 2352 …p_height_meta_ub = dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in dml32_CalculateVMAndRowBytes() 2354 vp_height_meta_ub = dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes() 2403 dml_print("DML::%s: BlockHeight256Bytes = %d\n", __func__, BlockHeight256Bytes); in dml32_CalculateVMAndRowBytes() 2426 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in dml32_CalculateVMAndRowBytes()
|
D | display_mode_vba_util_32.h | 438 unsigned int BlockHeight256Bytes,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 173 unsigned int BlockHeight256Bytes, 1261 unsigned int BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 1305 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 1320 * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 1321 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 1327 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 1328 + 64 * BlockHeight256Bytes) * BytePerPixel in CalculateVMAndRowBytes() 1349 MacroTileHeight = BlockHeight256Bytes; in CalculateVMAndRowBytes() 1353 MacroTileHeight = 4 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 1359 MacroTileHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 184 unsigned int BlockHeight256Bytes, 1660 unsigned int BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 1715 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 1728 DCCMetaSurfaceBytes = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) in CalculateVMAndRowBytes() 1729 + 64 * BlockHeight256Bytes) * BytePerPixel / 256; in CalculateVMAndRowBytes() 1746 MacroTileHeight = BlockHeight256Bytes; in CalculateVMAndRowBytes() 1749 MacroTileHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 1789 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 236 dml_uint_t BlockHeight256Bytes, 2451 dml_uint_t BlockHeight256Bytes, in CalculateVMAndRowBytes() argument 2500 *MetaRequestHeight = 8 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 2524 … + ViewportHeight + 64 * BlockHeight256Bytes - 1, 64 * BlockHeight256Bytes) - dml_floor(ViewportYS… in CalculateVMAndRowBytes() 2526 …_ub = (dml_uint_t)(dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes() 2528 …meta_ub = (dml_uint_t)(dml_ceil(SwathWidth - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… in CalculateVMAndRowBytes() 2573 dml_print("DML::%s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in CalculateVMAndRowBytes() 2593 *PixelPTEReqHeight = 16 * BlockHeight256Bytes; in CalculateVMAndRowBytes() 9935 dml_uint_t BlockHeight256Bytes; in dml_core_get_row_heights() local 9962 BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml_core_get_row_heights() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_mode_vba_31.c | 201 unsigned int BlockHeight256Bytes, 1794 unsigned int BlockHeight256Bytes, argument 1849 *MetaRequestHeight = 8 * BlockHeight256Bytes; 1860 … = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… 1877 MacroTileHeight = BlockHeight256Bytes; 1880 MacroTileHeight = 16 * BlockHeight256Bytes; 1929 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_mode_vba_314.c | 210 unsigned int BlockHeight256Bytes, 1811 unsigned int BlockHeight256Bytes, argument 1866 *MetaRequestHeight = 8 * BlockHeight256Bytes; 1877 … = DCCMetaPitch * (dml_ceil(ViewportHeight - 1, 64 * BlockHeight256Bytes) + 64 * BlockHeight256Byt… 1894 MacroTileHeight = BlockHeight256Bytes; 1897 MacroTileHeight = 16 * BlockHeight256Bytes; 1946 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1262 unsigned int BlockHeight256Bytes; member
|
D | dml2_core_dcn4_calcs.c | 1621 *p->MetaRequestHeight = 8 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 1646 …rtHeight + 64 * p->BlockHeight256Bytes - 1, 64 * p->BlockHeight256Bytes) - math_floor2(p->Viewport… in CalculateVMAndRowBytes() 1648 …ned int)(math_ceil2(p->ViewportHeight - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1650 …nsigned int)(math_ceil2(p->SwathWidth - 1, 64 * p->BlockHeight256Bytes) + 64 * p->BlockHeight256By… in CalculateVMAndRowBytes() 1717 dml2_printf("DML::%s: BlockHeight256Bytes = %u\n", __func__, p->BlockHeight256Bytes); in CalculateVMAndRowBytes() 1749 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes() 2915 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesC; in CalculateVMRowAndSwath() 2993 …scratch->calculate_vm_and_row_bytes_params.BlockHeight256Bytes = p->myPipe[k].BlockHeight256BytesY; in CalculateVMRowAndSwath() 11643 unsigned int BlockHeight256Bytes = is_plane1 ? BlockHeight256BytesC : BlockHeight256BytesY; in dml2_core_calcs_get_dpte_row_height() local 11651 dml2_printf("DML: %s: BlockHeight256Bytes = %u\n", __func__, BlockHeight256Bytes); in dml2_core_calcs_get_dpte_row_height() [all …]
|
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()
|