Searched refs:full_recout_width (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 711 … full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio_c * pipe_param.dest.full_recout_width; in get_surf_rq_param() 714 full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio * pipe_param.dest.full_recout_width; in get_surf_rq_param() 939 unsigned int full_recout_width; in dml_rq_dlg_get_dlg_params() local 1246 full_recout_width = 0; in dml_rq_dlg_get_dlg_params() 1251 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml_rq_dlg_get_dlg_params() 1255 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml_rq_dlg_get_dlg_params() 1257 full_recout_width = dst->full_recout_width; in dml_rq_dlg_get_dlg_params() 1259 full_recout_width = dst->recout_width; in dml_rq_dlg_get_dlg_params() 1267 full_recout_width, in dml_rq_dlg_get_dlg_params() 1279 full_recout_width, in dml_rq_dlg_get_dlg_params() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 892 unsigned int full_recout_width; in dml20_rq_dlg_get_dlg_params() local 1194 full_recout_width = 0; in dml20_rq_dlg_get_dlg_params() 1199 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml20_rq_dlg_get_dlg_params() 1202 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20_rq_dlg_get_dlg_params() 1204 full_recout_width = dst->full_recout_width; in dml20_rq_dlg_get_dlg_params() 1206 full_recout_width = dst->recout_width; in dml20_rq_dlg_get_dlg_params() 1213 full_recout_width, in dml20_rq_dlg_get_dlg_params() 1224 full_recout_width, in dml20_rq_dlg_get_dlg_params() 1233 full_recout_width); in dml20_rq_dlg_get_dlg_params() 1249 full_recout_width, in dml20_rq_dlg_get_dlg_params() [all …]
|
D | display_rq_dlg_calc_20v2.c | 892 unsigned int full_recout_width; in dml20v2_rq_dlg_get_dlg_params() local 1194 full_recout_width = 0; in dml20v2_rq_dlg_get_dlg_params() 1199 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml20v2_rq_dlg_get_dlg_params() 1202 full_recout_width = dst->recout_width * 2; // assume half split for dcn1 in dml20v2_rq_dlg_get_dlg_params() 1204 full_recout_width = dst->full_recout_width; in dml20v2_rq_dlg_get_dlg_params() 1206 full_recout_width = dst->recout_width; in dml20v2_rq_dlg_get_dlg_params() 1213 full_recout_width, in dml20v2_rq_dlg_get_dlg_params() 1224 full_recout_width, in dml20v2_rq_dlg_get_dlg_params() 1233 full_recout_width); in dml20v2_rq_dlg_get_dlg_params() 1249 full_recout_width, in dml20v2_rq_dlg_get_dlg_params() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 1106 unsigned int full_recout_width; in dml1_rq_dlg_get_dlg_params() local 1634 full_recout_width = 0; in dml1_rq_dlg_get_dlg_params() 1636 if (e2e_pipe_param.pipe.dest.full_recout_width == 0) { 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() 1640 full_recout_width = e2e_pipe_param.pipe.dest.full_recout_width; 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() 1648 full_recout_width, in dml1_rq_dlg_get_dlg_params() 1658 full_recout_width, in dml1_rq_dlg_get_dlg_params() 1664 DTRACE("DLG: %s: full_recout_width = %d", __func__, full_recout_width); in dml1_rq_dlg_get_dlg_params() 1689 full_recout_width, in dml1_rq_dlg_get_dlg_params() [all …]
|
D | display_mode_structs.h | 306 unsigned int full_recout_width; member
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 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() 1981 pipes[pipe_cnt].pipe.dest.full_recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context() 1984 pipes[pipe_cnt].pipe.dest.full_recout_width += in dcn20_populate_dml_pipes_from_context() 1989 pipes[pipe_cnt].pipe.dest.full_recout_width += in dcn20_populate_dml_pipes_from_context()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calcs.c | 417 input->dest.full_recout_width = pipe->plane_res.scl_data.recout.width; in pipe_ctx_to_e2e_pipe_params()
|