Searched refs:DCCFractionOfZeroSizeRequestsChroma (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c113 dml_surface_array->DCCFractionOfZeroSizeRequestsChroma[dst_index] = dml_surface_array->DCCFractionOfZeroSizeRequestsChroma[src_index];
H A Ddisplay_mode_core_structs.h541 dml_float_t DCCFractionOfZeroSizeRequestsChroma[__DML_NUM_PLANES__]; member in struct:dml_surface_cfg_st
1496 dml_float_t *DCCFractionOfZeroSizeRequestsChroma; member in struct:CalculateStutterEfficiency_params_st
H A Ddisplay_mode_util.c606 dml_print("DML: surface_cfg: plane=%d, DCCFractionOfZeroSizeRequestsChroma= %f\n", i, surface->DCCFractionOfZeroSizeRequestsChroma[i]);
H A Ddml2_translation_helper.c749 out->DCCFractionOfZeroSizeRequestsChroma[location] = 0;
768 out->DCCFractionOfZeroSizeRequestsChroma[location] = in->dcc.independent_64b_blks_c;
H A Ddisplay_mode_core.c3839 TotalZeroSizeRequestReadBandwidth = TotalZeroSizeRequestReadBandwidth + p->ReadBandwidthSurfaceChroma[k] * p->DCCFractionOfZeroSizeRequestsChroma[k];
3840 TotalZeroSizeCompressedReadBandwidth = TotalZeroSizeCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[k] * p->DCCFractionOfZeroSizeRequestsChroma[k] / MaximumEffectiveCompressionChroma;
9785 CalculateStutterEfficiency_params->DCCFractionOfZeroSizeRequestsChroma = mode_lib->ms.cache_display_cfg.surface.DCCFractionOfZeroSizeRequestsChroma;
9857 mode_lib->ms.cache_display_cfg.surface.DCCFractionOfZeroSizeRequestsChroma,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h1026 double DCCFractionOfZeroSizeRequestsChroma[],
H A Ddisplay_mode_vba_util_32.c5619 double DCCFractionOfZeroSizeRequestsChroma[],
5748 * DCCFractionOfZeroSizeRequestsChroma[k];
5751 * DCCFractionOfZeroSizeRequestsChroma[k]
5588 dml32_CalculateStutterEfficiency( unsigned int CompressedBufferSizeInkByte, enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange[], bool UnboundedRequestEnabled, unsigned int MetaFIFOSizeInKEntries, unsigned int ZeroSizeBufferEntries, unsigned int PixelChunkSizeInKByte, unsigned int NumberOfActiveSurfaces, unsigned int ROBBufferSizeInKByte, double TotalDataReadBandwidth, double DCFCLK, double ReturnBW, unsigned int CompbufReservedSpace64B, unsigned int CompbufReservedSpaceZs, double SRExitTime, double SRExitZ8Time, bool SynchronizeTimingsFinal, unsigned int BlendingAndTiming[], double StutterEnterPlusExitWatermark, double Z8StutterEnterPlusExitWatermark, bool ProgressiveToInterlaceUnitInOPP, bool Interlace[], double MinTTUVBlank[], unsigned int DPPPerSurface[], unsigned int DETBufferSizeY[], unsigned int BytePerPixelY[], double BytePerPixelDETY[], double SwathWidthY[], unsigned int SwathHeightY[], unsigned int SwathHeightC[], double NetDCCRateLuma[], double NetDCCRateChroma[], double DCCFractionOfZeroSizeRequestsLuma[], double DCCFractionOfZeroSizeRequestsChroma[], unsigned int HTotal[], unsigned int VTotal[], double PixelClock[], double VRatio[], enum dm_rotation_angle SourceRotation[], unsigned int BlockHeight256BytesY[], unsigned int BlockWidth256BytesY[], unsigned int BlockHeight256BytesC[], unsigned int BlockWidth256BytesC[], unsigned int DCCYMaxUncompressedBlock[], unsigned int DCCCMaxUncompressedBlock[], unsigned int VActive[], bool DCCEnable[], bool WritebackEnable[], double ReadBandwidthSurfaceLuma[], double ReadBandwidthSurfaceChroma[], double meta_row_bw[], double dpte_row_bw[], double *StutterEfficiencyNotIncludingVBlank, double *StutterEfficiency, unsigned int *NumberOfStutterBurstsPerFrame, double *Z8StutterEfficiencyNotIncludingVBlank, double *Z8StutterEfficiency, unsigned int *Z8NumberOfStutterBurstsPerFrame, double *StutterPeriod, bool *DCHUBBUB_ARB_CSTATE_MAX_CAP_MODE) argument
H A Ddisplay_mode_vba_32.c1544 mode_lib->vba.DCCFractionOfZeroSizeRequestsChroma,
1607 mode_lib->vba.DCCFractionOfZeroSizeRequestsChroma,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1160 double DCCFractionOfZeroSizeRequestsChroma[DC__NUM_DPP__MAX]; member in struct:vba_vars_st
H A Ddisplay_mode_vba.c608 mode_lib->vba.DCCFractionOfZeroSizeRequestsChroma[mode_lib->vba.NumberOfActivePlanes] = src->dcc_fraction_of_zs_req_chroma;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c505 double DCCFractionOfZeroSizeRequestsChroma[],
3248 v->DCCFractionOfZeroSizeRequestsChroma,
6337 double DCCFractionOfZeroSizeRequestsChroma[],
6419 TotalZeroSizeRequestReadBandwidth = TotalZeroSizeRequestReadBandwidth + ReadBandwidthPlaneChroma[k] * DCCFractionOfZeroSizeRequestsChroma[k];
6421 + ReadBandwidthPlaneChroma[k] * DCCFractionOfZeroSizeRequestsChroma[k] / MaximumEffectiveCompressionChroma;
6306 CalculateStutterEfficiency( struct display_mode_lib *mode_lib, int CompressedBufferSizeInkByte, bool UnboundedRequestEnabled, int ConfigReturnBufferSizeInKByte, int MetaFIFOSizeInKEntries, int ZeroSizeBufferEntries, int NumberOfActivePlanes, int ROBBufferSizeInKByte, double TotalDataReadBandwidth, double DCFCLK, double ReturnBW, double COMPBUF_RESERVED_SPACE_64B, double COMPBUF_RESERVED_SPACE_ZS, double SRExitTime, double SRExitZ8Time, bool SynchronizedVBlank, double Z8StutterEnterPlusExitWatermark, double StutterEnterPlusExitWatermark, bool ProgressiveToInterlaceUnitInOPP, bool Interlace[], double MinTTUVBlank[], int DPPPerPlane[], unsigned int DETBufferSizeY[], int BytePerPixelY[], double BytePerPixelDETY[], double SwathWidthY[], int SwathHeightY[], int SwathHeightC[], double NetDCCRateLuma[], double NetDCCRateChroma[], double DCCFractionOfZeroSizeRequestsLuma[], double DCCFractionOfZeroSizeRequestsChroma[], int HTotal[], int VTotal[], double PixelClock[], double VRatio[], enum scan_direction_class SourceScan[], int BlockHeight256BytesY[], int BlockWidth256BytesY[], int BlockHeight256BytesC[], int BlockWidth256BytesC[], int DCCYMaxUncompressedBlock[], int DCCCMaxUncompressedBlock[], int VActive[], bool DCCEnable[], bool WritebackEnable[], double ReadBandwidthPlaneLuma[], double ReadBandwidthPlaneChroma[], double meta_row_bw[], double dpte_row_bw[], double *StutterEfficiencyNotIncludingVBlank, double *StutterEfficiency, int *NumberOfStutterBurstsPerFrame, double *Z8StutterEfficiencyNotIncludingVBlank, double *Z8StutterEfficiency, int *Z8NumberOfStutterBurstsPerFrame, double *StutterPeriod) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c517 double DCCFractionOfZeroSizeRequestsChroma[],
3270 v->DCCFractionOfZeroSizeRequestsChroma,
6435 double DCCFractionOfZeroSizeRequestsChroma[],
6517 TotalZeroSizeRequestReadBandwidth = TotalZeroSizeRequestReadBandwidth + ReadBandwidthPlaneChroma[k] * DCCFractionOfZeroSizeRequestsChroma[k];
6519 + ReadBandwidthPlaneChroma[k] * DCCFractionOfZeroSizeRequestsChroma[k] / MaximumEffectiveCompressionChroma;
6404 CalculateStutterEfficiency( struct display_mode_lib *mode_lib, int CompressedBufferSizeInkByte, bool UnboundedRequestEnabled, int ConfigReturnBufferSizeInKByte, int MetaFIFOSizeInKEntries, int ZeroSizeBufferEntries, int NumberOfActivePlanes, int ROBBufferSizeInKByte, double TotalDataReadBandwidth, double DCFCLK, double ReturnBW, double COMPBUF_RESERVED_SPACE_64B, double COMPBUF_RESERVED_SPACE_ZS, double SRExitTime, double SRExitZ8Time, bool SynchronizedVBlank, double Z8StutterEnterPlusExitWatermark, double StutterEnterPlusExitWatermark, bool ProgressiveToInterlaceUnitInOPP, bool Interlace[], double MinTTUVBlank[], int DPPPerPlane[], unsigned int DETBufferSizeY[], int BytePerPixelY[], double BytePerPixelDETY[], double SwathWidthY[], int SwathHeightY[], int SwathHeightC[], double NetDCCRateLuma[], double NetDCCRateChroma[], double DCCFractionOfZeroSizeRequestsLuma[], double DCCFractionOfZeroSizeRequestsChroma[], int HTotal[], int VTotal[], double PixelClock[], double VRatio[], enum scan_direction_class SourceScan[], int BlockHeight256BytesY[], int BlockWidth256BytesY[], int BlockHeight256BytesC[], int BlockWidth256BytesC[], int DCCYMaxUncompressedBlock[], int DCCCMaxUncompressedBlock[], int VActive[], bool DCCEnable[], bool WritebackEnable[], double ReadBandwidthPlaneLuma[], double ReadBandwidthPlaneChroma[], double meta_row_bw[], double dpte_row_bw[], double *StutterEfficiencyNotIncludingVBlank, double *StutterEfficiency, int *NumberOfStutterBurstsPerFrame, double *Z8StutterEfficiencyNotIncludingVBlank, double *Z8StutterEfficiency, int *Z8NumberOfStutterBurstsPerFrame, double *StutterPeriod) argument

Completed in 496 milliseconds