Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h676 unsigned int *VUpdateOffsetPix,
768 unsigned int *VUpdateOffsetPix,
H A Ddisplay_mode_vba_32.c834 &v->VUpdateOffsetPix[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1453 if (((v->VUpdateOffsetPix[k] + v->VUpdateWidthPix[k] + v->VReadyOffsetPix[k]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1464 dml_print("DML::%s: k=%d, VUpdateOffsetPix = %d\n", __func__, k, v->VUpdateOffsetPix[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h632 unsigned int VUpdateOffsetPix[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h791 unsigned int VUpdateOffsetPix[DML2_MAX_PLANES]; member
1776 unsigned int *VUpdateOffsetPix; member
H A Ddml2_core_shared.c504 unsigned int *VUpdateOffsetPix,
2395 CalculatePrefetchSchedule_params->VUpdateOffsetPix = &s->dummy_integer[0]; in dml2_core_shared_mode_support()
7295 unsigned int *VUpdateOffsetPix, in CalculateVUpdateAndDynamicMetadataParameters() argument
7303 *VUpdateOffsetPix = (unsigned int)(math_ceil2(HTotal / 4.0, 1.0)); in CalculateVUpdateAndDynamicMetadataParameters()
7304 *TSetup = (*VUpdateOffsetPix + *VUpdateWidthPix + *VReadyOffsetPix) / PixelClock; in CalculateVUpdateAndDynamicMetadataParameters()
7328 dml2_printf("DML::%s: VUpdateOffsetPix = %u\n", __func__, *VUpdateOffsetPix); in CalculateVUpdateAndDynamicMetadataParameters()
7610 p->VUpdateOffsetPix, in CalculatePrefetchSchedule()
10722 CalculatePrefetchSchedule_params->VUpdateOffsetPix = &mode_lib->mp.VUpdateOffsetPix[k]; in dml2_core_shared_mode_programming()
11265 …if (((mode_lib->mp.VUpdateOffsetPix[k] + mode_lib->mp.VUpdateWidthPix[k] + (double) mode_lib->mp.V… in dml2_core_shared_mode_programming()
11276 …dml2_printf("DML::%s: k=%u, VUpdateOffsetPix = %u\n", __func__, k, mode_lib->mp.VUpdateOffsetPix[k… in dml2_core_shared_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c160 int *VUpdateOffsetPix,
288 int *VUpdateOffsetPix,
872 int *VUpdateOffsetPix,
941 VUpdateOffsetPix,
2677 &v->VUpdateOffsetPix[k],
3158 if (((v->VUpdateOffsetPix[k] + v->VUpdateWidthPix[k] + v->VReadyOffsetPix[k]) / v->HTotal[k])
3168 dml_print("DML::%s: k=%d, VUpdateOffsetPix = %d\n", __func__, k, v->VUpdateOffsetPix[k]);
3417 int *VUpdateOffsetPix, argument
3426 *VUpdateOffsetPix = dml_ceil(HTotal / 4.0, 1);
3427 *TSetup = (*VUpdateOffsetPix + *VUpdateWidthPix + *VReadyOffsetPix) / PixelClock;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1188 dml_uint_t VUpdateOffsetPix[__DML_NUM_PLANES__]; member
1583 dml_uint_t *VUpdateOffsetPix; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h580 unsigned int VUpdateOffsetPix[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c179 dml_get_pipe_attr_func(vupdate_offset, mode_lib->vba.VUpdateOffsetPix);