Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h457 unsigned int MacroTileWidth,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1482 unsigned int MacroTileWidth; member
H A Ddml2_core_dcn4_calcs.c1669 MacroTileSizeBytes = p->MacroTileWidth * p->BytePerPixel * p->MacroTileHeight; in CalculateVMAndRowBytes()
1697 DML_LOG_VERBOSE("DML::%s: MacroTileWidth = %u\n", __func__, p->MacroTileWidth); in CalculateVMAndRowBytes()
1791 *p->dpte_row_height = (unsigned int)(math_min2(*p->PixelPTEReqWidth, p->MacroTileWidth)); in CalculateVMAndRowBytes()
2919 scratch->calculate_vm_and_row_bytes_params.MacroTileWidth = p->myPipe[k].BlockWidthC; in CalculateVMRowAndSwath()
2997 scratch->calculate_vm_and_row_bytes_params.MacroTileWidth = p->myPipe[k].BlockWidthY; in CalculateVMRowAndSwath()
12138 unsigned int MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml2_core_calcs_get_dpte_row_height() local
12146 DML_LOG_VERBOSE("DML: %s: MacroTileWidth = %u\n", __func__, MacroTileWidth); in dml2_core_calcs_get_dpte_row_height()
12173 mode_lib->scratch.calculate_vm_and_row_bytes_params.MacroTileWidth = MacroTileWidth; in dml2_core_calcs_get_dpte_row_height()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c253 dml_uint_t MacroTileWidth,
2479 dml_uint_t MacroTileWidth, in CalculateVMAndRowBytes() argument
2560 MacroTileSizeBytes = MacroTileWidth * BytePerPixel * MacroTileHeight; in CalculateVMAndRowBytes()
2589 dml_print("DML::%s: MacroTileWidth = %u\n", __func__, MacroTileWidth); in CalculateVMAndRowBytes()
2666 *dpte_row_height = (dml_uint_t)(dml_min(*PixelPTEReqWidth, MacroTileWidth)); in CalculateVMAndRowBytes()
9968 dml_uint_t MacroTileWidth; in dml_core_get_row_heights() local
9995 MacroTileWidth = is_plane1 ? MacroTileWidthC : MacroTileWidthY; in dml_core_get_row_heights()
10003 dml_print("DML_DLG: %s: MacroTileWidth = %u\n", __func__, MacroTileWidth); in dml_core_get_row_heights()
10032 MacroTileWidth, in dml_core_get_row_heights()