Searched refs:HTapsChroma (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_utils.c | 73 dml_plane_array->HTapsChroma[dst_index] = dml_plane_array->HTapsChroma[src_index]; in dml2_util_copy_dml_plane()
|
D | dml2_translation_helper.c | 994 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()
|
D | display_mode_util.c | 576 dml_print("DML: plane_cfg: plane=%d, HTapsChroma = %d\n", i, plane->HTapsChroma[i]); in dml_print_dml_display_cfg_plane()
|
D | display_mode_core.c | 144 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()
|
D | display_mode_core_structs.h | 502 dml_uint_t HTapsChroma[__DML_NUM_PLANES__]; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 75 unsigned int HTapsChroma,
|
D | display_mode_vba_util_32.c | 208 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/ |
D | dml2_core_shared.c | 78 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()
|
D | dml2_core_dcn4_calcs.c | 764 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()
|