Home
last modified time | relevance | path

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

/linux/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.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()
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_structs.h502 dml_uint_t HTapsChroma[__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h75 unsigned int HTapsChroma,
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A 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()