Home
last modified time | relevance | path

Searched refs:vmpg_width (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.c1152 *p->vmpg_width = 0; in dcn5_calculate_vm_and_row_bytes()
1207 *p->vmpg_width = p->GPUVMMinPageSizeKBytes * 1024 / p->BytePerPixel; in dcn5_calculate_vm_and_row_bytes()
1214 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in dcn5_calculate_vm_and_row_bytes()
1223 *p->vmpg_width = *p->PixelPTEReqWidth; in dcn5_calculate_vm_and_row_bytes()
1231 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in dcn5_calculate_vm_and_row_bytes()
1246 DML_LOG_VERBOSE("DML::%s: vmpg_width = %u\n", __func__, *p->vmpg_width); in dcn5_calculate_vm_and_row_bytes()
1373 scratch->calculate_vm_and_row_bytes_params.vmpg_width = &p->vmpg_width_c[k]; in dcn5_calculate_vm_row_and_swath()
1454 scratch->calculate_vm_and_row_bytes_params.vmpg_width = &p->vmpg_width_y[k]; in dcn5_calculate_vm_row_and_swath()
2000 DML_LOG_VERBOSE("DML::%s: vmpg_width = %u\n", __func__, p->vmpg_width); in dcn5_calculate_mcache_row_bytes()
2026 *p->mvmpg_width = p->vmpg_width; in dcn5_calculate_mcache_row_bytes()
[all …]
H A Ddml2_core_shared_types.h1569 unsigned int *vmpg_width; member
2145 unsigned int vmpg_width; member