| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_32.c | 1023 mode_lib->vba.TotImmediateFlipBytes = 0; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1026 mode_lib->vba.TotImmediateFlipBytes = (unsigned int)(mode_lib->vba.TotImmediateFlipBytes in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1031 mode_lib->vba.TotImmediateFlipBytes = in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1032 (unsigned int)(mode_lib->vba.TotImmediateFlipBytes in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1035 mode_lib->vba.TotImmediateFlipBytes = in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1036 (unsigned int)(mode_lib->vba.TotImmediateFlipBytes in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1054 mode_lib->vba.TotImmediateFlipBytes, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3469 mode_lib->vba.TotImmediateFlipBytes = 0; in dml32_ModeSupportAndSystemConfigurationFull() 3473 mode_lib->vba.TotImmediateFlipBytes in dml32_ModeSupportAndSystemConfigurationFull() [all...] |
| H A D | display_mode_vba_util_32.h | 785 unsigned int TotImmediateFlipBytes,
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 325 dml_uint_t TotImmediateFlipBytes, 1967 dml_uint_t TotImmediateFlipBytes, in CalculateFlipSchedule() 2000 dml_print("DML::%s: TotImmediateFlipBytes = %u\n", __func__, TotImmediateFlipBytes); in CalculateFlipSchedule() 2006 if (TotImmediateFlipBytes > 0) { in CalculateFlipSchedule() 2008 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2.0 * DPTEBytesPerRow) * BandwidthAvailableForImmediateFlip / (dml_float_t) TotImmediateFlipBytes; in CalculateFlipSchedule() 2010 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailableForImmediateFlip / (dml_float_t) TotImmediateFlipBytes; in CalculateFlipSchedule() 2075 dml_print("DML::%s: TotImmediateFlipBytes = %u\n", __func__, TotImmediateFlipBytes); in CalculateFlipSchedule() 6638 mode_lib->ms.TotImmediateFlipBytes in dml_prefetch_check() 1965 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...] |
| H A D | display_mode_core_structs.h | 861 dml_uint_t TotImmediateFlipBytes; member 1131 dml_uint_t TotImmediateFlipBytes; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 410 unsigned int TotImmediateFlipBytes; 812 unsigned int TotImmediateFlipBytes; 409 unsigned int TotImmediateFlipBytes; global() member 811 unsigned int TotImmediateFlipBytes; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 6530 unsigned int TotImmediateFlipBytes, in CalculateFlipSchedule() 6564 DML_LOG_VERBOSE("DML::%s: TotImmediateFlipBytes = %u\n", __func__, TotImmediateFlipBytes); in CalculateFlipSchedule() 6583 if (TotImmediateFlipBytes > 0 && (GPUVMEnable || dcc_mrq_enable)) { in CalculateFlipSchedule() 6663 l->ImmediateFlipBW = (double)per_pipe_flip_bytes * BandwidthAvailableForImmediateFlip / (double)TotImmediateFlipBytes; // flip_bw(i) in CalculateFlipSchedule() 6669 DML_LOG_VERBOSE("DML::%s: portion of flip bw = %f\n", __func__, (double)per_pipe_flip_bytes / (double)TotImmediateFlipBytes); in CalculateFlipSchedule() 7813 mode_lib->ms.TotImmediateFlipBytes = 0; in dml_core_ms_prefetch_check() 7824 mode_lib->ms.TotImmediateFlipBytes += s->per_pipe_flip_bytes[k] * mode_lib->ms.NoOfDPP[k]; in dml_core_ms_prefetch_check() 7842 mode_lib->ms.TotImmediateFlipBytes, in dml_core_ms_prefetch_check() 11560 mode_lib->mp.TotImmediateFlipBytes in dml_core_mode_programming() 6503 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/dml/ |
| H A D | display_mode_vba.h | 584 unsigned int TotImmediateFlipBytes; member
|
| H A D | display_mode_vba.c | 213 return mode_lib->vba.TotImmediateFlipBytes; in get_total_immediate_flip_bytes()
|