Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1779 double CursorBufferSizeInTime = 0; in dcn5_calculate_cursor_urgent_burst_factor() local
1784 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()