Home
last modified time | relevance | path

Searched refs:PixelPTEReqWidth_linear (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1091 unsigned int PixelPTEReqWidth_linear = 0; // VBA_DELTA. VBA doesn't calculate this in dcn5_calculate_vm_and_row_bytes() local
1203 PixelPTEReqWidth_linear = p->GPUVMMinPageSizeKBytes * 1024 * 8 / p->BytePerPixel; in dcn5_calculate_vm_and_row_bytes()
1243 DML_LOG_VERBOSE("DML::%s: PixelPTEReqWidth_linear = %u\n", __func__, PixelPTEReqWidth_linear); in dcn5_calculate_vm_and_row_bytes()
1260 …ed int)math_floor2(math_log((float)(p->PTEBufferSizeInRequests * PixelPTEReqWidth_linear / pixel_p… in dcn5_calculate_vm_and_row_bytes()