Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c40 dml_timing_array->RefreshRate[dst_index] = dml_timing_array->RefreshRate[src_index]; in dml2_util_copy_dml_timing()
H A Ddisplay_mode_util.c536 dml_print("DML: timing_cfg: plane=%d, RefreshRate = %d\n", i, timing->RefreshRate[i]); in dml_print_dml_display_cfg_timing()
H A Ddisplay_mode_core_structs.h551 dml_uint_t RefreshRate[__DML_NUM_PLANES__]; member
H A Ddml2_translation_helper.c714 …out->RefreshRate[location] = ((in->timing.pix_clk_100hz * 100) / in->timing.h_total) / in->timing.… in populate_dml_timing_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h443 unsigned int RefreshRate[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c570 …mode_lib->vba.RefreshRate[mode_lib->vba.NumberOfActivePlanes] = dst->refresh_rate; //todo remove t… in fetch_pipe_params()