Searched refs:PixelPTEReqWidth (Results 1 – 2 of 2) sorted by relevance
1154 *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 …]
1571 unsigned int *PixelPTEReqWidth; member