Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h678 double *VReadyOffsetPix);
770 double *VReadyOffsetPix);
H A Ddisplay_mode_vba_32.c836 &v->VReadyOffsetPix[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1453 if (((v->VUpdateOffsetPix[k] + v->VUpdateWidthPix[k] + v->VReadyOffsetPix[k]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1466 dml_print("DML::%s: k=%d, VReadyOffsetPix = %d\n", __func__, k, v->VReadyOffsetPix[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h634 unsigned int VReadyOffsetPix[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h793 unsigned int VReadyOffsetPix[DML2_MAX_PLANES]; member
1778 unsigned int *VReadyOffsetPix; member
H A Ddml2_core_shared.c506 unsigned int *VReadyOffsetPix);
2397 CalculatePrefetchSchedule_params->VReadyOffsetPix = &s->dummy_integer[2]; in dml2_core_shared_mode_support()
7297 unsigned int *VReadyOffsetPix) in CalculateVUpdateAndDynamicMetadataParameters() argument
7302 …*VReadyOffsetPix = (unsigned int)(math_ceil2(math_max2(150.0 / Dppclk, TotalRepeaterDelayTime + 20… in CalculateVUpdateAndDynamicMetadataParameters()
7304 *TSetup = (*VUpdateOffsetPix + *VUpdateWidthPix + *VReadyOffsetPix) / PixelClock; in CalculateVUpdateAndDynamicMetadataParameters()
7327 dml2_printf("DML::%s: VReadyOffsetPix = %u\n", __func__, *VReadyOffsetPix); in CalculateVUpdateAndDynamicMetadataParameters()
7612 p->VReadyOffsetPix); in CalculatePrefetchSchedule()
10724 CalculatePrefetchSchedule_params->VReadyOffsetPix = &mode_lib->mp.VReadyOffsetPix[k]; in dml2_core_shared_mode_programming()
11265 …fsetPix[k] + mode_lib->mp.VUpdateWidthPix[k] + (double) mode_lib->mp.VReadyOffsetPix[k]) / display… in dml2_core_shared_mode_programming()
11278 …dml2_printf("DML::%s: k=%u, VReadyOffsetPix = %u\n", __func__, k, mode_lib->mp.VReadyOffsetPix[k]); in dml2_core_shared_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c162 double *VReadyOffsetPix);
290 double *VReadyOffsetPix);
874 double *VReadyOffsetPix)
943 VReadyOffsetPix);
2679 &v->VReadyOffsetPix[k]);
3158 if (((v->VUpdateOffsetPix[k] + v->VUpdateWidthPix[k] + v->VReadyOffsetPix[k]) / v->HTotal[k])
3170 dml_print("DML::%s: k=%d, VReadyOffsetPix = %d\n", __func__, k, v->VReadyOffsetPix[k]);
3419 double *VReadyOffsetPix) argument
3425 …*VReadyOffsetPix = dml_ceil(dml_max(150.0 / DPPCLK, TotalRepeaterDelayTime + 20.0 / DCFClkDeepSlee…
3427 *TSetup = (*VUpdateOffsetPix + *VUpdateWidthPix + *VReadyOffsetPix) / PixelClock;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1190 dml_uint_t VReadyOffsetPix[__DML_NUM_PLANES__]; member
1585 dml_uint_t *VReadyOffsetPix; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h582 double VReadyOffsetPix[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c181 dml_get_pipe_attr_func(vready_offset, mode_lib->vba.VReadyOffsetPix);