Home
last modified time | relevance | path

Searched refs:LinesInDETLuma (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.c1822 double LinesInDETLuma; in dcn5_calculate_urgent_burst_factor() local
1840 LinesInDETLuma = DETBufferSizeY / BytePerPixelInDETY / swath_width_luma_ub; in dcn5_calculate_urgent_burst_factor()
1842 DETBufferSizeInTimeLuma = math_floor2(LinesInDETLuma, SwathHeightY) * LineTime / VRatio; in dcn5_calculate_urgent_burst_factor()
1862 DML_LOG_VERBOSE("DML::%s: LinesInDETLuma = %f\n", __func__, LinesInDETLuma); in dcn5_calculate_urgent_burst_factor()