Searched refs:MacroTileHeightY (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.h | 60 unsigned int *MacroTileHeightY,
|
| A D | display_mode_vba_util_32.c | 265 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()
|
| A D | display_mode_vba_32.c | 1816 &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/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 428 unsigned int MacroTileHeightY[DML2_MAX_PLANES]; member 591 unsigned int MacroTileHeightY[DML2_MAX_PLANES]; member
|
| A D | dml2_core_shared.c | 62 unsigned int *MacroTileHeightY, 886 &mode_lib->ms.MacroTileHeightY[k], in dml2_core_shared_mode_support() 1637 mode_lib->ms.MacroTileHeightY, in dml2_core_shared_mode_support() 3259 unsigned int *MacroTileHeightY, in CalculateBytePerPixelAndBlockSizes() argument 3379 *MacroTileHeightY = *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 3380 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes() 3388 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 3397 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 3423 *MacroTileHeightY = macro_tile_scale * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 9988 &mode_lib->mp.MacroTileHeightY[k], in dml2_core_shared_mode_programming() [all …]
|
| A D | dml2_core_dcn4_calcs.c | 572 unsigned int *MacroTileHeightY, in CalculateBytePerPixelAndBlockSizes() argument 692 *MacroTileHeightY = *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 693 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes() 701 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 710 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 7160 &mode_lib->ms.MacroTileHeightY[k], in dml_core_mode_support() 7970 mode_lib->ms.MacroTileHeightY, in dml_core_mode_support() 10157 &mode_lib->mp.MacroTileHeightY[k], in dml_core_mode_programming() 10290 mode_lib->mp.MacroTileHeightY, in dml_core_mode_programming() 11615 unsigned int MacroTileHeightY; in dml2_core_calcs_get_dpte_row_height() local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_vba.h | 666 unsigned int MacroTileHeightY[DC__NUM_DPP__MAX]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_core.c | 51 dml_uint_t *MacroTileHeightY, 1606 dml_uint_t *MacroTileHeightY, in CalculateBytePerPixelAndBlockSizes() argument 1702 *MacroTileHeightY = *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 1703 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes() 1711 *MacroTileHeightY = 16 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 1712 *MacroTileWidthY = 65536 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes() 1720 *MacroTileHeightY = 32 * *BlockHeight256BytesY; in CalculateBytePerPixelAndBlockSizes() 6803 &mode_lib->ms.MacroTileHeightY[k], in dml_core_mode_support() 7614 mode_lib->ms.MacroTileHeightY, in dml_core_mode_support() 9931 dml_uint_t MacroTileHeightY; in dml_core_get_row_heights() local [all …]
|
| A D | display_mode_core_structs.h | 869 dml_uint_t MacroTileHeightY[__DML_NUM_PLANES__]; member
|
Completed in 120 milliseconds