Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h474 unsigned int *PixelPTEReqHeight,
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c230 unsigned int *PixelPTEReqHeight,
1820 unsigned int *PixelPTEReqHeight,
1920 *PixelPTEReqHeight = 1;
1926 *PixelPTEReqHeight = 16 * BlockHeight256Bytes;
1932 *PixelPTEReqHeight = MacroTileHeight;
1943 *dpte_row_height = *PixelPTEReqHeight;
1948 …ow_width_ub = (dml_ceil((double) (SwathWidth - 1) / *PixelPTEReqHeight, 1) + 1) * *PixelPTEReqHeig…
1949 *PixelPTEBytesPerRow = *dpte_row_width_ub / *PixelPTEReqHeight * *PTERequestSize;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c4361 *p->PixelPTEReqHeight = 0; in CalculateVMAndRowBytes()
4410 *p->PixelPTEReqHeight = 1; in CalculateVMAndRowBytes()
4418 *p->PixelPTEReqHeight = p->MacroTileHeight; in CalculateVMAndRowBytes()
4427 *p->PixelPTEReqHeight = 16 * p->BlockHeight256Bytes; in CalculateVMAndRowBytes()
4431 *p->vmpg_height = *p->PixelPTEReqHeight; in CalculateVMAndRowBytes()
4435 *p->PixelPTEReqHeight = p->MacroTileHeight; in CalculateVMAndRowBytes()
4451 dml2_printf("DML::%s: PixelPTEReqHeight = %u\n", __func__, *p->PixelPTEReqHeight); in CalculateVMAndRowBytes()
4461 …Pitch * (double)*p->dpte_row_height_one_row_per_frame / (double)*p->PixelPTEReqHeight - 1) / (doub… in CalculateVMAndRowBytes()
4480 *p->dpte_row_height = *p->PixelPTEReqHeight; in CalculateVMAndRowBytes()
4483 …ceil2(((double)p->Pitch * (double)*p->dpte_row_height / (double)*p->PixelPTEReqHeight - 1) / (doub… in CalculateVMAndRowBytes()
[all …]
H A Ddml2_core_shared_types.h1295 unsigned int *PixelPTEReqHeight; member