Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h757 double *DestinationLinesToRequestRowInVBlank,
899 double DestinationLinesToRequestRowInVBlank[],
H A Ddisplay_mode_vba_32.c824 &v->DestinationLinesToRequestRowInVBlank[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1296 v->DestinationLinesToRequestRowInVBlank, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h648 double DestinationLinesToRequestRowInVBlank[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c149 double *DestinationLinesToRequestRowInVBlank,
408 double DestinationLinesToRequestRowInVBlank[],
861 double *DestinationLinesToRequestRowInVBlank,
1139 *DestinationLinesToRequestRowInVBlank = 0;
1282 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)…
1288 …DCCEnable) ? (*DestinationLinesToRequestVMInVBlank + 2 * *DestinationLinesToRequestRowInVBlank) : …
1290 …inesForPrefetch - *DestinationLinesToRequestVMInVBlank - 2 * *DestinationLinesToRequestRowInVBlank;
1298 …%s: DestinationLinesToRequestRowInVBlank = %f\n", __func__, *DestinationLinesToRequestRowInVBlank);
1427 } else if (*DestinationLinesToRequestRowInVBlank > 0) {
1428 …yte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInVBlank * L…
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1139 dml_float_t DestinationLinesToRequestRowInVBlank[__DML_NUM_PLANES__]; member
1572 dml_float_t *DestinationLinesToRequestRowInVBlank; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h924 double DestinationLinesToRequestRowInVBlank[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c148 dml_get_pipe_attr_func(dst_y_per_row_vblank, mode_lib->vba.DestinationLinesToRequestRowInVBlank);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c12359 …out->informative.misc.DestinationLinesToRequestRowInVBlank[k] = mode_lib->mp.dst_y_per_row_vblank[… in dml2_core_shared_get_informative()