Searched refs:recout_width (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_rq_dlg_calc_20.c | 122 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() 1202 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20_rq_dlg_get_dlg_params() 1206 full_recout_width = dst->recout_width; in dml20_rq_dlg_get_dlg_params()
|
| D | display_rq_dlg_calc_20v2.c | 122 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() 1202 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20v2_rq_dlg_get_dlg_params() 1206 full_recout_width = dst->recout_width; in dml20v2_rq_dlg_get_dlg_params()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_rq_dlg_calc_21.c | 99 unsigned int recout_width, in get_refcyc_per_delivery() argument 111 * dml_min((double) recout_width, (double) hactive / 2.0) in get_refcyc_per_delivery() 114 refcyc_per_delivery = (double) refclk_freq_in_mhz * (double) recout_width in get_refcyc_per_delivery() 123 dml_print("DML_DLG: %s: recout_width = %d\n", __func__, recout_width); in get_refcyc_per_delivery() 1255 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml_rq_dlg_get_dlg_params() 1259 full_recout_width = dst->recout_width; in dml_rq_dlg_get_dlg_params()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/ |
| D | dml1_display_rq_dlg_calc.c | 101 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() 1263 + e2e_pipe_param.pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params() 1638 full_recout_width = e2e_pipe_param.pipe.dest.recout_width * 2; /* assume half split for dcn1 */ in dml1_rq_dlg_get_dlg_params() 1642 full_recout_width = e2e_pipe_param.pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
|
| D | display_mode_structs.h | 304 unsigned int recout_width; member
|
| D | display_mode_vba.c | 432 …dst->recout_width; // TODO: or should this be full_recout_width???...maybe only when in hsplit mod… in fetch_pipe_params() 596 dst_k->recout_width; in fetch_pipe_params()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_resource.c | 1938 …pipes[pipe_cnt].pipe.dest.recout_width = pipes[pipe_cnt].pipe.src.viewport_width; /*vp_width/hrati… in dcn20_populate_dml_pipes_from_context() 1940 …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() 1979 pipes[pipe_cnt].pipe.dest.recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ |
| D | dcn_calcs.c | 414 input->dest.recout_width = pipe->plane_res.scl_data.recout.width; in pipe_ctx_to_e2e_pipe_params()
|