Home
last modified time | relevance | path

Searched refs:PixelPTEReqWidth (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.c1154 *p->PixelPTEReqWidth = 0; in dcn5_calculate_vm_and_row_bytes()
1202 *p->PixelPTEReqWidth = p->GPUVMMinPageSizeKBytes * 1024 * 8 / p->BytePerPixel; 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()
1219 *p->PixelPTEReqWidth = 16 * p->BlockWidth256Bytes; in dcn5_calculate_vm_and_row_bytes()
1223 *p->vmpg_width = *p->PixelPTEReqWidth; in dcn5_calculate_vm_and_row_bytes()
1227 …*p->PixelPTEReqWidth = 8 * 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixe… in dcn5_calculate_vm_and_row_bytes()
1242 DML_LOG_VERBOSE("DML::%s: PixelPTEReqWidth = %u\n", __func__, *p->PixelPTEReqWidth); in dcn5_calculate_vm_and_row_bytes()
1250 …double)*p->PixelPTEReqHeight - 1) / (double)*p->PixelPTEReqWidth, 1) + 1) * (double)*p->PixelPTERe… in dcn5_calculate_vm_and_row_bytes()
1251 … int)((double)*p->dpte_row_width_ub_one_row_per_frame / (double)*p->PixelPTEReqWidth * *p->PTERequ… in dcn5_calculate_vm_and_row_bytes()
1255 …d int)math_floor2(math_log((float)(p->PTEBufferSizeInRequests * *p->PixelPTEReqWidth / pixel_per_e… in dcn5_calculate_vm_and_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1571 unsigned int *PixelPTEReqWidth; member