Home
last modified time | relevance | path

Searched refs:HTapsChroma (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_utils.c73 dml_plane_array->HTapsChroma[dst_index] = dml_plane_array->HTapsChroma[src_index]; in dml2_util_copy_dml_plane()
Ddml2_translation_helper.c994 out->HTapsChroma[location] = 0; in populate_dummy_dml_plane_cfg()
1064 out->HTapsChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state()
1067 out->HTapsChroma[location] = scaler_data->taps.h_taps_c; in populate_dml_plane_cfg_from_plane_state()
Ddisplay_mode_util.c576 dml_print("DML: plane_cfg: plane=%d, HTapsChroma = %d\n", i, plane->HTapsChroma[i]); in dml_print_dml_display_cfg_plane()
Ddisplay_mode_core.c144 dml_uint_t HTapsChroma,
5645 dml_uint_t HTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
5673 …Throughput, MaxPSCLToLBThroughput * HRatioChroma / dml_ceil((dml_float_t) HTapsChroma / 6.0, 1.0)); in CalculateSinglePipeDPPCLKAndSCLThroughput()
5679 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()
6771 … || mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] < 1 || mode_lib->ms.cache_display_cfg.plan… in dml_core_mode_support()
6772 …(mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] > 1 && mode_lib->ms.cache_display_cfg.plane.H… in dml_core_mode_support()
6775 …ms.cache_display_cfg.plane.HRatioChroma[k] > mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] || in dml_core_mode_support()
6896 mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k], in dml_core_mode_support()
8391 mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k], in dml_core_mode_programming()
Ddisplay_mode_core_structs.h502 dml_uint_t HTapsChroma[__DML_NUM_PLANES__]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h75 unsigned int HTapsChroma,
Ddisplay_mode_vba_util_32.c208 unsigned int HTapsChroma, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument
240 HRatioChroma / dml_ceil((double) HTapsChroma / 6.0, 1.0)); in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
246 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c78 unsigned int HTapsChroma,
3451 unsigned int HTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
3479 …PSCLThroughput, MaxPSCLToLBThroughput * HRatioChroma / math_ceil2((double)HTapsChroma / 6.0, 1.0)); in CalculateSinglePipeDPPCLKAndSCLThroughput()
3485 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()
Ddml2_core_dcn4_calcs.c764 unsigned int HTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
792 …PSCLThroughput, MaxPSCLToLBThroughput * HRatioChroma / math_ceil2((double)HTapsChroma / 6.0, 1.0)); in CalculateSinglePipeDPPCLKAndSCLThroughput()
798 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()