Home
last modified time | relevance | path

Searched refs:MacroTileHeightC (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.c266 unsigned int *MacroTileHeightC, in dml32_CalculateBytePerPixelAndBlockSizes() argument
363 *MacroTileHeightC = *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()
364 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()
367 *MacroTileWidthC = 256 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()
372 *MacroTileHeightC = 16 * *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()
373 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()
376 *MacroTileWidthC = 65536 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()
380 *MacroTileHeightC = 32 * *BlockHeight256BytesC; in dml32_CalculateBytePerPixelAndBlockSizes()
381 if (*MacroTileHeightC == 0) in dml32_CalculateBytePerPixelAndBlockSizes()
384 *MacroTileWidthC = 65536 * 4 / *BytePerPixelC / *MacroTileHeightC; in dml32_CalculateBytePerPixelAndBlockSizes()
[all …]
H A Ddisplay_mode_vba_util_32.h61 unsigned int *MacroTileHeightC,
H A Ddisplay_mode_vba_32.c1817 &mode_lib->vba.MacroTileHeightC[k], in dml32_ModeSupportAndSystemConfigurationFull()
2677 mode_lib->vba.MacroTileHeightC, in dml32_ModeSupportAndSystemConfigurationFull()
2729 …pportAndSystemConfigurationFull.SurfParameters[k].BlockHeightC = mode_lib->vba.MacroTileHeightC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h432 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; member
599 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c596 unsigned int *MacroTileHeightC, in CalculateBytePerPixelAndBlockSizes() argument
718 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
727 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
736 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
762 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
7481 &mode_lib->ms.MacroTileHeightC[k], in dml_core_mode_support()
8291 mode_lib->ms.MacroTileHeightC, in dml_core_mode_support()
10581 &mode_lib->mp.MacroTileHeightC[k], in dml_core_mode_programming()
10714 mode_lib->mp.MacroTileHeightC, in dml_core_mode_programming()
12100 unsigned int MacroTileHeightC; in dml2_core_calcs_get_dpte_row_height() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c53 dml_uint_t *MacroTileHeightC,
1609 dml_uint_t *MacroTileHeightC, in CalculateBytePerPixelAndBlockSizes() argument
1706 *MacroTileHeightC = *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
1707 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
1715 *MacroTileHeightC = 16 * *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
1716 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
1725 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
6807 &mode_lib->ms.MacroTileHeightC[k], in dml_core_mode_support()
7618 mode_lib->ms.MacroTileHeightC, in dml_core_mode_support()
9938 dml_uint_t MacroTileHeightC; in dml_core_get_row_heights() local
[all …]
H A Ddisplay_mode_core_structs.h928 dml_uint_t MacroTileHeightC[__DML_NUM_PLANES__]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h667 unsigned int MacroTileHeightC[DC__NUM_DPP__MAX]; member