Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h62 unsigned int *MacroTileWidthY,
H A Ddisplay_mode_vba_32.c1823 &mode_lib->vba.MacroTileWidthY[k], in dml32_ModeSupportAndSystemConfigurationFull()
2689 mode_lib->vba.MacroTileWidthY, in dml32_ModeSupportAndSystemConfigurationFull()
2741 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].BlockWidthY = mode_lib->vba.MacroTileWidthY[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3648 mode_lib->vba.MacroTileWidthY[k]); in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h457 unsigned int MacroTileWidthY[DML2_MAX_PLANES];
715 unsigned int MacroTileWidthY[DML2_MAX_PLANES];
456 unsigned int MacroTileWidthY[DML2_MAX_PLANES]; global() member
714 unsigned int MacroTileWidthY[DML2_MAX_PLANES]; global() member
H A Ddml2_core_dcn4_calcs.c593 unsigned int *MacroTileWidthY, in CalculateBytePerPixelAndBlockSizes()
708 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
717 *MacroTileWidthY = 65536 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
726 *MacroTileWidthY = 65536 * 4 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
752 *MacroTileWidthY = macro_tile_size_bytes / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
761 DML_LOG_VERBOSE("DML::%s: MacroTileWidthY = %u\n", __func__, *MacroTileWidthY); in CalculateBytePerPixelAndBlockSizes()
8129 &mode_lib->ms.MacroTileWidthY[k], in dml_core_mode_support()
8300 unsigned int alignment_l = mode_lib->ms.MacroTileWidthY[k]; in dml_core_mode_support()
8948 mode_lib->ms.MacroTileWidthY, in dml_core_mode_support()
592 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
12106 unsigned int MacroTileWidthY; dml2_core_calcs_get_dpte_row_height() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h928 dml_uint_t MacroTileWidthY[__DML_NUM_PLANES__]; member
1041 dml_uint_t MacroTileWidthY[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c56 dml_uint_t *MacroTileWidthY,
1612 dml_uint_t *MacroTileWidthY, in CalculateBytePerPixelAndBlockSizes()
1707 *MacroTileWidthY = 256 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
1716 *MacroTileWidthY = 65536 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
1725 *MacroTileWidthY = 65536 * 4 / *BytePerPixelY / *MacroTileHeightY; in CalculateBytePerPixelAndBlockSizes()
1735 dml_print("DML::%s: MacroTileWidthY = %u\n", __func__, *MacroTileWidthY); in CalculateBytePerPixelAndBlockSizes()
6987 &mode_lib->ms.MacroTileWidthY[k], in dml_core_mode_support()
7794 mode_lib->ms.MacroTileWidthY, in dml_core_mode_support()
7835 s->SurfParameters[k].BlockWidthY = mode_lib->ms.MacroTileWidthY[ in dml_core_mode_support()
1610 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
9960 dml_uint_t MacroTileWidthY; dml_core_get_row_heights() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h668 unsigned int MacroTileWidthY[DC__NUM_DPP__MAX]; member