Lines Matching refs:dest

1178 …pipes[pipe_idx].pipe.dest.vstartup_start = get_vstartup(&context->bw_ctx.dml, pipes, pipe_cnt, pip…  in dcn20_calculate_dlg_params()
1179 …pipes[pipe_idx].pipe.dest.vupdate_offset = get_vupdate_offset(&context->bw_ctx.dml, pipes, pipe_cn… in dcn20_calculate_dlg_params()
1180 …pipes[pipe_idx].pipe.dest.vupdate_width = get_vupdate_width(&context->bw_ctx.dml, pipes, pipe_cnt,… in dcn20_calculate_dlg_params()
1181 …pipes[pipe_idx].pipe.dest.vready_offset = get_vready_offset(&context->bw_ctx.dml, pipes, pipe_cnt,… in dcn20_calculate_dlg_params()
1196 context->res_ctx.pipe_ctx[i].pipe_dlg_param = pipes[pipe_idx].pipe.dest; in dcn20_calculate_dlg_params()
1363 pipes[pipe_cnt].pipe.dest.use_maximum_vstartup = dc->ctx->dce_version == DCN_VERSION_2_01; in dcn20_populate_dml_pipes_from_context()
1380 pipes[pipe_cnt].pipe.dest.synchronized_vblank_all_planes = synchronized_vblank; in dcn20_populate_dml_pipes_from_context()
1381 pipes[pipe_cnt].pipe.dest.synchronize_timings = synchronized_vblank; in dcn20_populate_dml_pipes_from_context()
1382 pipes[pipe_cnt].pipe.dest.hblank_start = timing->h_total - timing->h_front_porch; in dcn20_populate_dml_pipes_from_context()
1383 pipes[pipe_cnt].pipe.dest.hblank_end = pipes[pipe_cnt].pipe.dest.hblank_start in dcn20_populate_dml_pipes_from_context()
1387 pipes[pipe_cnt].pipe.dest.vblank_start = v_total - front_porch; in dcn20_populate_dml_pipes_from_context()
1388 pipes[pipe_cnt].pipe.dest.vblank_end = pipes[pipe_cnt].pipe.dest.vblank_start in dcn20_populate_dml_pipes_from_context()
1392 pipes[pipe_cnt].pipe.dest.htotal = timing->h_total; in dcn20_populate_dml_pipes_from_context()
1393 pipes[pipe_cnt].pipe.dest.vtotal = v_total; in dcn20_populate_dml_pipes_from_context()
1394 pipes[pipe_cnt].pipe.dest.hactive = in dcn20_populate_dml_pipes_from_context()
1396 pipes[pipe_cnt].pipe.dest.vactive = in dcn20_populate_dml_pipes_from_context()
1398 pipes[pipe_cnt].pipe.dest.interlaced = timing->flags.INTERLACE; in dcn20_populate_dml_pipes_from_context()
1399 pipes[pipe_cnt].pipe.dest.pixel_rate_mhz = timing->pix_clk_100hz/10000.0; in dcn20_populate_dml_pipes_from_context()
1401 pipes[pipe_cnt].pipe.dest.pixel_rate_mhz *= 2; in dcn20_populate_dml_pipes_from_context()
1402 pipes[pipe_cnt].pipe.dest.otg_inst = res_ctx->pipe_ctx[i].stream_res.tg->inst; in dcn20_populate_dml_pipes_from_context()
1406 pipes[pipe_cnt].pipe.dest.vtotal_min = res_ctx->pipe_ctx[i].stream->adjust.v_total_min; in dcn20_populate_dml_pipes_from_context()
1407 pipes[pipe_cnt].pipe.dest.vtotal_max = res_ctx->pipe_ctx[i].stream->adjust.v_total_max; in dcn20_populate_dml_pipes_from_context()
1410 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_2to1; in dcn20_populate_dml_pipes_from_context()
1413 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_4to1; in dcn20_populate_dml_pipes_from_context()
1416 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_disabled; in dcn20_populate_dml_pipes_from_context()
1542 …pipes[pipe_cnt].pipe.src.is_hsplit = pipes[pipe_cnt].pipe.dest.odm_combine != dm_odm_combine_mode_… in dcn20_populate_dml_pipes_from_context()
1559 …pipes[pipe_cnt].pipe.dest.recout_width = pipes[pipe_cnt].pipe.src.viewport_width; /*vp_width/hrati… in dcn20_populate_dml_pipes_from_context()
1560 …pipes[pipe_cnt].pipe.dest.recout_height = pipes[pipe_cnt].pipe.src.viewport_height; /*vp_height/vr… in dcn20_populate_dml_pipes_from_context()
1561 …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()
1562 …pipes[pipe_cnt].pipe.dest.full_recout_height = pipes[pipe_cnt].pipe.dest.recout_height; /*when is_… in dcn20_populate_dml_pipes_from_context()
1569 pipes[pipe_cnt].pipe.dest.vtotal_min = v_total; in dcn20_populate_dml_pipes_from_context()
1570 pipes[pipe_cnt].pipe.dest.vtotal_max = v_total; in dcn20_populate_dml_pipes_from_context()
1572 if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_2to1) { in dcn20_populate_dml_pipes_from_context()
1574 pipes[pipe_cnt].pipe.dest.recout_width /= 2; in dcn20_populate_dml_pipes_from_context()
1575 } else if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_4to1) { in dcn20_populate_dml_pipes_from_context()
1577 pipes[pipe_cnt].pipe.dest.recout_width /= 4; in dcn20_populate_dml_pipes_from_context()
1586 || pipes[pipe_cnt].pipe.dest.odm_combine != dm_odm_combine_mode_disabled; in dcn20_populate_dml_pipes_from_context()
1639 pipes[pipe_cnt].pipe.dest.recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context()
1640 pipes[pipe_cnt].pipe.dest.recout_height = scl->recout.height; in dcn20_populate_dml_pipes_from_context()
1641 pipes[pipe_cnt].pipe.dest.full_recout_height = scl->recout.height; in dcn20_populate_dml_pipes_from_context()
1642 pipes[pipe_cnt].pipe.dest.full_recout_width = scl->recout.width; in dcn20_populate_dml_pipes_from_context()
1643 if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_2to1) in dcn20_populate_dml_pipes_from_context()
1644 pipes[pipe_cnt].pipe.dest.full_recout_width *= 2; in dcn20_populate_dml_pipes_from_context()
1645 else if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_4to1) in dcn20_populate_dml_pipes_from_context()
1646 pipes[pipe_cnt].pipe.dest.full_recout_width *= 4; in dcn20_populate_dml_pipes_from_context()
1651 pipes[pipe_cnt].pipe.dest.full_recout_width += split_pipe->plane_res.scl_data.recout.width; in dcn20_populate_dml_pipes_from_context()
1656 pipes[pipe_cnt].pipe.dest.full_recout_width += split_pipe->plane_res.scl_data.recout.width; in dcn20_populate_dml_pipes_from_context()
1744 pipes[pipe_cnt].pipe.dest.odm_combine = in dcn20_calculate_wm()
1747 pipes[pipe_cnt].pipe.dest.odm_combine = 0; in dcn20_calculate_wm()
1753 pipes[pipe_cnt].pipe.dest.odm_combine = in dcn20_calculate_wm()
1756 pipes[pipe_cnt].pipe.dest.odm_combine = 0; in dcn20_calculate_wm()
2257 pipes[pipe_cnt].pipe.dest.odm_combine = in dcn21_calculate_wm()
2260 pipes[pipe_cnt].pipe.dest.odm_combine = 0; in dcn21_calculate_wm()
2266 pipes[pipe_cnt].pipe.dest.odm_combine = in dcn21_calculate_wm()
2269 pipes[pipe_cnt].pipe.dest.odm_combine = 0; in dcn21_calculate_wm()
2536 pipes[pipe_cnt].pipe.dest.pixel_rate_mhz, in dcn201_populate_dml_writeback_from_context_fpu()
2544 pipes[pipe_cnt].pipe.dest.htotal, in dcn201_populate_dml_writeback_from_context_fpu()