Home
last modified time | relevance | path

Searched refs:MaxCompressedBlockChroma (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c168 unsigned int *MaxCompressedBlockChroma,
1326 unsigned int *MaxCompressedBlockChroma, in CalculateDCCConfiguration() argument
1582 *MaxCompressedBlockChroma = 256; in CalculateDCCConfiguration()
1586 *MaxCompressedBlockChroma = 128; in CalculateDCCConfiguration()
1590 *MaxCompressedBlockChroma = 64; in CalculateDCCConfiguration()
1596 *MaxCompressedBlockChroma = 0; in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c194 unsigned int *MaxCompressedBlockChroma,
1507 unsigned int *MaxCompressedBlockChroma, argument
1725 *MaxCompressedBlockChroma = 256;
1729 *MaxCompressedBlockChroma = 128;
1733 *MaxCompressedBlockChroma = 64;
1739 *MaxCompressedBlockChroma = 0;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c185 unsigned int *MaxCompressedBlockChroma,
1490 unsigned int *MaxCompressedBlockChroma, argument
1708 *MaxCompressedBlockChroma = 256;
1712 *MaxCompressedBlockChroma = 128;
1716 *MaxCompressedBlockChroma = 64;
1722 *MaxCompressedBlockChroma = 0;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2007 unsigned int *MaxCompressedBlockChroma, in CalculateDCCConfiguration()
2222 *MaxCompressedBlockChroma = 256; in CalculateDCCConfiguration()
2226 *MaxCompressedBlockChroma = 128; in CalculateDCCConfiguration()
2230 *MaxCompressedBlockChroma = 64; in CalculateDCCConfiguration()
2236 *MaxCompressedBlockChroma = 0; in CalculateDCCConfiguration()
2251 DML_LOG_VERBOSE("DML::%s: MaxCompressedBlockChroma = %u\n", __func__, *MaxCompressedBlockChroma); in CalculateDCCConfiguration()
1983 CalculateDCCConfiguration(bool DCCEnabled,bool DCCProgrammingAssumesScanDirectionUnknown,enum dml2_source_format_class SourcePixelFormat,unsigned int SurfaceWidthLuma,unsigned int SurfaceWidthChroma,unsigned int SurfaceHeightLuma,unsigned int SurfaceHeightChroma,unsigned int nomDETInKByte,unsigned int RequestHeight256ByteLuma,unsigned int RequestHeight256ByteChroma,enum dml2_swizzle_mode TilingFormat,unsigned int BytePerPixelY,unsigned int BytePerPixelC,double BytePerPixelDETY,double BytePerPixelDETC,enum dml2_rotation_angle RotationAngle,enum dml2_core_internal_request_type * RequestLuma,enum dml2_core_internal_request_type * RequestChroma,unsigned int * MaxUncompressedBlockLuma,unsigned int * MaxUncompressedBlockChroma,unsigned int * MaxCompressedBlockLuma,unsigned int * MaxCompressedBlockChroma,unsigned int * IndependentBlockLuma,unsigned int * IndependentBlockChroma) CalculateDCCConfiguration() argument