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_shared_types.h1497 unsigned int *vmpg_width; member
2071 unsigned int vmpg_width; member
H A Ddml2_core_dcn4_calcs.c1660 *p->vmpg_width = 0; in CalculateVMAndRowBytes()
1714 *p->vmpg_width = p->GPUVMMinPageSizeKBytes * 1024 / p->BytePerPixel; in CalculateVMAndRowBytes()
1721 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in CalculateVMAndRowBytes()
1730 *p->vmpg_width = *p->PixelPTEReqWidth; in CalculateVMAndRowBytes()
1738 *p->vmpg_width = 1024 * p->GPUVMMinPageSizeKBytes / (p->MacroTileHeight * p->BytePerPixel); in CalculateVMAndRowBytes()
1753 DML_LOG_VERBOSE("DML::%s: vmpg_width = %u\n", __func__, *p->vmpg_width); in CalculateVMAndRowBytes()
2308 DML_LOG_VERBOSE("DML::%s: vmpg_width = %u\n", __func__, p->vmpg_width); in calculate_mcache_row_bytes()
2335 *p->mvmpg_width = p->vmpg_width; in calculate_mcache_row_bytes()
2473 l->l_p.vmpg_width = p->vmpg_width_l; in calculate_mcache_setting()
2509 l->c_p.vmpg_width = p->vmpg_width_c; in calculate_mcache_setting()
[all …]