Searched refs:DisplayPipeLineDeliveryTimeLuma (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 2832 double DisplayPipeLineDeliveryTimeLuma; in dml32_CalculateDCFCLKDeepSleep() local 2840 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / HRatio[k] in dml32_CalculateDCFCLKDeepSleep() 2843 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in dml32_CalculateDCFCLKDeepSleep() 2859 BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in dml32_CalculateDCFCLKDeepSleep() 2864 64.0 / DisplayPipeLineDeliveryTimeLuma; in dml32_CalculateDCFCLKDeepSleep() 4716 double DisplayPipeLineDeliveryTimeLuma[], in dml32_CalculatePixelDeliveryTimes() 4747 DisplayPipeLineDeliveryTimeLuma[k] = in dml32_CalculatePixelDeliveryTimes() 4750 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in dml32_CalculatePixelDeliveryTimes() 4786 __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in dml32_CalculatePixelDeliveryTimes() 4805 DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub; in dml32_CalculatePixelDeliveryTimes()
|
| H A D | display_mode_vba_util_32.h | 879 double DisplayPipeLineDeliveryTimeLuma[],
|
| H A D | display_mode_vba_32.c | 1277 v->DisplayPipeLineDeliveryTimeLuma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 357 double DisplayPipeLineDeliveryTimeLuma[], 2674 v->DisplayPipeLineDeliveryTimeLuma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 5150 double DisplayPipeLineDeliveryTimeLuma = 0; in CalculateDCFCLKDeepSleep() local 5159 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerPlane[k] / HRatio[k] / PixelClock[k]; in CalculateDCFCLKDeepSleep() 5161 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / DPPCLK[k]; in CalculateDCFCLKDeepSleep() 5174 …] = dml_max(1.1 * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, 1.1 … in CalculateDCFCLKDeepSleep() 5176 …leepPerPlane[k] = 1.1 * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep() 5292 double DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes() 5308 …DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * DPPPerPlane[k] / HRatio[k] / PixelCl… in CalculatePixelDeliveryTimes() 5310 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / DPPCLK[k]; in CalculatePixelDeliveryTimes() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 843 double DisplayPipeLineDeliveryTimeLuma[DC__NUM_DPP__MAX]; // WM member
|
| H A D | display_mode_vba.c | 162 …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 D | display_mode_core.c | 483 dml_float_t DisplayPipeLineDeliveryTimeLuma[], 3133 dml_float_t DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep() local 3141 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / HRatio[k] / PixelClock[k]; in CalculateDCFCLKDeepSleep() 3143 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculateDCFCLKDeepSleep() 3156 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in CalculateDCFCLKDeepSleep() 3159 …L_MIN_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleep() 3292 dml_float_t DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes() 3322 …DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * DPPPerSurface[k] / HRatio[k] / Pixel… in CalculatePixelDeliveryTimes() 3324 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculatePixelDeliveryTimes() 3353 …: k=%u : DisplayPipeLineDeliveryTimeLuma = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in CalculatePixelDeliveryTimes() [all …]
|
| H A D | display_mode_core_structs.h | 1200 dml_float_t DisplayPipeLineDeliveryTimeLuma[__DML_NUM_PLANES__]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 3516 double DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleepTdlut() local 3525 …DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / display_cfg->plane_descripto… in CalculateDCFCLKDeepSleepTdlut() 3527 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculateDCFCLKDeepSleepTdlut() 3540 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 32.0 / DisplayPipeLineDeliveryTimeLuma, in CalculateDCFCLKDeepSleepTdlut() 3543 …CALCS_DCFCLK_FACTOR__ * SwathWidthY[k] * BytePerPixelY[k] / 64.0 / DisplayPipeLineDeliveryTimeLuma; in CalculateDCFCLKDeepSleepTdlut() 9663 double DisplayPipeLineDeliveryTimeLuma[], in CalculatePixelDeliveryTimes() argument 9691 …DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] * cfg_support_info->plane_support_info… in CalculatePixelDeliveryTimes() 9693 DisplayPipeLineDeliveryTimeLuma[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[k]; in CalculatePixelDeliveryTimes() 9722 …: k=%u : DisplayPipeLineDeliveryTimeLuma = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLuma[k]); in CalculatePixelDeliveryTimes() 9731 …DisplayPipeRequestDeliveryTimeLuma[k] = DisplayPipeLineDeliveryTimeLuma[k] / req_per_swath_ub_l[k]; in CalculatePixelDeliveryTimes() [all …]
|