Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h60 unsigned int *MacroTileHeightY,
H A Ddisplay_mode_vba_util_32.c265 unsigned int *MacroTileHeightY, in dml32_CalculateBytePerPixelAndBlockSizes() argument
361 *MacroTileHeightY = *BlockHeight256BytesY; in dml32_CalculateBytePerPixelAndBlockSizes()
362 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in dml32_CalculateBytePerPixelAndBlockSizes()
370 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in dml32_CalculateBytePerPixelAndBlockSizes()
371 *MacroTileWidthY = 65536 / *BytePerPixelY / *MacroTileHeightY; in dml32_CalculateBytePerPixelAndBlockSizes()
378 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in dml32_CalculateBytePerPixelAndBlockSizes()
379 *MacroTileWidthY = 65536 * 4 / *BytePerPixelY / *MacroTileHeightY; in dml32_CalculateBytePerPixelAndBlockSizes()
389 dml_print("DML::%s: MacroTileHeightY = %d\n", __func__, *MacroTileHeightY); in dml32_CalculateBytePerPixelAndBlockSizes()
H A Ddisplay_mode_vba_32.c1816 &mode_lib->vba.MacroTileHeightY[k], in dml32_ModeSupportAndSystemConfigurationFull()
2676 mode_lib->vba.MacroTileHeightY, in dml32_ModeSupportAndSystemConfigurationFull()
2727 …pportAndSystemConfigurationFull.SurfParameters[k].BlockHeightY = mode_lib->vba.MacroTileHeightY[k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h431 unsigned int MacroTileHeightY[DML2_MAX_PLANES]; member
598 unsigned int MacroTileHeightY[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c595 unsigned int *MacroTileHeightY, in CalculateBytePerPixelAndBlockSizes() argument
715 *MacroTileHeightY = *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
716 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
724 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
733 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
7480 &mode_lib->ms.MacroTileHeightY[k], in dml_core_mode_support()
8290 mode_lib->ms.MacroTileHeightY, in dml_core_mode_support()
10580 &mode_lib->mp.MacroTileHeightY[k], in dml_core_mode_programming()
10713 mode_lib->mp.MacroTileHeightY, in dml_core_mode_programming()
12099 unsigned int MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h666 unsigned int MacroTileHeightY[DC__NUM_DPP__MAX]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c52 dml_uint_t *MacroTileHeightY,
1608 dml_uint_t *MacroTileHeightY, in CalculateBytePerPixelAndBlockSizes() argument
1704 *MacroTileHeightY = *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
1705 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
1713 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
1714 *MacroTileWidthY = 65536 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
1722 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes()
6806 &mode_lib->ms.MacroTileHeightY[k], in dml_core_mode_support()
7617 mode_lib->ms.MacroTileHeightY, in dml_core_mode_support()
9937 dml_uint_t MacroTileHeightY; in dml_core_get_row_heights() local
[all …]
H A Ddisplay_mode_core_structs.h927 dml_uint_t MacroTileHeightY[__DML_NUM_PLANES__]; member