Searched refs:VTapsChroma (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_structs.h | 127 unsigned int VTapsChroma; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 74 dml_plane_array->VTapsChroma[dst_index] = dml_plane_array->VTapsChroma[src_index]; in dml2_util_copy_dml_plane()
|
H A D | display_mode_core_structs.h | 427 dml_uint_t VTapsChroma; member 503 dml_uint_t VTapsChroma[__DML_NUM_PLANES__]; member 1301 dml_uint_t *VTapsChroma; member
|
H A D | dml2_translation_helper.c | 995 out->VTapsChroma[location] = 0; in populate_dummy_dml_plane_cfg() 1071 out->VTapsChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state() 1074 out->VTapsChroma[location] = scaler_data->taps.v_taps_c; in populate_dml_plane_cfg_from_plane_state()
|
H A D | display_mode_core.c | 146 dml_uint_t VTapsChroma, 5128 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath() 5647 dml_uint_t VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 5679 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 6674 CalculateWatermarks_params->VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma; in dml_prefetch_check() 6898 mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k], in dml_core_mode_support() 6934 / (mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k] in dml_core_mode_support() 7668 s->SurfParameters[k].VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k]; in dml_core_mode_support() 8393 mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k], in dml_core_mode_programming() 8680 s->SurfaceParameters[k].VTapsChroma = mode_lib->ms.cache_display_cfg.plane.VTapsChroma[k]; in dml_core_mode_programming() [all …]
|
H 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 77 unsigned int VTapsChroma,
|
H 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() 2063 myPipe[k].VTapsChroma, in dml32_CalculateVMRowAndSwath()
|
H 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()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 132 unsigned int VTapsChroma; member
|
H A D | dml2_core_shared.c | 80 unsigned int VTapsChroma, 1677 …s->SurfParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane… in dml2_core_shared_mode_support() 2300 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml2_core_shared_mode_support() 3453 unsigned int VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 3483 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput() 3485 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 5632 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath() 10198 …s->SurfaceParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.pl… in dml2_core_shared_mode_programming() 10628 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml2_core_shared_mode_programming()
|
H A D | dml2_core_dcn4_calcs.c | 766 unsigned int VTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 796 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput() 798 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput() 2962 p->myPipe[k].VTapsChroma, in CalculateVMRowAndSwath() 8010 …s->SurfParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane… in dml_core_mode_support() 8656 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_mode_support() 10323 …s->SurfaceParameters[k].VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.pl… in dml_core_mode_programming() 10775 myPipe->VTapsChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_taps; in dml_core_mode_programming()
|