HomeSort by: relevance | last modified time | path
    Searched defs:src_hactive_half (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 711 unsigned int src_hactive_half; local in function:get_surf_rq_param
716 src_hactive_half = pipe_param.scale_ratio_depth.hscl_ratio_c * hactive_half;
719 src_hactive_half = pipe_param.scale_ratio_depth.hscl_ratio * hactive_half;
723 vp_width = dml_min(full_src_vp_width, src_hactive_half);
726 vp_height = dml_min(full_src_vp_width, src_hactive_half);
732 dml_print("DML_DLG: %s: src_hactive_half = %d\n", __func__, src_hactive_half);
amdgpu_display_rq_dlg_calc_21.c 711 unsigned int src_hactive_half; local in function:get_surf_rq_param
716 src_hactive_half = pipe_param.scale_ratio_depth.hscl_ratio_c * hactive_half;
719 src_hactive_half = pipe_param.scale_ratio_depth.hscl_ratio * hactive_half;
723 vp_width = dml_min(full_src_vp_width, src_hactive_half);
726 vp_height = dml_min(full_src_vp_width, src_hactive_half);
732 dml_print("DML_DLG: %s: src_hactive_half = %d\n", __func__, src_hactive_half);

Completed in 25 milliseconds