Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-win.c1309 win_info->generic.viewport_height = height - 1; in make_invisible_and_set_new_height()
1311 win_info->generic.viewport_height = height; in make_invisible_and_set_new_height()
1313 win_info->generic.viewport_height--; in make_invisible_and_set_new_height()
1325 gen_win_info->viewport_height = height - 1; in make_invisible_and_set_new_height()
1327 gen_win_info->viewport_height = height; in make_invisible_and_set_new_height()
1329 gen_win_info->viewport_height--; in make_invisible_and_set_new_height()
H A Dtui-layout.c919 win_info->viewport_height = h - 1; in init_gen_win_info()
921 win_info->viewport_height--; in init_gen_win_info()
924 win_info->viewport_height = 1; in init_gen_win_info()
H A Dtui-data.h45 int viewport_height; /* Viewport height. */ member
H A Dtui-stack.c378 (win_info->generic.viewport_height / 2)) + 1; in tui_show_frame_info()
H A Dtui-regs.c361 && cur_y <= TUI_DATA_WIN->generic.viewport_height) in tui_display_registers_from()
H A Dtui-data.c464 win->viewport_height = in tui_init_generic_part()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c278 input->src.viewport_height = pipe->plane_res.scl_data.viewport.height; in pipe_ctx_to_e2e_pipe_params()
352 input->src.viewport_height_c = input->src.viewport_height / 2; in pipe_ctx_to_e2e_pipe_params()
358 input->src.viewport_height_c = input->src.viewport_height / 2; in pipe_ctx_to_e2e_pipe_params()
365 input->src.viewport_height_c = input->src.viewport_height; in pipe_ctx_to_e2e_pipe_params()
370 input->src.viewport_height_c = input->src.viewport_height; in pipe_ctx_to_e2e_pipe_params()
857 v->viewport_height[input_idx] = pipe->stream->timing.v_addressable; in dcn_validate_bandwidth()
867 v->viewport_height[input_idx] = pipe->plane_res.scl_data.viewport.height; in dcn_validate_bandwidth()
891 v->viewport_height[input_idx] = viewport_end in dcn_validate_bandwidth()
894 v->viewport_height[input_idx] = viewport_b_end in dcn_validate_bandwidth()
905 || v->scaler_recout_height[input_idx] == v->viewport_height[input_idx]); in dcn_validate_bandwidth()
[all …]
H A 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()
1115 v->swath_width = v->viewport_height[k] / v->dpp_per_plane[k]; in display_pipe_configuration()
1229 v->swath_width_y[k] = v->viewport_height[k] / v->dpp_per_plane[k]; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h209 unsigned int viewport_height; member
H A 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()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h181 float viewport_height[number_of_planes_minus_one + 1]; member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.h639 uint32_t viewport_height; member
H A Ddcn10_hubp.c964 PRI_VIEWPORT_HEIGHT, &s->viewport_height); in hubp1_read_state()
H A Ddcn10_hw_sequencer.c140 s->viewport_height, in dcn10_log_hubp_states()