Home
last modified time | relevance | path

Searched refs:PTERequestSize (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.c1156 *p->PTERequestSize = 0; in dcn5_calculate_vm_and_row_bytes()
1204 *p->PTERequestSize = 64; in dcn5_calculate_vm_and_row_bytes()
1211 *p->PTERequestSize = 64; in dcn5_calculate_vm_and_row_bytes()
1220 *p->PTERequestSize = 128; in dcn5_calculate_vm_and_row_bytes()
1228 *p->PTERequestSize = 64; in dcn5_calculate_vm_and_row_bytes()
1244 DML_LOG_VERBOSE("DML::%s: PTERequestSize = %u\n", __func__, *p->PTERequestSize); in dcn5_calculate_vm_and_row_bytes()
1251 …ouble)*p->dpte_row_width_ub_one_row_per_frame / (double)*p->PixelPTEReqWidth * *p->PTERequestSize); in dcn5_calculate_vm_and_row_bytes()
1257 … (unsigned int)((double)*p->dpte_row_width_ub / (double)*p->PixelPTEReqWidth * *p->PTERequestSize); in dcn5_calculate_vm_and_row_bytes()
1277 *p->PixelPTEBytesPerRow = *p->dpte_row_width_ub / *p->PixelPTEReqWidth * *p->PTERequestSize; in dcn5_calculate_vm_and_row_bytes()
1287 …(unsigned int)((double)*p->dpte_row_width_ub / (double)*p->PixelPTEReqHeight * *p->PTERequestSize); in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1573 unsigned int *PTERequestSize; member