Searched refs:MacroTileHeightC (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.c | 266 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 …]
|
| A D | display_mode_vba_util_32.h | 61 unsigned int *MacroTileHeightC,
|
| A D | display_mode_vba_32.c | 1817 &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()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 443 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; member 699 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; member
|
| A D | dml2_core_dcn4_calcs.c | 590 unsigned int *MacroTileHeightC, in CalculateBytePerPixelAndBlockSizes() argument 708 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes() 717 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes() 726 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes() 752 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes() 8049 &mode_lib->ms.MacroTileHeightC[k], in dml_core_mode_support() 8857 mode_lib->ms.MacroTileHeightC, in dml_core_mode_support() 10519 &mode_lib->mp.MacroTileHeightC[k], in dml_core_mode_programming() 10652 mode_lib->mp.MacroTileHeightC, in dml_core_mode_programming() 12038 unsigned int MacroTileHeightC; in dml2_core_calcs_get_dpte_row_height() local [all …]
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_core.c | 53 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 …]
|
| A D | display_mode_core_structs.h | 928 dml_uint_t MacroTileHeightC[__DML_NUM_PLANES__]; member
|
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_vba.h | 667 unsigned int MacroTileHeightC[DC__NUM_DPP__MAX]; member
|
Completed in 103 milliseconds