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

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

Completed in 13 milliseconds