Searched refs:LineTime (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c2668 double LineTime,
2685 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) + VRatioChroma *
2686 MetaRowByteChroma / (meta_row_height_chroma * LineTime);
2688 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime);
2695 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime) +
2696 VRatioChroma * PixelPTEBytesPerRowChroma / (dpte_row_height_chroma * LineTime);
2698 *dpte_row_bw = VRatio * PixelPTEBytesPerRowLuma / (dpte_row_height_luma * LineTime);
2727 double LineTime,
2757 CursorBufferSizeInTime = LinesInCursorBuffer * LineTime / VRatio;
2774 DETBufferSizeInTimeLuma = dml_floor(LinesInDETLuma, SwathHeightY) * LineTime / VRati
2662 dml32_CalculateRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, double VRatioChroma, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw) argument
2721 dml32_CalculateUrgentBurstFactor( enum dm_use_mall_for_pstate_change_mode UseMALLForPStateChange, unsigned int swath_width_luma_ub, unsigned int swath_width_chroma_ub, unsigned int SwathHeightY, unsigned int SwathHeightC, double LineTime, double UrgentLatency, double CursorBufferSize, unsigned int CursorWidth, unsigned int CursorBPP, double VRatio, double VRatioC, double BytePerPixelInDETY, double BytePerPixelInDETC, unsigned int DETBufferSizeY, unsigned int DETBufferSizeC, double *UrgentBurstFactorCursor, double *UrgentBurstFactorLuma, double *UrgentBurstFactorChroma, bool *NotEnoughUrgentLatencyHiding) argument
3450 double LineTime; local
4115 dml32_CalculateFlipSchedule( double HostVMInefficiencyFactor, double UrgentExtraLatency, double UrgentLatency, unsigned int GPUVMMaxPageTableLevels, bool HostVMEnable, unsigned int HostVMMaxNonCachedPageTableLevels, bool GPUVMEnable, double HostVMMinPageSize, double PDEAndMetaPTEBytesPerFrame, double MetaRowBytes, double DPTEBytesPerRow, double BandwidthAvailableForImmediateFlip, unsigned int TotImmediateFlipBytes, enum source_format_class SourcePixelFormat, double LineTime, double VRatio, double VRatioChroma, double Tno_bw, bool DCCEnable, unsigned int dpte_row_height, unsigned int meta_row_height, unsigned int dpte_row_height_chroma, unsigned int meta_row_height_chroma, bool use_one_row_for_frame_flip, double *DestinationLinesToRequestVMInImmediateFlip, double *DestinationLinesToRequestRowInImmediateFlip, double *final_flip_bw, bool *ImmediateFlipSupportedForPipe) argument
6326 double LineTime = HTotal[k] / PixelClock[k]; local
[all...]
H A Ddisplay_mode_vba_util_32.h512 double LineTime,
540 double LineTime,
787 double LineTime,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c218 double LineTime,
236 double LineTime,
264 double LineTime,
367 double LineTime,
701 double Tdm, LineTime, Tsetup; local
767 LineTime = (double) myPipe->HTotal / myPipe->PixelClock;
774 Tdmec = LineTime;
776 Tdmsks = myPipe->VBlank * LineTime / 2.0;
778 Tdmsks = DynamicMetadataLinesBeforeActiveRequired * LineTime;
781 if (VStartup * LineTime
3027 CalculateRemoteSurfaceFlipDelay( struct display_mode_lib *mode_lib, double VRatio, double SwathWidth, double Bpp, double LineTime, double XFCTSlvVupdateOffset, double XFCTSlvVupdateWidth, double XFCTSlvVreadyOffset, double XFCXBUFLatencyTolerance, double XFCFillBWOverhead, double XFCSlvChunkSize, double XFCBusTransportTime, double TCalc, double TWait, double *SrcActiveDrainRate, double *TInitXFill, double *TslvChk) argument
3125 CalculateActiveRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw) argument
3163 CalculateFlipSchedule( struct display_mode_lib *mode_lib, double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelMixedWithVMData, double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyVMDataOnly, double UrgentExtraLatency, double UrgentLatency, unsigned int GPUVMMaxPageTableLevels, bool HostVMEnable, unsigned int HostVMMaxPageTableLevels, unsigned int HostVMCachedPageTableLevels, bool GPUVMEnable, double PDEAndMetaPTEBytesPerFrame, double MetaRowBytes, double DPTEBytesPerRow, double BandwidthAvailableForImmediateFlip, unsigned int TotImmediateFlipBytes, enum source_format_class SourcePixelFormat, double LineTime, double VRatio, double Tno_bw, bool DCCEnable, unsigned int dpte_row_height, unsigned int meta_row_height, unsigned int dpte_row_height_chroma, unsigned int meta_row_height_chroma, double *DestinationLinesToRequestVMInImmediateFlip, double *DestinationLinesToRequestRowInImmediateFlip, double *final_flip_bw, bool *ImmediateFlipSupportedForPipe) argument
5611 CalculateUrgentBurstFactor( unsigned int DETBufferSizeInKByte, unsigned int SwathHeightY, unsigned int SwathHeightC, unsigned int SwathWidthY, double LineTime, double UrgentLatency, double CursorBufferSize, unsigned int CursorWidth, unsigned int CursorBPP, double VRatio, double VRatioPreY, double VRatioPreC, double BytePerPixelInDETY, double BytePerPixelInDETC, double *UrgentBurstFactorCursor, double *UrgentBurstFactorCursorPre, double *UrgentBurstFactorLuma, double *UrgentBurstFactorLumaPre, double *UrgentBurstFactorChroma, double *UrgentBurstFactorChromaPre, unsigned int *NotEnoughUrgentLatencyHiding, unsigned int *NotEnoughUrgentLatencyHidingPre) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c241 double LineTime,
344 double LineTime,
879 double LineTime; local
945 LineTime = myPipe->HTotal / myPipe->PixelClock;
966 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1026 Tr0_trips_rounded = dml_ceil(4.0 * Tr0_trips / LineTime, 1) / 4 * LineTime;
1047 *Tno_bw = LineTime;
3457 CalculateRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, double VRatioChroma, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw) argument
3509 double LineTime = v->HTotal[k] / v->PixelClock[k]; local
5824 CalculateUrgentBurstFactor( int swath_width_luma_ub, int swath_width_chroma_ub, unsigned int SwathHeightY, unsigned int SwathHeightC, double LineTime, double UrgentLatency, double CursorBufferSize, unsigned int CursorWidth, unsigned int CursorBPP, double VRatio, double VRatioC, double BytePerPixelInDETY, double BytePerPixelInDETC, double DETBufferSizeY, double DETBufferSizeC, double *UrgentBurstFactorCursor, double *UrgentBurstFactorLuma, double *UrgentBurstFactorChroma, bool *NotEnoughUrgentLatencyHiding) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c253 double LineTime,
356 double LineTime,
900 double LineTime; local
966 LineTime = myPipe->HTotal / myPipe->PixelClock;
987 if (VStartup * LineTime < *TSetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
1046 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
1047 Tr0_trips_rounded = dml_ceil(4.0 * Tr0_trips / LineTime, 1) / 4 * LineTime;
1068 *Tno_bw = LineTime;
3566 CalculateRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, double VRatioChroma, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw) argument
3618 double LineTime = v->HTotal[k] / v->PixelClock[k]; local
5921 CalculateUrgentBurstFactor( int swath_width_luma_ub, int swath_width_chroma_ub, unsigned int SwathHeightY, unsigned int SwathHeightC, double LineTime, double UrgentLatency, double CursorBufferSize, unsigned int CursorWidth, unsigned int CursorBPP, double VRatio, double VRatioC, double BytePerPixelInDETY, double BytePerPixelInDETC, double DETBufferSizeY, double DETBufferSizeC, double *UrgentBurstFactorCursor, double *UrgentBurstFactorLuma, double *UrgentBurstFactorChroma, bool *NotEnoughUrgentLatencyHiding) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c228 double LineTime,
256 double LineTime,
379 double LineTime,
880 double LineTime = 0, Tsetup = 0; local
933 LineTime = myPipe->HTotal / myPipe->PixelClock;
944 if (VStartup * LineTime < Tsetup + *Tdmdl + Tdmbf + Tdmec + Tdmsks) {
990 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;
991 Tr0_trips_rounded = dml_ceil(4.0 * Tr0_trips / LineTime, 1) / 4 * LineTime;
3305 CalculateRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, double VRatioChroma, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw) argument
3344 CalculateFlipSchedule( struct display_mode_lib *mode_lib, double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyPixelMixedWithVMData, double PercentOfIdealDRAMFabricAndSDPPortBWReceivedAfterUrgLatencyVMDataOnly, double UrgentExtraLatency, double UrgentLatency, unsigned int GPUVMMaxPageTableLevels, bool HostVMEnable, unsigned int HostVMMaxNonCachedPageTableLevels, bool GPUVMEnable, double HostVMMinPageSize, double PDEAndMetaPTEBytesPerFrame, double MetaRowBytes, double DPTEBytesPerRow, double BandwidthAvailableForImmediateFlip, unsigned int TotImmediateFlipBytes, enum source_format_class SourcePixelFormat, double LineTime, double VRatio, double VRatioChroma, double Tno_bw, bool DCCEnable, unsigned int dpte_row_height, unsigned int meta_row_height, unsigned int dpte_row_height_chroma, unsigned int meta_row_height_chroma, double *DestinationLinesToRequestVMInImmediateFlip, double *DestinationLinesToRequestRowInImmediateFlip, double *final_flip_bw, bool *ImmediateFlipSupportedForPipe) argument
5471 CalculateUrgentBurstFactor( long swath_width_luma_ub, long swath_width_chroma_ub, unsigned int DETBufferSizeInKByte, unsigned int SwathHeightY, unsigned int SwathHeightC, double LineTime, double UrgentLatency, double CursorBufferSize, unsigned int CursorWidth, unsigned int CursorBPP, double VRatio, double VRatioC, double BytePerPixelInDETY, double BytePerPixelInDETC, double DETBufferSizeY, double DETBufferSizeC, double *UrgentBurstFactorCursor, double *UrgentBurstFactorLuma, double *UrgentBurstFactorChroma, bool *NotEnoughUrgentLatencyHiding) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c166 double LineTime,
184 double LineTime,
206 double LineTime,
507 double Tdm, LineTime, Tsetup; local
558 LineTime = (double) HTotal / PixelClock;
565 Tdmec = LineTime;
567 Tdmsks = VBlank * LineTime / 2.0;
569 Tdmsks = DynamicMetadataLinesBeforeActiveRequired * LineTime;
572 if (VStartup * LineTime
576 + UrgentExtraLatency + Tdmbf + Tdmec + Tdmsks) / LineTime;
2940 CalculateRemoteSurfaceFlipDelay( struct display_mode_lib *mode_lib, double VRatio, double SwathWidth, double Bpp, double LineTime, double XFCTSlvVupdateOffset, double XFCTSlvVupdateWidth, double XFCTSlvVreadyOffset, double XFCXBUFLatencyTolerance, double XFCFillBWOverhead, double XFCSlvChunkSize, double XFCBusTransportTime, double TCalc, double TWait, double *SrcActiveDrainRate, double *TInitXFill, double *TslvChk) argument
3038 CalculateActiveRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw, double *qual_row_bw) argument
3083 CalculateFlipSchedule( struct display_mode_lib *mode_lib, double UrgentExtraLatency, double UrgentLatencyPixelDataOnly, unsigned int GPUVMMaxPageTableLevels, bool GPUVMEnable, double BandwidthAvailableForImmediateFlip, unsigned int TotImmediateFlipBytes, enum source_format_class SourcePixelFormat, unsigned int ImmediateFlipBytes, double LineTime, double VRatio, double Tno_bw, double PDEAndMetaPTEBytesFrame, unsigned int MetaRowByte, unsigned int PixelPTEBytesPerRow, bool DCCEnable, unsigned int dpte_row_height, unsigned int meta_row_height, double qual_row_bw, double *DestinationLinesToRequestVMInImmediateFlip, double *DestinationLinesToRequestRowInImmediateFlip, double *final_flip_bw, bool *ImmediateFlipSupportedForPipe) argument
[all...]
H A Ddisplay_mode_vba_20v2.c190 double LineTime,
208 double LineTime,
230 double LineTime,
597 double Tdm, LineTime, Tsetup; local
621 LineTime = (double) HTotal / PixelClock;
628 Tdmec = LineTime;
630 Tdmsks = VBlank * LineTime / 2.0;
632 Tdmsks = DynamicMetadataLinesBeforeActiveRequired * LineTime;
635 if (VStartup * LineTime
650 *Tno_bw = LineTime;
3013 CalculateRemoteSurfaceFlipDelay( struct display_mode_lib *mode_lib, double VRatio, double SwathWidth, double Bpp, double LineTime, double XFCTSlvVupdateOffset, double XFCTSlvVupdateWidth, double XFCTSlvVreadyOffset, double XFCXBUFLatencyTolerance, double XFCFillBWOverhead, double XFCSlvChunkSize, double XFCBusTransportTime, double TCalc, double TWait, double *SrcActiveDrainRate, double *TInitXFill, double *TslvChk) argument
3111 CalculateActiveRowBandwidth( bool GPUVMEnable, enum source_format_class SourcePixelFormat, double VRatio, bool DCCEnable, double LineTime, unsigned int MetaRowByteLuma, unsigned int MetaRowByteChroma, unsigned int meta_row_height_luma, unsigned int meta_row_height_chroma, unsigned int PixelPTEBytesPerRowLuma, unsigned int PixelPTEBytesPerRowChroma, unsigned int dpte_row_height_luma, unsigned int dpte_row_height_chroma, double *meta_row_bw, double *dpte_row_bw, double *qual_row_bw) argument
3156 CalculateFlipSchedule( struct display_mode_lib *mode_lib, double UrgentExtraLatency, double UrgentLatencyPixelDataOnly, unsigned int GPUVMMaxPageTableLevels, bool GPUVMEnable, double BandwidthAvailableForImmediateFlip, unsigned int TotImmediateFlipBytes, enum source_format_class SourcePixelFormat, unsigned int ImmediateFlipBytes, double LineTime, double VRatio, double Tno_bw, double PDEAndMetaPTEBytesFrame, unsigned int MetaRowByte, unsigned int PixelPTEBytesPerRow, bool DCCEnable, unsigned int dpte_row_height, unsigned int meta_row_height, double qual_row_bw, double *DestinationLinesToRequestVMInImmediateFlip, double *DestinationLinesToRequestRowInImmediateFlip, double *final_flip_bw, bool *ImmediateFlipSupportedForPipe) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c295 dml_float_t LineTime,
323 dml_float_t LineTime,
423 dml_float_t LineTime,
1004 s->LineTime = 0.0;
1075 s->LineTime = p->myPipe->HTotal / p->myPipe->PixelClock;
1092 if (p->VStartup * s->LineTime < *p->TSetup + *p->Tdmdl + s->Tdmbf + s->Tdmec + s->Tdmsks) {
1155 s->Tvm_trips_rounded = dml_ceil(4.0 * s->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime;
1156 s->Tr0_trips_rounded = dml_ceil(4.0 * s->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime;
1903 CalculateRowBandwidth( dml_bool_t GPUVMEnable, enum dml_source_format_class SourcePixelFormat, dml_float_t VRatio, dml_float_t VRatioChroma, dml_bool_t DCCEnable, dml_float_t LineTime, dml_uint_t MetaRowByteLuma, dml_uint_t MetaRowByteChroma, dml_uint_t meta_row_height_luma, dml_uint_t meta_row_height_chroma, dml_uint_t PixelPTEBytesPerRowLuma, dml_uint_t PixelPTEBytesPerRowChroma, dml_uint_t dpte_row_height_luma, dml_uint_t dpte_row_height_chroma, dml_float_t *meta_row_bw, dml_float_t *dpte_row_bw) argument
1945 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) argument
3185 CalculateUrgentBurstFactor( enum dml_use_mall_for_pstate_change_mode UseMALLForPStateChange, dml_uint_t swath_width_luma_ub, dml_uint_t swath_width_chroma_ub, dml_uint_t SwathHeightY, dml_uint_t SwathHeightC, dml_float_t LineTime, dml_float_t UrgentLatency, dml_float_t CursorBufferSize, dml_uint_t CursorWidth, dml_uint_t CursorBPP, dml_float_t VRatio, dml_float_t VRatioC, dml_float_t BytePerPixelInDETY, dml_float_t BytePerPixelInDETC, dml_uint_t DETBufferSizeY, dml_uint_t DETBufferSizeC, dml_float_t *UrgentBurstFactorCursor, dml_float_t *UrgentBurstFactorLuma, dml_float_t *UrgentBurstFactorChroma, dml_bool_t *NotEnoughUrgentLatencyHiding) argument
[all...]
H A Ddisplay_mode_core_structs.h1779 dml_float_t LineTime; member in struct:CalculatePrefetchSchedule_locals_st

Completed in 274 milliseconds