Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h881 double DisplayPipeLineDeliveryTimeLumaPrefetch[],
H A Ddisplay_mode_vba_32.c1279 v->DisplayPipeLineDeliveryTimeLumaPrefetch, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h934 double DisplayPipeLineDeliveryTimeLumaPrefetch[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c164 …_func(refcyc_per_line_delivery_pre_l_in_us, mode_lib->vba.DisplayPipeLineDeliveryTimeLumaPrefetch);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h917 double DisplayPipeLineDeliveryTimeLumaPrefetch[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c9685 double DisplayPipeLineDeliveryTimeLumaPrefetch[], in CalculatePixelDeliveryTimes() argument
9727DisplayPipeLineDeliveryTimeLumaPrefetch[k] = swath_width_luma_ub[k] * cfg_support_info->plane_supp… in CalculatePixelDeliveryTimes()
9729DisplayPipeLineDeliveryTimeLumaPrefetch[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[… in CalculatePixelDeliveryTimes()
9743 …ayPipeLineDeliveryTimeLumaPrefetch = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLumaPrefetch[k… in CalculatePixelDeliveryTimes()
9752 …DisplayPipeRequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_p… in CalculatePixelDeliveryTimes()
11814 mode_lib->mp.DisplayPipeLineDeliveryTimeLumaPrefetch, in dml_core_mode_programming()
12574 …l->refcyc_per_line_delivery_pre_l = mode_lib->mp.DisplayPipeLineDeliveryTimeLumaPrefetch[mode_lib-… in rq_dlg_get_dlg_reg()
13354 …out->informative.misc.DisplayPipeLineDeliveryTimeLumaPrefetch[k] = mode_lib->mp.DisplayPipeLineDel… in dml2_core_calcs_get_informative()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1202 dml_float_t DisplayPipeLineDeliveryTimeLumaPrefetch[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c485 dml_float_t DisplayPipeLineDeliveryTimeLumaPrefetch[],
3305 dml_float_t DisplayPipeLineDeliveryTimeLumaPrefetch[], in CalculatePixelDeliveryTimes()
3349DisplayPipeLineDeliveryTimeLumaPrefetch[k] = swath_width_luma_ub[k] * DPPPerSurface[k] / HRatio[k]… in CalculatePixelDeliveryTimes()
3351DisplayPipeLineDeliveryTimeLumaPrefetch[k] = swath_width_luma_ub[k] / PSCL_THROUGHPUT[k] / Dppclk[… in CalculatePixelDeliveryTimes()
3365 …ayPipeLineDeliveryTimeLumaPrefetch = %f\n", __func__, k, DisplayPipeLineDeliveryTimeLumaPrefetch[k… in CalculatePixelDeliveryTimes()
3382 …DisplayPipeRequestDeliveryTimeLumaPrefetch[k] = DisplayPipeLineDeliveryTimeLumaPrefetch[k] / req_p… in CalculatePixelDeliveryTimes()
9550 locals->DisplayPipeLineDeliveryTimeLumaPrefetch, in dml_core_mode_programming()
10309 …_per_line_delivery_pre_l_in_us, dml_float_t, mode_lib->mp.DisplayPipeLineDeliveryTimeLumaPrefetch);