Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c170 unsigned int *IndependentBlockChroma);
1328 unsigned int *IndependentBlockChroma) in CalculateDCCConfiguration() argument
1583 *IndependentBlockChroma = 0; in CalculateDCCConfiguration()
1587 *IndependentBlockChroma = 128; in CalculateDCCConfiguration()
1591 *IndependentBlockChroma = 64; in CalculateDCCConfiguration()
1597 *IndependentBlockChroma = 0; in CalculateDCCConfiguration()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c196 unsigned int *IndependentBlockChroma);
1509 unsigned int *IndependentBlockChroma) argument
1726 *IndependentBlockChroma = 0;
1730 *IndependentBlockChroma = 128;
1734 *IndependentBlockChroma = 64;
1740 *IndependentBlockChroma = 0;
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c187 unsigned int *IndependentBlockChroma);
1492 unsigned int *IndependentBlockChroma) argument
1709 *IndependentBlockChroma = 0;
1713 *IndependentBlockChroma = 128;
1717 *IndependentBlockChroma = 64;
1723 *IndependentBlockChroma = 0;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2009 unsigned int *IndependentBlockChroma) in CalculateDCCConfiguration()
2223 *IndependentBlockChroma = 0; in CalculateDCCConfiguration()
2227 *IndependentBlockChroma = 128; in CalculateDCCConfiguration()
2231 *IndependentBlockChroma = 64; in CalculateDCCConfiguration()
2237 *IndependentBlockChroma = 0; in CalculateDCCConfiguration()
2252 DML_LOG_VERBOSE("DML::%s: IndependentBlockChroma = %u\n", __func__, *IndependentBlockChroma); 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