Home
last modified time | relevance | path

Searched refs:dpte_row_width_ub (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.c1146 *p->dpte_row_width_ub = 0; in dcn5_calculate_vm_and_row_bytes()
1256 …*p->dpte_row_width_ub = (unsigned int)(math_ceil2(((double)p->Pitch * pixel_per_element * (double)… in dcn5_calculate_vm_and_row_bytes()
1257 …*p->PixelPTEBytesPerRow = (unsigned int)((double)*p->dpte_row_width_ub / (double)*p->PixelPTEReqWi… in dcn5_calculate_vm_and_row_bytes()
1264 DML_LOG_VERBOSE("DML::%s: dpte_row_width_ub = %u (linear)\n", __func__, *p->dpte_row_width_ub); in dcn5_calculate_vm_and_row_bytes()
1270 …*p->dpte_row_width_ub = (unsigned int)((math_ceil2(((double)p->Pitch * pixel_per_element * (double… in dcn5_calculate_vm_and_row_bytes()
1272 …*p->dpte_row_width_ub = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->PixelPT… in dcn5_calculate_vm_and_row_bytes()
1274 …*p->dpte_row_width_ub = (unsigned int)((math_ceil2((double)(p->SwathWidth - 1) / (double)*p->Pixel… in dcn5_calculate_vm_and_row_bytes()
1276 …DML_LOG_VERBOSE("DML::%s: dpte_row_width_ub = %u (tiled horz)\n", __func__, *p->dpte_row_width_ub); 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()
1282 …*p->dpte_row_width_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + *p->Pix… in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1563 unsigned int *dpte_row_width_ub; member