Searched refs:VTapsChroma (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_structs.h | 127 unsigned int VTapsChroma; member
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_utils.c | 74 dml_plane_array->VTapsChroma[dst_index] = dml_plane_array->VTapsChroma[src_index]; in dml2_util_copy_dml_plane()
|
| A D | display_mode_core_structs.h | 480 dml_uint_t VTapsChroma; member 556 dml_uint_t VTapsChroma[__DML_NUM_PLANES__]; member 1359 dml_uint_t *VTapsChroma; member
|
| A D | dml2_translation_helper.c | 1042 out->VTapsChroma[location] = 0; in populate_dummy_dml_plane_cfg() 1114 out->VTapsChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state() 1117 out->VTapsChroma[location] = scaler_data->taps.v_taps_c; in populate_dml_plane_cfg_from_plane_state()
|
| A D | display_mode_core.c | 147 dml_uint_t VTapsChroma, 5130 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath() 5649 dml_uint_t VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 5681 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 6677 CalculateWatermarks_params->VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma; in dml_prefetch_check() 6901 mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k], in dml_core_mode_support() 6937 / (mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k] in dml_core_mode_support() 7671 s->SurfParameters[k].VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k]; in dml_core_mode_support() 8396 mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k], in dml_core_mode_programming() 8683 s->SurfaceParameters[k].VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k]; in dml_core_mode_programming() [all …]
|
| A D | display_mode_util.c | 577 dml_print("DML: plane_cfg: plane=%d, VTapsChroma = %d\n", i, plane->VTapsChroma[i]); in dml_print_dml_display_cfg_plane()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.h | 77 unsigned int VTapsChroma,
|
| A D | display_mode_vba_util_32.c | 210 unsigned int VTapsChroma, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument 244 DPPCLKUsingSingleDPPChroma = PixelClock * dml_max3(VTapsChroma / 6 * dml_min(1, HRatioChroma), in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() 246 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() 2067 myPipe[k].VTapsChroma, in dml32_CalculateVMRowAndSwath()
|
| A D | display_mode_vba_32.c | 448 …etchParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].VTapsChroma = mode_lib->vba… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 2742 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].VTapsChroma = mode_lib… in dml32_ModeSupportAndSystemConfigurationFull()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 133 unsigned int VTapsChroma; member
|
| A D | dml2_core_dcn4_calcs.c | 777 unsigned int VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 807 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput() 809 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 2929 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath() 7414 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_ms_prefetch_check() 8896 …s->SurfParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane… in dml_core_mode_support() 10684 …s->SurfaceParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.pl… in dml_core_mode_programming() 11182 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_mode_programming()
|
Completed in 116 milliseconds