Home
last modified time | relevance | path

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

/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/
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_0/
H A Ddisplay_mode_core.c483 dml_float_t DisplayPipeLineDeliveryTimeLuma[],
3144 dml_float_t DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep() local
3152 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / HRatio[k] / PixelClock[k]; in CalculateDCFCLKDeepSleep()
3154 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculateDCFCLKDeepSleep()
3167 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in CalculateDCFCLKDeepSleep()
3170 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep()
3303 dml_float_t DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes()
3333DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * DPPPerSurface[k] / HRatio[k] / Pixel… in CalculatePixelDeliveryTimes()
3335 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculatePixelDeliveryTimes()
3364 …: k=%u : DisplayPipeLineDeliveryTimeLuma = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in CalculatePixelDeliveryTimes()
[all …]
H A Ddisplay_mode_core_structs.h1200 dml_float_t DisplayPipeLineDeliveryTimeLuma[__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h915 double DisplayPipeLineDeliveryTimeLuma[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c3526 double DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleepTdlut() local
3535DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / display_cfg->plane_descripto… in CalculateDCFCLKDeepSleepTdlut()
3537 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculateDCFCLKDeepSleepTdlut()
3550 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in CalculateDCFCLKDeepSleepTdlut()
3553 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleepTdlut()
9683 double DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes() argument
9711DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info… in CalculatePixelDeliveryTimes()
9713 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculatePixelDeliveryTimes()
9742 …: k=%u : DisplayPipeLineDeliveryTimeLuma = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in CalculatePixelDeliveryTimes()
9751 …DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub_l[k]; in CalculatePixelDeliveryTimes()
[all …]