Home
last modified time | relevance | path

Searched refs:ImmediateFlipSupportedForPipe (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h802 bool *ImmediateFlipSupportedForPipe);
H A Ddisplay_mode_vba_32.c1067 &v->ImmediateFlipSupportedForPipe[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1125 …ateFlipRequirement[k] != dm_immediate_flip_not_required && v->ImmediateFlipSupportedForPipe[k] == … in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3505 &mode_lib->vba.ImmediateFlipSupportedForPipe[k]); in dml32_ModeSupportAndSystemConfigurationFull()
3539 && (mode_lib->vba.ImmediateFlipSupportedForPipe[k] in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h584 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; member
860 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c6524 bool *ImmediateFlipSupportedForPipe) in CalculateFlipSchedule()
6633 …*ImmediateFlipSupportedForPipe = l->min_row_time >= (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_r… in CalculateFlipSchedule()
6670 *ImmediateFlipSupportedForPipe = false; in CalculateFlipSchedule()
6672 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateFlipSchedule()
6680 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateFlipSchedule()
6689 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateFlipSchedule()
6701 …VERBOSE("DML::%s: ImmediateFlipSupportedForPipe = %u\n", __func__, *ImmediateFlipSupportedForPipe); in CalculateFlipSchedule()
7836 &mode_lib->ms.ImmediateFlipSupportedForPipe[k]); in dml_core_ms_prefetch_check()
7891 …->plane_descriptors[k].immediate_flip == true && mode_lib->ms.ImmediateFlipSupportedForPipe[k] == … in dml_core_ms_prefetch_check()
11588 &mode_lib->mp.ImmediateFlipSupportedForPipe[k]); in dml_core_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h991 dml_bool_t ImmediateFlipSupportedForPipe[__DML_NUM_PLANES__]; member
1145 dml_bool_t ImmediateFlipSupportedForPipe[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c340 dml_bool_t *ImmediateFlipSupportedForPipe);
1982 dml_bool_t *ImmediateFlipSupportedForPipe) in CalculateFlipSchedule()
2061 *ImmediateFlipSupportedForPipe = false; in CalculateFlipSchedule()
2063 *ImmediateFlipSupportedForPipe = true; in CalculateFlipSchedule()
2085 …l_print("DML::%s: ImmediateFlipSupportedForPipe = %u\n", __func__, *ImmediateFlipSupportedForPipe); in CalculateFlipSchedule()
6589 &mode_lib->ms.ImmediateFlipSupportedForPipe[k]); in dml_prefetch_check()
6623 …ement[k] == dml_immediate_flip_not_required) && (mode_lib->ms.ImmediateFlipSupportedForPipe[k] == … in dml_prefetch_check()
9305 &locals->ImmediateFlipSupportedForPipe[k]); in dml_core_mode_programming()
9365 …pRequirement[k] != dml_immediate_flip_not_required && locals->ImmediateFlipSupportedForPipe[k] == … in dml_core_mode_programming()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h840 bool ImmediateFlipSupportedForPipe[DC__NUM_DPP__MAX]; member