Home
last modified time | relevance | path

Searched refs:PixelPTEReqHeight (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.c1155 *p->PixelPTEReqHeight = 0; in dcn5_calculate_vm_and_row_bytes()
1201 *p->PixelPTEReqHeight = 1; in dcn5_calculate_vm_and_row_bytes()
1209 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1218 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in dcn5_calculate_vm_and_row_bytes()
1222 *p->vmpg_height = *p->PixelPTEReqHeight; in dcn5_calculate_vm_and_row_bytes()
1226 *p->PixelPTEReqHeight = p->MacroTileHeight; in dcn5_calculate_vm_and_row_bytes()
1241 DML_LOG_VERBOSE("DML::%s: PixelPTEReqHeight = %u\n", __func__, *p->PixelPTEReqHeight); in dcn5_calculate_vm_and_row_bytes()
1250 …ement * (double)*p->dpte_row_height_one_row_per_frame / (double)*p->PixelPTEReqHeight - 1) / (doub… in dcn5_calculate_vm_and_row_bytes()
1267 *p->dpte_row_height = *p->PixelPTEReqHeight; in dcn5_calculate_vm_and_row_bytes()
1270 …tch * pixel_per_element * (double)*p->dpte_row_height / (double)*p->PixelPTEReqHeight - 1) / (doub… in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1572 unsigned int *PixelPTEReqHeight; member