Home
last modified time | relevance | path

Searched refs:phantom_processing_delay_pix (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c12028 double phantom_processing_delay_pix; in dml2_core_shared_get_stream_support_info() local
12036phantom_processing_delay_pix = (double)((mode_lib->ip.subvp_fw_processing_delay_us + mode_lib->ip.… in dml2_core_shared_get_stream_support_info()
12038 …phantom_processing_delay_lines = (unsigned int)(phantom_processing_delay_pix / (double)display_cfg… in dml2_core_shared_get_stream_support_info()
12039 …dml2_core_shared_div_rem(phantom_processing_delay_pix, display_cfg->stream_descriptors[display_cfg… in dml2_core_shared_get_stream_support_info()
Ddml2_core_dcn4_calcs.c12487 double phantom_processing_delay_pix; in dml2_core_calcs_get_stream_support_info() local
12496phantom_processing_delay_pix = (double)((mode_lib->ip.subvp_fw_processing_delay_us + mode_lib->ip.… in dml2_core_calcs_get_stream_support_info()
12498 …phantom_processing_delay_lines = (unsigned int)(phantom_processing_delay_pix / (double)display_cfg… in dml2_core_calcs_get_stream_support_info()
12499 dml2_core_div_rem(phantom_processing_delay_pix, in dml2_core_calcs_get_stream_support_info()