Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h586 unsigned int WritebackSourceHeight,
H A Ddisplay_mode_vba_32.c610 mode_lib->vba.WritebackSourceHeight[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
627 mode_lib->vba.WritebackSourceHeight[j], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1486 / (mode_lib->vba.HTotal[k] * mode_lib->vba.WritebackSourceHeight[k] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1491 / (mode_lib->vba.HTotal[k] * mode_lib->vba.WritebackSourceHeight[k] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1843 / (mode_lib->vba.WritebackSourceHeight[k] * mode_lib->vba.HTotal[k] in dml32_ModeSupportAndSystemConfigurationFull()
1848 / (mode_lib->vba.WritebackSourceHeight[k] * mode_lib->vba.HTotal[k] in dml32_ModeSupportAndSystemConfigurationFull()
2926 mode_lib->vba.WritebackSourceHeight[k], in dml32_ModeSupportAndSystemConfigurationFull()
2945 mode_lib->vba.WritebackSourceHeight[m], in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c269 int WritebackSourceHeight,
2511 v->WritebackSourceHeight[k],
2527 v->WritebackSourceHeight[j],
3189 / (v->HTotal[k] * v->WritebackSourceHeight[k] / v->PixelClock[k]) * 4;
3192 / (v->HTotal[k] * v->WritebackSourceHeight[k] / v->PixelClock[k]) * 8;
3382 int WritebackSourceHeight, argument
3392 …Output_lines_last_notclamped = WritebackDestinationHeight - 1 - dml_ceil((WritebackSourceHeight - …
3877 / (v->WritebackSourceHeight[k] * v->HTotal[k] / v->PixelClock[k]) * 8.0;
3880 / (v->WritebackSourceHeight[k] * v->HTotal[k] / v->PixelClock[k]) * 4.0;
4968 v->WritebackSourceHeight[k],
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h589 dml_uint_t WritebackSourceHeight[__DML_NUM_PLANES__]; member
1318 dml_uint_t *WritebackSourceHeight; member
H A Ddml2_translation_helper.c1218 out->WritebackSourceHeight[location] = wb_info->dwb_params.cnv_params.crop_en ? in populate_dml_writeback_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h488 double WritebackSourceHeight[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c661 mode_lib->vba.WritebackSourceHeight[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c362 unsigned int WritebackSourceHeight,
6268 unsigned int WritebackSourceHeight, in CalculateWriteBackDelay() argument
6278 …notclamped = WritebackDestinationHeight - 1 - math_ceil2(((double)WritebackSourceHeight - (double)… in CalculateWriteBackDelay()