Searched refs:CursorBufferSizeInTime (Results 1 – 1 of 1) sorted by relevance
1779 double CursorBufferSizeInTime = 0; in dcn5_calculate_cursor_urgent_burst_factor() local1784 CursorBufferSizeInTime = LinesInCursorBuffer * LineTime; in dcn5_calculate_cursor_urgent_burst_factor()1785 if (CursorBufferSizeInTime - UrgentLatency <= 0) { in dcn5_calculate_cursor_urgent_burst_factor()1790 *UrgentBurstFactorCursor = CursorBufferSizeInTime / (CursorBufferSizeInTime - UrgentLatency); in dcn5_calculate_cursor_urgent_burst_factor()1793 DML_LOG_VERBOSE("DML::%s: CursorBufferSizeInTime = %f\n", __func__, CursorBufferSizeInTime); in dcn5_calculate_cursor_urgent_burst_factor()