Searched refs:full_recout_width (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_rq_dlg_calc_21.c715 full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio_c * pipe_param.dest.full_recout_width;
718 full_src_vp_width = pipe_param.scale_ratio_depth.hscl_ratio * pipe_param.dest.full_recout_width;
943 unsigned int full_recout_width; local
1250 full_recout_width = 0;
1254 // combine, you MUST specify the full_recout_width...according to Oswin
1255 if (dst->full_recout_width == 0 && !dst->odm_combine) {
1257 "DML_DLG: %s: Warning: full_recout_width not set in hsplit mode\n",
1259 full_recout_width = dst->recout_width * 2; // assume half split for dcn1
1261 full_recout_width = dst->full_recout_width;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_rq_dlg_calc_20.c897 unsigned int full_recout_width; local
1198 full_recout_width = 0;
1202 // combine, you MUST specify the full_recout_width...according to Oswin
1203 if (dst->full_recout_width == 0 && !dst->odm_combine) {
1204 dml_print("DML_DLG: %s: Warning: full_recout_width not set in hsplit mode\n",
1206 full_recout_width = dst->recout_width * 2; // assume half split for dcn1
1208 full_recout_width = dst->full_recout_width;
1210 full_recout_width = dst->recout_width;
1217 full_recout_width,
[all...]
H A Damdgpu_display_rq_dlg_calc_20v2.c897 unsigned int full_recout_width; local
1199 full_recout_width = 0;
1203 // combine, you MUST specify the full_recout_width...according to Oswin
1204 if (dst->full_recout_width == 0 && !dst->odm_combine) {
1205 dml_print("DML_DLG: %s: Warning: full_recout_width not set in hsplit mode\n",
1207 full_recout_width = dst->recout_width * 2; // assume half split for dcn1
1209 full_recout_width = dst->full_recout_width;
1211 full_recout_width = dst->recout_width;
1218 full_recout_width,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Damdgpu_dml1_display_rq_dlg_calc.c1111 unsigned int full_recout_width; local
1639 full_recout_width = 0;
1641 if (e2e_pipe_param.pipe.dest.full_recout_width == 0) {
1643 full_recout_width = e2e_pipe_param.pipe.dest.recout_width * 2; /* assume half split for dcn1 */
1645 full_recout_width = e2e_pipe_param.pipe.dest.full_recout_width;
1647 full_recout_width = e2e_pipe_param.pipe.dest.recout_width;
1653 full_recout_width,
1663 full_recout_width,
1669 DTRACE("DLG: %s: full_recout_width
[all...]
H A Ddisplay_mode_structs.h315 unsigned int full_recout_width; member in struct:_vcs_dpi_display_pipe_dest_params_st
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c2087 pipes[pipe_cnt].pipe.dest.full_recout_width = pipes[pipe_cnt].pipe.dest.recout_width; /*when is_hsplit != 1*/
2132 pipes[pipe_cnt].pipe.dest.full_recout_width = scl->recout.width;
2135 pipes[pipe_cnt].pipe.dest.full_recout_width +=
2140 pipes[pipe_cnt].pipe.dest.full_recout_width +=
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calcs.c419 input->dest.full_recout_width = pipe->plane_res.scl_data.recout.width;

Completed in 306 milliseconds