max_num_sw        130 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 		unsigned int max_num_sw,
max_num_sw        139 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 	vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw;
max_num_sw        142 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 		double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0);
max_num_sw        148 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 	DTRACE("DLG: %s: max_num_sw        = %0d", __func__, max_num_sw);
max_num_sw        172 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 		unsigned int *max_num_sw,
max_num_sw        185 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 	*max_num_sw = (unsigned int) (dml_ceil((prefill - 1.0) / (double) swath_height, 1) + 1.0); /* prefill has to be >= 1 */
max_num_sw        192 drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.c 	DTRACE("DLG: %s: max_num_sw        = %0d", __func__, *max_num_sw);