src_hactive_half  707 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 		unsigned int src_hactive_half;
src_hactive_half  712 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 			src_hactive_half  = pipe_param.scale_ratio_depth.hscl_ratio_c * hactive_half;
src_hactive_half  715 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 			src_hactive_half  = pipe_param.scale_ratio_depth.hscl_ratio * hactive_half;
src_hactive_half  719 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 			vp_width = dml_min(full_src_vp_width, src_hactive_half);
src_hactive_half  722 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 			vp_height = dml_min(full_src_vp_width, src_hactive_half);
src_hactive_half  728 drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.c 		dml_print("DML_DLG: %s: src_hactive_half = %d\n", __func__, src_hactive_half);