Home
last modified time | relevance | path

Searched refs:MacroTileHeightC (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h61 unsigned int *MacroTileHeightC,
H A Ddisplay_mode_vba_32.c1822 &mode_lib->vba.MacroTileHeightC[k], in dml32_ModeSupportAndSystemConfigurationFull()
2692 mode_lib->vba.MacroTileHeightC, in dml32_ModeSupportAndSystemConfigurationFull()
2744 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].BlockHeightC = mode_lib->vba.MacroTileHeightC[k]; in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h456 unsigned int MacroTileHeightC[DML2_MAX_PLANES];
714 unsigned int MacroTileHeightC[DML2_MAX_PLANES];
455 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; global() member
713 unsigned int MacroTileHeightC[DML2_MAX_PLANES]; global() member
H A Ddml2_core_dcn4_calcs.c592 unsigned int *MacroTileHeightC, in CalculateBytePerPixelAndBlockSizes()
709 *MacroTileHeightC = *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
710 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
713 *MacroTileWidthC = 256 / *BytePerPixelC / *MacroTileHeightC; in CalculateBytePerPixelAndBlockSizes()
718 *MacroTileHeightC = 16 * *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
719 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
722 *MacroTileWidthC = 65536 / *BytePerPixelC / *MacroTileHeightC; in CalculateBytePerPixelAndBlockSizes()
727 *MacroTileHeightC = 32 * *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
728 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
731 *MacroTileWidthC = 65536 * 4 / *BytePerPixelC / *MacroTileHeightC; in CalculateBytePerPixelAndBlockSizes()
591 CalculateBytePerPixelAndBlockSizes(enum dml2_source_format_class SourcePixelFormat,enum dml2_swizzle_mode SurfaceTiling,unsigned int pitch_y,unsigned int pitch_c,unsigned int * BytePerPixelY,unsigned int * BytePerPixelC,double * BytePerPixelDETY,double * BytePerPixelDETC,unsigned int * BlockHeight256BytesY,unsigned int * BlockHeight256BytesC,unsigned int * BlockWidth256BytesY,unsigned int * BlockWidth256BytesC,unsigned int * MacroTileHeightY,unsigned int * MacroTileHeightC,unsigned int * MacroTileWidthY,unsigned int * MacroTileWidthC,bool * surf_linear128_l,bool * surf_linear128_c) CalculateBytePerPixelAndBlockSizes() argument
12109 unsigned int MacroTileHeightC; dml2_core_calcs_get_dpte_row_height() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c55 dml_uint_t *MacroTileHeightC,
1611 dml_uint_t *MacroTileHeightC, in CalculateBytePerPixelAndBlockSizes()
1708 *MacroTileHeightC = *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
1709 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
1712 *MacroTileWidthC = 256 / *BytePerPixelC / *MacroTileHeightC; in CalculateBytePerPixelAndBlockSizes()
1717 *MacroTileHeightC = 16 * *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
1718 if (*MacroTileHeightC == 0) { in CalculateBytePerPixelAndBlockSizes()
1721 *MacroTileWidthC = 65536 / *BytePerPixelC / *MacroTileHeightC; in CalculateBytePerPixelAndBlockSizes()
1726 *MacroTileHeightC = 32 * *BlockHeight256BytesC; in CalculateBytePerPixelAndBlockSizes()
1727 if (*MacroTileHeightC in CalculateBytePerPixelAndBlockSizes()
1609 CalculateBytePerPixelAndBlockSizes(enum dml_source_format_class SourcePixelFormat,enum dml_swizzle_mode SurfaceTiling,dml_uint_t * BytePerPixelY,dml_uint_t * BytePerPixelC,dml_float_t * BytePerPixelDETY,dml_float_t * BytePerPixelDETC,dml_uint_t * BlockHeight256BytesY,dml_uint_t * BlockHeight256BytesC,dml_uint_t * BlockWidth256BytesY,dml_uint_t * BlockWidth256BytesC,dml_uint_t * MacroTileHeightY,dml_uint_t * MacroTileHeightC,dml_uint_t * MacroTileWidthY,dml_uint_t * MacroTileWidthC) CalculateBytePerPixelAndBlockSizes() argument
9963 dml_uint_t MacroTileHeightC; dml_core_get_row_heights() local
[all...]
H A Ddisplay_mode_core_structs.h927 dml_uint_t MacroTileHeightC[__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h667 unsigned int MacroTileHeightC[DC__NUM_DPP__MAX]; member