Home
last modified time | relevance | path

Searched refs:viewport_height (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c337 input->src.viewport_height = pipe->plane_res.scl_data.viewport.height; in pipe_ctx_to_e2e_pipe_params()
365 input->src.viewport_height_c = input->src.viewport_height / 2; in pipe_ctx_to_e2e_pipe_params()
371 input->src.viewport_height_c = input->src.viewport_height / 2; in pipe_ctx_to_e2e_pipe_params()
378 input->src.viewport_height_c = input->src.viewport_height; in pipe_ctx_to_e2e_pipe_params()
383 input->src.viewport_height_c = input->src.viewport_height; in pipe_ctx_to_e2e_pipe_params()
893 v->viewport_height[input_idx] = pipe->stream->timing.v_addressable; in dcn_validate_bandwidth()
903 if (v->viewport_height[input_idx] > 1080) in dcn_validate_bandwidth()
904 v->viewport_height[input_idx] = 1080; in dcn_validate_bandwidth()
906 v->scaler_recout_height[input_idx] = v->viewport_height[input_idx]; in dcn_validate_bandwidth()
914 v->viewport_height[input_idx] = pipe->plane_res.scl_data.viewport.height; in dcn_validate_bandwidth()
[all …]
Ddcn_calc_auto.c47 v->v_ratio[k] = v->viewport_height[k] / v->scaler_recout_height[k]; in scaler_settings_calculation()
50 v->h_ratio[k] = v->viewport_height[k] / v->scaler_rec_out_width[k]; in scaler_settings_calculation()
56 …] =dcn_bw_max2(v->viewport_width[k] / v->scaler_rec_out_width[k], v->viewport_height[k] / v->scale… in scaler_settings_calculation()
59 …v->h_ratio[k] =dcn_bw_max2(v->viewport_height[k] / v->scaler_rec_out_width[k], v->viewport_width[k… in scaler_settings_calculation()
151 v->swath_width_ysingle_dpp[k] = v->viewport_height[k]; in mode_support_and_system_configuration()
622 …v->meta_surface_height_y =dcn_bw_ceil2(v->viewport_height[k] - 1.0, v->meta_req_height_y) + v->met… in mode_support_and_system_configuration()
671 …v->dpte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_height[k] - 1.0) / v->data_pte_req_hei… in mode_support_and_system_configuration()
682 …v->meta_surface_height_c =dcn_bw_ceil2(v->viewport_height[k] / 2.0 - 1.0, v->meta_req_height_c) + … in mode_support_and_system_configuration()
732 …v->dpte_bytes_per_row_c = 64.0 * (dcn_bw_ceil2((v->viewport_height[k] / 2.0 - 1.0) / v->data_pte_r… in mode_support_and_system_configuration()
1140 v->swath_width = v->viewport_height[k] / v->dpp_per_plane[k]; in display_pipe_configuration()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h229 unsigned int viewport_height; member
Ddisplay_mode_vba.c386 src->viewport_height; in fetch_pipe_params()
394 mode_lib->vba.SurfaceHeightY[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height; in fetch_pipe_params()
599 src_k->viewport_height; in fetch_pipe_params()
Ddml1_display_rq_dlg_calc.c613 vp_height = pipe_src_param.viewport_height; in get_surf_rq_param()
1193 vp_height_l = e2e_pipe_param.pipe.src.viewport_height; in dml1_rq_dlg_get_dlg_params()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c148 s->viewport_height, in dcn10_get_hubp_states()
168 s->viewport_height, in dcn10_get_hubp_states()
Ddcn10_hubp.h639 uint32_t viewport_height; member
Ddcn10_hubp.c992 PRI_VIEWPORT_HEIGHT, &s->viewport_height); in hubp1_read_state_common()
Ddcn10_hw_sequencer.c148 s->viewport_height, in dcn10_log_hubp_states()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h181 float viewport_height[number_of_planes_minus_one + 1]; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c688 vp_height = pipe_src_param.viewport_height; in get_surf_rq_param()
966 vp_height_l = src->viewport_height; in dml20_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20v2.c688 vp_height = pipe_src_param.viewport_height; in get_surf_rq_param()
966 vp_height_l = src->viewport_height; in dml20v2_rq_dlg_get_dlg_params()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c698 vp_height = pipe_param.src.viewport_height; in get_surf_rq_param()
1018 vp_height_l = src->viewport_height; in dml_rq_dlg_get_dlg_params()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1933 pipes[pipe_cnt].pipe.src.viewport_height = timing->v_addressable; in dcn20_populate_dml_pipes_from_context()
1934 if (pipes[pipe_cnt].pipe.src.viewport_height > 1080) in dcn20_populate_dml_pipes_from_context()
1935 pipes[pipe_cnt].pipe.src.viewport_height = 1080; in dcn20_populate_dml_pipes_from_context()
1939 …pipes[pipe_cnt].pipe.dest.recout_height = pipes[pipe_cnt].pipe.src.viewport_height; /*vp_height/vr… in dcn20_populate_dml_pipes_from_context()
1967 pipes[pipe_cnt].pipe.src.viewport_height = scl->viewport.height; in dcn20_populate_dml_pipes_from_context()
Ddcn20_hubp.c1190 PRI_VIEWPORT_HEIGHT, &s->viewport_height); in hubp2_read_state_common()