Home
last modified time | relevance | path

Searched refs:DisplayPipeLineDeliveryTimeLuma (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h651 double DisplayPipeLineDeliveryTimeLuma[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h879 double DisplayPipeLineDeliveryTimeLuma[],
H A Ddisplay_mode_vba_32.c1277 v->DisplayPipeLineDeliveryTimeLuma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c389 double DisplayPipeLineDeliveryTimeLuma[],
2996 v->DisplayPipeLineDeliveryTimeLuma,
5769 double DisplayPipeLineDeliveryTimeLuma; local
5777 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerPlane[k] / HRatio[k] / PixelClock[k];
5779 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / DPPCLK[k];
5792 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma,
5795 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma;
5910 double DisplayPipeLineDeliveryTimeLuma[],
5926DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * DPPPerPlane[k] / HRatio[k] / PixelCl…
5928 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / DPPCLK[k];
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h843 double DisplayPipeLineDeliveryTimeLuma[DC__NUM_DPP__MAX]; // WM member
H A Ddisplay_mode_vba.c162 …et_pipe_attr_func(refcyc_per_line_delivery_l_in_us, mode_lib->vba.DisplayPipeLineDeliveryTimeLuma);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c700 double DisplayPipeLineDeliveryTimeLuma[],
6205 double DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep() local
6213DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / display_cfg->plane_descripto… in CalculateDCFCLKDeepSleep()
6215 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculateDCFCLKDeepSleep()
6228 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in CalculateDCFCLKDeepSleep()
6231 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep()
9092 double DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes() argument
9120DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info… in CalculatePixelDeliveryTimes()
9122 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculatePixelDeliveryTimes()
9151 …: k=%u : DisplayPipeLineDeliveryTimeLuma = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in CalculatePixelDeliveryTimes()
[all …]
H A Ddml2_core_shared_types.h743 double DisplayPipeLineDeliveryTimeLuma[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1143 dml_float_t DisplayPipeLineDeliveryTimeLuma[__DML_NUM_PLANES__]; member