Home
last modified time | relevance | path

Searched refs:per_stream (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c359 …result = round_up_and_copy_to_next_dpm(mode_support_result->per_stream[i].dscclk_khz, &display_cfg… in map_min_clocks_to_dpm()
361 …result = round_up_and_copy_to_next_dpm(mode_support_result->per_stream[i].dtbclk_khz, &display_cfg… in map_min_clocks_to_dpm()
363 …result = round_up_and_copy_to_next_dpm(mode_support_result->per_stream[i].phyclk_khz, &display_cfg… in map_min_clocks_to_dpm()
587 …if (in_out->programming->min_clocks.dcn4x.dtbrefclk_khz < mode_support_result->per_stream[i].dtbcl… in map_mode_to_soc_dpm()
588 …in_out->programming->min_clocks.dcn4x.dtbrefclk_khz = mode_support_result->per_stream[i].dtbclk_kh… in map_mode_to_soc_dpm()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c503 …in_out->mode_support_result.per_stream[stream_index].dscclk_khz = (unsigned int)core->clean_me_up.… in core_dcn4_mode_support()
504 …lk_khz = %u\n", __func__, i, stream_index, in_out->mode_support_result.per_stream[stream_index].ds… in core_dcn4_mode_support()
512 …in_out->mode_support_result.per_stream[stream_index].dtbclk_khz = (unsigned int)(core->clean_me_up… in core_dcn4_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h215 } per_stream[DML2_MAX_PLANES]; member