Home
last modified time | relevance | path

Searched refs:recout_width (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c122 unsigned int recout_width, in get_refcyc_per_delivery() argument
134 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery()
137 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery()
146 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width); in get_refcyc_per_delivery()
1194 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20_rq_dlg_get_dlg_params()
1198 full_recout_width = dst->recout_width; in dml20_rq_dlg_get_dlg_params()
H A Ddisplay_rq_dlg_calc_20v2.c122 unsigned int recout_width, in get_refcyc_per_delivery() argument
134 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery()
137 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery()
146 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width); in get_refcyc_per_delivery()
1195 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20v2_rq_dlg_get_dlg_params()
1199 full_recout_width = dst->recout_width; in dml20v2_rq_dlg_get_dlg_params()
H A Ddcn20_fpu.c1568 …pipes[pipe_cnt].pipe.dest.recout_width = pipes[pipe_cnt].pipe.src.viewport_width; /*vp_width/hrati… in dcn20_populate_dml_pipes_from_context()
1570 …pipes[pipe_cnt].pipe.dest.full_recout_width = pipes[pipe_cnt].pipe.dest.recout_width; /*when is_h… in dcn20_populate_dml_pipes_from_context()
1583 pipes[pipe_cnt].pipe.dest.recout_width /= 2; in dcn20_populate_dml_pipes_from_context()
1586 pipes[pipe_cnt].pipe.dest.recout_width /= 4; in dcn20_populate_dml_pipes_from_context()
1648 pipes[pipe_cnt].pipe.dest.recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c98 unsigned int recout_width, in get_refcyc_per_delivery() argument
110 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery()
113 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery()
122 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width); in get_refcyc_per_delivery()
1247 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml_rq_dlg_get_dlg_params()
1251 full_recout_width = dst->recout_width; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c101 unsigned int recout_width, in get_refcyc_per_delivery() argument
110 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery()
119 DTRACE("DLG: %s: recout_width = %d", __func__, recout_width); in get_refcyc_per_delivery()
1280 + e2e_pipe_param->pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
1646 full_recout_width = e2e_pipe_param->pipe.dest.recout_width * 2; /* assume half split for dcn1 */ in dml1_rq_dlg_get_dlg_params()
1650 full_recout_width = e2e_pipe_param->pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
H A Ddisplay_mode_lib.c221 dml_print("DML PARAMS: recout_width = %d\n", pipe_dest->recout_width); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h508 unsigned int recout_width; member
H A Ddisplay_mode_vba.c622 …dst->recout_width; // TODO: or should this be full_recout_width???...maybe only when in hsplit mod… in fetch_pipe_params()
801 dst_k->recout_width; in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c46 unsigned int recout_width, in get_refcyc_per_delivery() argument
58 * dml_min((double)recout_width, (double)hactive / ((unsigned int)odm_combine*2)) in get_refcyc_per_delivery()
61 refcyc_per_delivery = (double)refclk_freq_in_mhz * (double)recout_width in get_refcyc_per_delivery()
70 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width); in get_refcyc_per_delivery()
1350 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml_rq_dlg_get_dlg_params()
1354 full_recout_width = dst->recout_width; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c274 pipe_ctx->pipe_dlg_param.recout_width = pipe_ctx->plane_res.scl_data.recout.width; in populate_pipe_ctx_dlg_params_from_dml()
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c425 input->dest.recout_width = pipe->plane_res.scl_data.recout.width; in pipe_ctx_to_e2e_pipe_params()