| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 802 bool *ImmediateFlipSupportedForPipe);
|
| H A D | display_mode_vba_32.c | 1071 &v->ImmediateFlipSupportedForPipe[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1129 if (mode_lib->vba.ImmediateFlipRequirement[k] != dm_immediate_flip_not_required && v->ImmediateFlipSupportedForPipe[k] == false) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3520 &mode_lib->vba.ImmediateFlipSupportedForPipe[k]); in dml32_ModeSupportAndSystemConfigurationFull() 3554 && (mode_lib->vba.ImmediateFlipSupportedForPipe[k] in dml32_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 585 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; 861 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; 584 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; global() member 860 bool ImmediateFlipSupportedForPipe[DML2_MAX_PLANES]; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 6551 bool *ImmediateFlipSupportedForPipe) in CalculateFlipSchedule() 6660 *ImmediateFlipSupportedForPipe = l->min_row_time >= (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_rounded); in CalculateFlipSchedule() 6697 *ImmediateFlipSupportedForPipe = false; in CalculateFlipSchedule() 6699 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateFlipSchedule() 6707 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6716 *ImmediateFlipSupportedForPipe = iflip_enable; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 6728 DML_LOG_VERBOSE("DML::%s: ImmediateFlipSupportedForPipe = %u\n", __func__, *ImmediateFlipSupportedForPipe); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 7863 &mode_lib->ms.ImmediateFlipSupportedForPipe[k]); in dml_core_ms_prefetch_check() 7918 if (display_cfg->plane_descriptors[k].immediate_flip == true && mode_lib->ms.ImmediateFlipSupportedForPipe[ in dml_core_ms_prefetch_check() 6490 CalculateFlipSchedule(struct dml2_core_internal_scratch * s,bool iflip_enable,bool use_lb_flip_bw,double HostVMInefficiencyFactor,double Tvm_trips_flip,double Tr0_trips_flip,double Tvm_trips_flip_rounded,double Tr0_trips_flip_rounded,bool GPUVMEnable,double vm_bytes,double DPTEBytesPerRow,double BandwidthAvailableForImmediateFlip,unsigned int TotImmediateFlipBytes,enum dml2_source_format_class SourcePixelFormat,double LineTime,double VRatio,double VRatioChroma,double Tno_bw_flip,unsigned int dpte_row_height,unsigned int dpte_row_height_chroma,bool use_one_row_for_frame_flip,unsigned int max_flip_time_us,unsigned int max_flip_time_lines,unsigned int per_pipe_flip_bytes,unsigned int meta_row_bytes,unsigned int meta_row_height,unsigned int meta_row_height_chroma,bool dcc_mrq_enable,double * dst_y_per_vm_flip,double * dst_y_per_row_flip,double * final_flip_bw,bool * ImmediateFlipSupportedForPipe) CalculateFlipSchedule() argument [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 991 dml_bool_t ImmediateFlipSupportedForPipe[__DML_NUM_PLANES__]; member 1145 dml_bool_t ImmediateFlipSupportedForPipe[__DML_NUM_PLANES__]; member
|
| H A D | display_mode_core.c | 342 dml_bool_t *ImmediateFlipSupportedForPipe); 1984 dml_bool_t *ImmediateFlipSupportedForPipe) in CalculateFlipSchedule() 2063 *ImmediateFlipSupportedForPipe = false; in CalculateFlipSchedule() 2065 *ImmediateFlipSupportedForPipe = true; in CalculateFlipSchedule() 2087 dml_print("DML::%s: ImmediateFlipSupportedForPipe = %u\n", __func__, *ImmediateFlipSupportedForPipe); in CalculateFlipSchedule() 6681 &mode_lib->ms.ImmediateFlipSupportedForPipe[k]); in dml_prefetch_check() 6715 if (!(mode_lib->ms.policy.ImmediateFlipRequirement[k] == dml_immediate_flip_not_required) && (mode_lib->ms.ImmediateFlipSupportedForPipe[k] == false)) in dml_prefetch_check() 9397 &locals->ImmediateFlipSupportedForPipe[k]); in dml_core_mode_programming() 9457 if (mode_lib->ms.policy.ImmediateFlipRequirement[k] != dml_immediate_flip_not_required && locals->ImmediateFlipSupportedForPipe[ in dml_core_mode_programming() 1952 CalculateFlipSchedule(dml_float_t HostVMInefficiencyFactor,dml_float_t UrgentExtraLatency,dml_float_t UrgentLatency,dml_uint_t GPUVMMaxPageTableLevels,dml_bool_t HostVMEnable,dml_uint_t HostVMMaxNonCachedPageTableLevels,dml_bool_t GPUVMEnable,dml_uint_t HostVMMinPageSize,dml_float_t PDEAndMetaPTEBytesPerFrame,dml_float_t MetaRowBytes,dml_float_t DPTEBytesPerRow,dml_float_t BandwidthAvailableForImmediateFlip,dml_uint_t TotImmediateFlipBytes,enum dml_source_format_class SourcePixelFormat,dml_float_t LineTime,dml_float_t VRatio,dml_float_t VRatioChroma,dml_float_t Tno_bw,dml_bool_t DCCEnable,dml_uint_t dpte_row_height,dml_uint_t meta_row_height,dml_uint_t dpte_row_height_chroma,dml_uint_t meta_row_height_chroma,dml_bool_t use_one_row_for_frame_flip,dml_float_t * DestinationLinesToRequestVMInImmediateFlip,dml_float_t * DestinationLinesToRequestRowInImmediateFlip,dml_float_t * final_flip_bw,dml_bool_t * ImmediateFlipSupportedForPipe) CalculateFlipSchedule() argument [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 840 bool ImmediateFlipSupportedForPipe[DC__NUM_DPP__MAX]; member
|