Home
last modified time | relevance | path

Searched refs:MacroTileHeight (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1161 MacroTileSizeBytes = p->MacroTileWidth * p->BytePerPixel * p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1164 …tart + p->ViewportHeight + p->MacroTileHeight - 1, p->MacroTileHeight) - math_floor2(p->ViewportYS… in dcn5_calculate_vm_and_row_bytes()
1166 …(unsigned int)(math_ceil2((double)p->ViewportHeight - 1, p->MacroTileHeight) + p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()
1168 …b = (unsigned int)(math_ceil2((double)p->SwathWidth - 1, p->MacroTileHeight) + p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()
1189 DML_LOG_VERBOSE("DML::%s: MacroTileHeight = %u\n", __func__, p->MacroTileHeight); in dcn5_calculate_vm_and_row_bytes()
1209 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1210 …*p->PixelPTEReqWidth = 8 * 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixe… in dcn5_calculate_vm_and_row_bytes()
1213 *p->vmpg_height = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1214 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in dcn5_calculate_vm_and_row_bytes()
1226 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1555 unsigned int MacroTileHeight; member