HomeSort by: relevance | last modified time | path
    Searched refs:viewport_height (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 339 input->src.viewport_height = pipe->plane_res.scl_data.viewport.height;
367 input->src.viewport_height_c = input->src.viewport_height / 2;
373 input->src.viewport_height_c = input->src.viewport_height / 2;
380 input->src.viewport_height_c = input->src.viewport_height;
385 input->src.viewport_height_c = input->src.viewport_height;
895 v->viewport_height[input_idx] = pipe->stream->timing.v_addressable;
905 if (v->viewport_height[input_idx] > 1080)
906 v->viewport_height[input_idx] = 1080;
908 v->scaler_recout_height[input_idx] = v->viewport_height[input_idx];
916 v->viewport_height[input_idx] = pipe->plane_res.scl_data.viewport.height
    [all...]
amdgpu_dcn_calc_auto.c 52 v->v_ratio[k] = v->viewport_height[k] / v->scaler_recout_height[k];
55 v->h_ratio[k] = v->viewport_height[k] / v->scaler_rec_out_width[k];
61 v->h_ratio[k] =dcn_bw_max2(v->viewport_width[k] / v->scaler_rec_out_width[k], v->viewport_height[k] / v->scaler_recout_height[k]);
64 v->h_ratio[k] =dcn_bw_max2(v->viewport_height[k] / v->scaler_rec_out_width[k], v->viewport_width[k] / v->scaler_recout_height[k]);
156 v->swath_width_ysingle_dpp[k] = v->viewport_height[k];
627 v->meta_surface_height_y =dcn_bw_ceil2(v->viewport_height[k] - 1.0, v->meta_req_height_y) + v->meta_req_height_y;
676 v->dpte_bytes_per_row_y = 64.0 * (dcn_bw_ceil2((v->viewport_height[k] - 1.0) / v->data_pte_req_height_y, 1.0) + 1);
687 v->meta_surface_height_c =dcn_bw_ceil2(v->viewport_height[k] / 2.0 - 1.0, v->meta_req_height_c) + v->meta_req_height_c;
737 v->dpte_bytes_per_row_c = 64.0 * (dcn_bw_ceil2((v->viewport_height[k] / 2.0 - 1.0) / v->data_pte_req_height_c, 1.0) + 1);
1145 v->swath_width = v->viewport_height[k] / v->dpp_per_plane[k]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
display_mode_structs.h 237 unsigned int viewport_height; member in struct:_vcs_dpi_display_pipe_source_params_st
amdgpu_display_mode_vba.c 396 src->viewport_height;
404 mode_lib->vba.SurfaceHeightY[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height;
614 src_k->viewport_height;
616 src_k->viewport_height;
amdgpu_dml1_display_rq_dlg_calc.c 618 vp_height = pipe_src_param.viewport_height;
1198 vp_height_l = e2e_pipe_param.pipe.src.viewport_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer_debug.c 153 s->viewport_height,
173 s->viewport_height,
amdgpu_dcn10_hw_sequencer.c 179 s->viewport_height,
3005 int viewport_height = local in function:dcn10_set_cursor_position
3009 if (pos_cpy.x > viewport_height) {
3010 pos_cpy.x = pos_cpy.x - viewport_height;
3011 pos_cpy.y = viewport_height - pos_cpy.x;
3013 pos_cpy.y = 2 * viewport_height - pos_cpy.x;
3016 pos_cpy.y = viewport_height - pos_cpy.x;
dcn10_hubp.h 669 uint32_t viewport_height; member in struct:dcn_hubp_state
amdgpu_dcn10_hubp.c 1003 PRI_VIEWPORT_HEIGHT, &s->viewport_height);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h 183 float viewport_height[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 2076 pipes[pipe_cnt].pipe.src.viewport_height = timing->v_addressable;
2077 if (pipes[pipe_cnt].pipe.src.viewport_height > 1080)
2078 pipes[pipe_cnt].pipe.src.viewport_height = 1080;
2079 pipes[pipe_cnt].pipe.src.surface_height_y = pipes[pipe_cnt].pipe.src.viewport_height;
2081 pipes[pipe_cnt].pipe.src.surface_height_c = pipes[pipe_cnt].pipe.src.viewport_height;
2086 pipes[pipe_cnt].pipe.dest.recout_height = pipes[pipe_cnt].pipe.src.viewport_height; /*vp_height/vratio*/
2114 pipes[pipe_cnt].pipe.src.viewport_height = scl->viewport.height;
amdgpu_dcn20_hubp.c 1195 PRI_VIEWPORT_HEIGHT, &s->viewport_height);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 693 vp_height = pipe_src_param.viewport_height;
970 vp_height_l = src->viewport_height;
amdgpu_display_rq_dlg_calc_20v2.c 693 vp_height = pipe_src_param.viewport_height;
971 vp_height_l = src->viewport_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 702 vp_height = pipe_param.src.viewport_height;
1022 vp_height_l = src->viewport_height;

Completed in 56 milliseconds