Searched refs:MaxTotalDETInKByte (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h88 unsigned int MaxTotalDETInKByte,
202 unsigned int MaxTotalDETInKByte,
1064 unsigned int *MaxTotalDETInKByte,
H A Ddisplay_mode_vba_util_32.c399 unsigned int MaxTotalDETInKByte,
571 MaxTotalDETInKByte,
914 unsigned int MaxTotalDETInKByte,
945 dml_print("DML::%s: MaxTotalDETInKByte = %d\n", __func__, MaxTotalDETInKByte);
963 DETBufferSizePoolInKByte = MaxTotalDETInKByte;
1040 (double) DETBufferSizeInKByte[k] / (double) MaxTotalDETInKByte) >=
6079 unsigned int *MaxTotalDETInKByte,
6086 *MaxTotalDETInKByte = dml_ceil(((double)ConfigReturnBufferSizeInKByte +
6088 *nomDETInKByte = dml_floor((double) *MaxTotalDETInKByte / (doubl
395 dml32_CalculateSwathAndDETConfiguration( unsigned int DETSizeOverride[], enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], unsigned int ConfigReturnBufferSizeInKByte, unsigned int MaxTotalDETInKByte, unsigned int MinCompressedBufferSizeInKByte, double ForceSingleDPP, unsigned int NumberOfActiveSurfaces, unsigned int nomDETInKByte, enum unbounded_requesting_policy UseUnboundedRequestingFinal, bool DisableUnboundRequestIfCompBufReservedSpaceNeedAdjustment, unsigned int PixelChunkSizeKBytes, unsigned int ROBSizeKBytes, unsigned int CompressedBufferSegmentSizeInkByteFinal, enum output_encoder_class Output[], double ReadBandwidthLuma[], double ReadBandwidthChroma[], double MaximumSwathWidthLuma[], double MaximumSwathWidthChroma[], enum dm_rotation_angle SourceRotation[], bool ViewportStationary[], enum source_format_class SourcePixelFormat[], enum dm_swizzle_mode SurfaceTiling[], unsigned int ViewportWidth[], unsigned int ViewportHeight[], unsigned int ViewportXStart[], unsigned int ViewportYStart[], unsigned int ViewportXStartC[], unsigned int ViewportYStartC[], unsigned int SurfaceWidthY[], unsigned int SurfaceWidthC[], unsigned int SurfaceHeightY[], unsigned int SurfaceHeightC[], unsigned int Read256BytesBlockHeightY[], unsigned int Read256BytesBlockHeightC[], unsigned int Read256BytesBlockWidthY[], unsigned int Read256BytesBlockWidthC[], enum odm_combine_mode ODMMode[], unsigned int BlendingAndTiming[], unsigned int BytePerPixY[], unsigned int BytePerPixC[], double BytePerPixDETY[], double BytePerPixDETC[], unsigned int HActive[], double HRatio[], double HRatioChroma[], unsigned int DPPPerSurface[], unsigned int swath_width_luma_ub[], unsigned int swath_width_chroma_ub[], double SwathWidth[], double SwathWidthChroma[], unsigned int SwathHeightY[], unsigned int SwathHeightC[], unsigned int DETBufferSizeInKByte[], unsigned int DETBufferSizeY[], unsigned int DETBufferSizeC[], bool *UnboundedRequestEnabled, unsigned int *CompressedBufferSizeInkByte, unsigned int *CompBufReservedSpaceKBytes, bool *CompBufReservedSpaceNeedAdjustment, bool ViewportSizeSupportPerSurface[], bool *ViewportSizeSupport) argument
907 dml32_CalculateDETBufferSize( unsigned int DETSizeOverride[], enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], bool ForceSingleDPP, unsigned int NumberOfActiveSurfaces, bool UnboundedRequestEnabled, unsigned int nomDETInKByte, unsigned int MaxTotalDETInKByte, unsigned int ConfigReturnBufferSizeInKByte, unsigned int MinCompressedBufferSizeInKByte, unsigned int CompressedBufferSegmentSizeInkByteFinal, enum source_format_class SourcePixelFormat[], double ReadBandwidthLuma[], double ReadBandwidthChroma[], unsigned int RoundedUpMaxSwathSizeBytesY[], unsigned int RoundedUpMaxSwathSizeBytesC[], unsigned int DPPPerSurface[], unsigned int DETBufferSizeInKByte[], unsigned int *CompressedBufferSizeInkByte) argument
6073 dml32_CalculateMaxDETAndMinCompressedBufferSize( unsigned int ConfigReturnBufferSizeInKByte, unsigned int ROBBufferSizeInKByte, unsigned int MaxNumDPP, bool nomDETInKByteOverrideEnable, unsigned int nomDETInKByteOverrideValue, unsigned int *MaxTotalDETInKByte, unsigned int *nomDETInKByte, unsigned int *MinCompressedBufferSizeInKByte) argument
[all...]
H A Ddisplay_mode_vba_32.c48 &mode_lib->vba.MaxTotalDETInKByte, &mode_lib->vba.nomDETInKByte,
226 mode_lib->vba.MaxTotalDETInKByte,
1960 mode_lib->vba.MaxTotalDETInKByte,
2560 mode_lib->vba.MaxTotalDETInKByte,
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h785 dml_uint_t MaxTotalDETInKByte; member in struct:mode_support_st
1404 dml_uint_t MaxTotalDETInKByte; member in struct:CalculateSwathAndDETConfiguration_params_st
H A Ddisplay_mode_core.c704 dml_uint_t MaxTotalDETInKByte,
728 dml_uint_t *MaxTotalDETInKByte,
4186 p->MaxTotalDETInKByte,
4814 dml_uint_t MaxTotalDETInKByte,
4845 dml_print("DML::%s: MaxTotalDETInKByte = %u\n", __func__, MaxTotalDETInKByte);
4860 DETBufferSizePoolInKByte = MaxTotalDETInKByte;
4929 } else if (DETSizeOverride[k] > 0 || (((dml_float_t) (ForceSingleDPP ? 1 : DPPPerSurface[k]) * (dml_float_t) DETBufferSizeInKByte[k] / (dml_float_t) MaxTotalDETInKByte) >= ((ReadBandwidthLuma[k] + ReadBandwidthChroma[k]) / TotalBandwidth))) {
5025 dml_uint_t *MaxTotalDETInKByte,
5029 *MaxTotalDETInKByte
4807 CalculateDETBufferSize( dml_uint_t DETSizeOverride[], enum dml_use_mall_for_pstate_change_mode UseMALLForPStateChange[], dml_bool_t ForceSingleDPP, dml_uint_t NumberOfActiveSurfaces, dml_bool_t UnboundedRequestEnabled, dml_uint_t nomDETInKByte, dml_uint_t MaxTotalDETInKByte, dml_uint_t ConfigReturnBufferSizeInKByte, dml_uint_t MinCompressedBufferSizeInKByte, dml_uint_t ConfigReturnBufferSegmentSizeInkByte, dml_uint_t CompressedBufferSegmentSizeInkByteFinal, enum dml_source_format_class SourcePixelFormat[], dml_float_t ReadBandwidthLuma[], dml_float_t ReadBandwidthChroma[], dml_uint_t RoundedUpMaxSwathSizeBytesY[], dml_uint_t RoundedUpMaxSwathSizeBytesC[], dml_uint_t DPPPerSurface[], dml_uint_t DETBufferSizeInKByte[], dml_uint_t *CompressedBufferSizeInkByte) argument
5016 CalculateMaxDETAndMinCompressedBufferSize( dml_uint_t ConfigReturnBufferSizeInKByte, dml_uint_t ConfigReturnBufferSegmentSizeInKByte, dml_uint_t ROBBufferSizeInKByte, dml_uint_t MaxNumDPP, dml_bool_t nomDETInKByteOverrideEnable, dml_uint_t nomDETInKByteOverrideValue, dml_uint_t *MaxTotalDETInKByte, dml_uint_t *nomDETInKByte, dml_uint_t *MinCompressedBufferSizeInKByte) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h439 unsigned int MaxTotalDETInKByte; member in struct:vba_vars_st

Completed in 335 milliseconds