Searched refs:htaps (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_lib.c | 258 dml_print("DML PARAMS: htaps = %d\n", scale_taps->htaps); in dml_log_pipe_params()
|
| H A D | display_mode_structs.h | 501 unsigned int htaps; member
|
| H A D | display_mode_vba.c | 599 mode_lib->vba.htaps[mode_lib->vba.NumberOfActivePlanes] = taps->htaps; in fetch_pipe_params()
|
| H A D | display_mode_vba.h | 467 unsigned int htaps[DC__NUM_DPP__MAX]; member
|
| H A D | dml1_display_rq_dlg_calc.c | 1216 htaps_l = e2e_pipe_param->pipe.scale_taps.htaps; in dml1_rq_dlg_get_dlg_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 1798 v->MaxPSCLToLBThroughput * v->HRatio[k] / dml_ceil(v->htaps[k] / 6.0, 1)); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1809 if ((v->htaps[k] > 6 || v->vtaps[k] > 6) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 3404 || v->htaps[k] != 1.0 in dml30_ModeSupportAndSystemConfigurationFull() 3409 || v->htaps[k] < 1.0 || v->htaps[k] > 8.0 in dml30_ModeSupportAndSystemConfigurationFull() 3410 || (v->htaps[k] > 1.0 in dml30_ModeSupportAndSystemConfigurationFull() 3411 && (v->htaps[k] % 2) == 1) in dml30_ModeSupportAndSystemConfigurationFull() 3414 || v->HRatio[k] > v->htaps[k] in dml30_ModeSupportAndSystemConfigurationFull() 3587 …DCHUBToPSCLThroughput, v->MaxPSCLToLBThroughput * v->HRatio[k] / dml_ceil(v->htaps[k] / 6.0, 1.0)); in dml30_ModeSupportAndSystemConfigurationFull() 3595 …if ((v->htaps[k] > 6.0 || v->vtaps[k] > 6.0) && v->MinDPPCLKUsingSingleDPP[k] < 2.0 * v->PixelCloc… in dml30_ModeSupportAndSystemConfigurationFull() 3610 … if ((v->htaps[k] > 6.0 || v->vtaps[k] > 6.0 || v->HTAPsChroma[k] > 6.0 || v->VTAPsChroma[k] > 6.0) in dml30_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_32.c | 125 mode_lib->vba.htaps[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1757 || mode_lib->vba.HRatio[k] != 1.0 || mode_lib->vba.htaps[k] != 1.0 in dml32_ModeSupportAndSystemConfigurationFull() 1760 …} else if (mode_lib->vba.vtaps[k] < 1.0 || mode_lib->vba.vtaps[k] > 8.0 || mode_lib->vba.htaps[k] … in dml32_ModeSupportAndSystemConfigurationFull() 1761 || mode_lib->vba.htaps[k] > 8.0 in dml32_ModeSupportAndSystemConfigurationFull() 1762 || (mode_lib->vba.htaps[k] > 1.0 && (mode_lib->vba.htaps[k] % 2) == 1) in dml32_ModeSupportAndSystemConfigurationFull() 1765 || mode_lib->vba.HRatio[k] > mode_lib->vba.htaps[k] in dml32_ModeSupportAndSystemConfigurationFull() 1906 mode_lib->vba.htaps[k], mode_lib->vba.HTAPsChroma[k], mode_lib->vba.vtaps[k], in dml32_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calc_auto.c | 84 v->htaps[k] = v->override_hta_ps[k]; in scaler_settings_calculation() 87 v->htaps[k] = v->acceptable_quality_hta_ps; in scaler_settings_calculation() 132 …max_hscl_ratio || v->v_ratio[k] > v->max_vscl_ratio || v->h_ratio[k] > v->htaps[k] || v->v_ratio[k… in mode_support_and_system_configuration() 324 …scl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0)); in mode_support_and_system_configuration() 1185 …scl_throughput, v->max_pscl_tolb_throughput * v->h_ratio[k] /dcn_bw_ceil2(v->htaps[k] / 6.0, 1.0)); in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
|