scale_h          2616 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	int scale_w, scale_h;
scale_h          2655 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	scale_h = scaling_info->dst_rect.height * 1000 /
scale_h          2658 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (scale_h < 250 || scale_h > 16000)
scale_h          1122 drivers/gpu/drm/sti/sti_hqvdp.c 	int scale_h, scale_v;
scale_h          1219 drivers/gpu/drm/sti/sti_hqvdp.c 	scale_h = SCALE_FACTOR * dst_w / src_w;
scale_h          1220 drivers/gpu/drm/sti/sti_hqvdp.c 	sti_hqvdp_update_hvsrc(HVSRC_HORI, scale_h, &cmd->hvsrc);