Searched refs:VTaps (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 76 unsigned int VTaps, 481 unsigned int VTaps,
|
| H A D | display_mode_vba_util_32.c | 209 unsigned int VTaps, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument 227 DPPCLKUsingSingleDPPLuma = PixelClock * dml_max3(VTaps / 6 * dml_min(1, HRatio), HRatio * VRatio / in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() 230 if ((HTaps > 6 || VTaps > 6) && DPPCLKUsingSingleDPPLuma < 2 * PixelClock) in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() 2141 myPipe[k].VTaps, in dml32_CalculateVMRowAndSwath() 2536 unsigned int VTaps, in dml32_CalculatePrefetchSourceLines() argument 2559 dml_print("DML::%s: VTaps = %d\n", __func__, VTaps); in dml32_CalculatePrefetchSourceLines() 2566 *VInitPreFill = dml_floor((VRatio + (double) VTaps + 1) / 2.0, 1); in dml32_CalculatePrefetchSourceLines() 2568 *VInitPreFill = dml_floor((VRatio + (double) VTaps + 1 + Interlace * 0.5 * VRatio) / 2.0, 1); in dml32_CalculatePrefetchSourceLines()
|
| H A D | display_mode_vba_32.c | 447 …refetchParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].VTaps = mode_lib->vba.vt… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2741 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].VTaps = mode_lib->vba.… in dml32_ModeSupportAndSystemConfigurationFull()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_structs.h | 126 unsigned int VTaps; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 146 dml_uint_t VTaps, 218 dml_uint_t VTaps, 2377 dml_uint_t VTaps, in CalculatePrefetchSourceLines() argument 2400 dml_print("DML::%s: VTaps = %u\n", __func__, VTaps); in CalculatePrefetchSourceLines() 2407 *VInitPreFill = (dml_uint_t)(dml_floor((VRatio + (dml_float_t) VTaps + 1) / 2.0, 1)); in CalculatePrefetchSourceLines() 2409 …*VInitPreFill = (dml_uint_t)(dml_floor((VRatio + (dml_float_t) VTaps + 1 + Interlace * 0.5 * VRati… in CalculatePrefetchSourceLines() 2897 …Pixel[k] / ((dml_float_t)p->SwathWidthY[k] / dml_max(p->HRatio[k], 1.0)), 1)) - (p->VTaps[k] - 1)); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 2906 dml_print("DML::%s: k=%u, VTaps = %u\n", __func__, k, p->VTaps[k]); in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 5203 p->myPipe[k].VTaps, in CalculateVMRowAndSwath() 5648 dml_uint_t VTaps, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument [all …]
|
| H A D | display_mode_core_structs.h | 478 dml_uint_t VTaps; member 553 dml_uint_t VTaps[__DML_NUM_PLANES__]; member 1357 dml_uint_t *VTaps; member
|
| H A D | display_mode_util.c | 575 dml_print("DML: plane_cfg: plane=%d, VTaps = %d\n", i, plane->VTaps[i]); in dml_print_dml_display_cfg_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 777 unsigned int VTaps, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 794 …DPPCLKUsingSingleDPPLuma = PixelClock * math_max3(VTaps / 6 * math_min2(1, HRatio), HRatio * VRati… in CalculateSinglePipeDPPCLKAndSCLThroughput() 796 if ((HTaps > 6 || VTaps > 6) && DPPCLKUsingSingleDPPLuma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 1829 unsigned int VTaps, in CalculatePrefetchSourceLines() argument 1853 DML_LOG_VERBOSE("DML::%s: VTaps = %u\n", __func__, VTaps); in CalculatePrefetchSourceLines() 1860 *VInitPreFill = (unsigned int)(math_floor2((VRatio + (double)VTaps + 1) / 2.0, 1)); in CalculatePrefetchSourceLines() 1862 …*VInitPreFill = (unsigned int)(math_floor2((VRatio + (double)VTaps + 1 + (Interlace ? 1 : 0) * 0.5… in CalculatePrefetchSourceLines() 3019 p->myPipe[k].VTaps, in CalculateVMRowAndSwath() 7443 myPipe->VTaps = display_cfg->plane_descriptors[k].composition.scaler_info.plane0.v_taps; in dml_core_ms_prefetch_check() 8942 …s->SurfParameters[k].VTaps = display_cfg->plane_descriptors[k].composition.scaler_info.plane0.v_ta… in dml_core_mode_support() [all …]
|