Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c724 unsigned int src_hactive_half; in get_surf_rq_param() local
729 src_hactive_half = pipe_param->scale_ratio_depth.hscl_ratio_c * hactive_half; in get_surf_rq_param()
732 src_hactive_half = pipe_param->scale_ratio_depth.hscl_ratio * hactive_half; in get_surf_rq_param()
736 vp_width = dml_min(full_src_vp_width, src_hactive_half); in get_surf_rq_param()
739 vp_height = dml_min(full_src_vp_width, src_hactive_half); in get_surf_rq_param()
745 dml_print("DML_DLG: %s: src_hactive_half = %d\n", __func__, src_hactive_half); in get_surf_rq_param()