Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c715 unsigned int hactive_half; in get_surf_rq_param() local
718 hactive_half = pipe_param->dest.hactive / 2; in get_surf_rq_param()
721 src_hactive_half = pipe_param->scale_ratio_depth.hscl_ratio_c * hactive_half; in get_surf_rq_param()
724 src_hactive_half = pipe_param->scale_ratio_depth.hscl_ratio * hactive_half; in get_surf_rq_param()
736 dml_print("DML_DLG: %s: hactive_half = %d\n", __func__, hactive_half); in get_surf_rq_param()