Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c343 unsigned int odm_combine_factor = 0; in dcn314_calculate_dccg_k1_k2_values() local
347 odm_combine_factor = get_odm_config(pipe_ctx, NULL); in dcn314_calculate_dccg_k1_k2_values()
365 if (odm_combine_factor == 2) in dcn314_calculate_dccg_k1_k2_values()
373 return odm_combine_factor; in dcn314_calculate_dccg_k1_k2_values()
379 uint32_t odm_combine_factor = 1; in dcn314_set_pixels_per_cycle() local
384 odm_combine_factor = get_odm_config(pipe_ctx, NULL); in dcn314_set_pixels_per_cycle()
385 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1) in dcn314_set_pixels_per_cycle()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1147 unsigned int odm_combine_factor = 0; in dcn32_calculate_dccg_k1_k2_values() local
1151 odm_combine_factor = get_odm_config(pipe_ctx, NULL); in dcn32_calculate_dccg_k1_k2_values()
1169 if ((odm_combine_factor == 2) || dcn32_is_dp_dig_pixel_rate_div_policy(pipe_ctx)) in dcn32_calculate_dccg_k1_k2_values()
1177 return odm_combine_factor; in dcn32_calculate_dccg_k1_k2_values()
1183 uint32_t odm_combine_factor = 1; in dcn32_set_pixels_per_cycle() local
1188 odm_combine_factor = get_odm_config(pipe_ctx, NULL); in dcn32_set_pixels_per_cycle()
1189 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1 in dcn32_set_pixels_per_cycle()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c338 unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); in dml32_rq_dlg_get_dlg_reg() local
342 + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_to_pix_freq); in dml32_rq_dlg_get_dlg_reg()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1219 …unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); // TOD… in dml_rq_dlg_get_dlg_params() local
1221 …t)(((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_… in dml_rq_dlg_get_dlg_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c1093 …unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); // TODO:… in dml_rq_dlg_get_dlg_params() local
1095 …) (((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_… in dml_rq_dlg_get_dlg_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c1180 …unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); // TODO:… in dml_rq_dlg_get_dlg_params() local
1183 …) (((double) hblank_end + odm_pipe_index * (double) dst->hactive / odm_combine_factor) * ref_freq_… in dml_rq_dlg_get_dlg_params()