Searched refs:VTaps (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.h | 76 unsigned int VTaps, 481 unsigned int VTaps,
|
| 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()
|
| 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()
|
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_structs.h | 126 unsigned int VTaps; member
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_utils.c | 72 dml_plane_array->VTaps[dst_index] = dml_plane_array->VTaps[src_index]; in dml2_util_copy_dml_plane()
|
| A D | display_mode_core.c | 146 dml_uint_t VTaps, 218 dml_uint_t VTaps, 2377 dml_uint_t VTaps, in CalculatePrefetchSourceLines() argument 5203 p->myPipe[k].VTaps, in CalculateVMRowAndSwath() 5648 dml_uint_t VTaps, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 6676 CalculateWatermarks_params->VTaps = mode_lib->ms.cache_display_cfg.plane.VTaps; in dml_prefetch_check() 6761 …else if (mode_lib->ms.cache_display_cfg.plane.VTaps[k] < 1.0 || mode_lib->ms.cache_display_cfg.pla… in dml_core_mode_support() 6900 mode_lib->ms.cache_display_cfg.plane.VTaps[k], in dml_core_mode_support() 7670 s->SurfParameters[k].VTaps = mode_lib->ms.cache_display_cfg.plane.VTaps[k]; in dml_core_mode_support() 8682 s->SurfaceParameters[k].VTaps = mode_lib->ms.cache_display_cfg.plane.VTaps[k]; in dml_core_mode_programming() [all …]
|
| A D | display_mode_core_structs.h | 479 dml_uint_t VTaps; member 554 dml_uint_t VTaps[__DML_NUM_PLANES__]; member 1358 dml_uint_t *VTaps; member
|
| A D | dml2_translation_helper.c | 1040 out->VTaps[location] = 1; in populate_dummy_dml_plane_cfg() 1113 out->VTaps[location] = 1; in populate_dml_plane_cfg_from_plane_state() 1116 out->VTaps[location] = scaler_data->taps.v_taps; in populate_dml_plane_cfg_from_plane_state()
|
| 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()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 132 unsigned int VTaps; member
|
| A D | dml2_core_dcn4_calcs.c | 776 unsigned int VTaps, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 795 if ((HTaps > 6 || VTaps > 6) && DPPCLKUsingSingleDPPLuma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 1817 unsigned int VTaps, in CalculatePrefetchSourceLines() argument 1841 DML_LOG_VERBOSE("DML::%s: VTaps = %u\n", __func__, VTaps); in CalculatePrefetchSourceLines() 1848 *VInitPreFill = (unsigned int)(math_floor2((VRatio + (double)VTaps + 1) / 2.0, 1)); in CalculatePrefetchSourceLines() 1850 …*VInitPreFill = (unsigned int)(math_floor2((VRatio + (double)VTaps + 1 + (Interlace ? 1 : 0) * 0.5… in CalculatePrefetchSourceLines() 3007 p->myPipe[k].VTaps, in CalculateVMRowAndSwath() 7413 myPipe->VTaps = display_cfg->plane_descriptors[k].composition.scaler_info.plane0.v_taps; in dml_core_ms_prefetch_check() 8895 …s->SurfParameters[k].VTaps = display_cfg->plane_descriptors[k].composition.scaler_info.plane0.v_ta… in dml_core_mode_support() 10683 …s->SurfaceParameters[k].VTaps = display_cfg->plane_descriptors[k].composition.scaler_info.plane0.v… in dml_core_mode_programming() [all …]
|
Completed in 108 milliseconds