Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c73 dml_plane_array->HTapsChroma[dst_index] = dml_plane_array->HTapsChroma[src_index]; in dml2_util_copy_dml_plane()
H A Ddml2_translation_helper.c1040 out->HTapsChroma[location] = 0; in populate_dummy_dml_plane_cfg()
1106 out->HTapsChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state()
1109 out->HTapsChroma[location] = scaler_data->taps.h_taps_c; in populate_dml_plane_cfg_from_plane_state()
H A 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()
H A Ddisplay_mode_core.c145 dml_uint_t HTapsChroma,
5647 dml_uint_t HTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
5675 …Throughput, MaxPSCLToLBThroughput * HRatioChroma / dml_ceil((dml_float_t) HTapsChroma / 6.0, 1.0)); in CalculateSinglePipeDPPCLKAndSCLThroughput()
5681 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()
6774 … || mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] < 1 || mode_lib->ms.cache_display_cfg.plan… in dml_core_mode_support()
6775 …(mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] > 1 && mode_lib->ms.cache_display_cfg.plane.H… in dml_core_mode_support()
6778 …ms.cache_display_cfg.plane.HRatioChroma[k] > mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k] || in dml_core_mode_support()
6899 mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k], in dml_core_mode_support()
8394 mode_lib->ms.cache_display_cfg.plane.HTapsChroma[k], in dml_core_mode_programming()
H A Ddisplay_mode_core_structs.h555 dml_uint_t HTapsChroma[__DML_NUM_PLANES__]; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h75 unsigned int HTapsChroma,
H A 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.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c787 unsigned int HTapsChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
815 …PSCLThroughput, MaxPSCLToLBThroughput * HRatioChroma / math_ceil2((double)HTapsChroma / 6.0, 1.0)); in CalculateSinglePipeDPPCLKAndSCLThroughput()
821 if ((HTapsChroma > 6 || VTapsChroma > 6) && DPPCLKUsingSingleDPPChroma < 2 * PixelClock) in CalculateSinglePipeDPPCLKAndSCLThroughput()