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

  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 215 int dst_h = drm_rect_height(dst); local in function:drm_rect_calc_vscale
216 int vscale = drm_calc_scale(src_h, dst_h);
218 if (vscale < 0 || dst_h == 0)
  /src/sbin/routed/
output.c 358 naddr mask, v1_mask, dst_h, ddst_h = 0; local in function:supply_out
369 dst_h = ag->ag_dst_h;
371 v1_mask = ripv1_mask_host(htonl(dst_h),
407 addrname(htonl(dst_h), mask,
423 wb->n->n_dst = htonl(dst_h);
447 dst_h += ddst_h;
table.c 210 naddr dst_h; local in function:ag_flush
219 dst_h = ag->ag_dst_h;
220 if ((dst_h & lim_mask) != lim_dst_h)
237 if ((dst_h & ag_cors->ag_mask) == ag_cors->ag_dst_h) {
260 if (ag_cors->ag_dst_h == dst_h)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_display.c 709 u32 src_h = 1, dst_h = 1; local in function:amdgpu_display_crtc_scaling_mode_fixup
735 dst_h = amdgpu_crtc->native_mode.hdisplay;
755 dst_h = crtc->mode.hdisplay - (amdgpu_crtc->h_border * 2);
764 b.full = dfixed_const(dst_h);
  /src/sys/arch/arm/amlogic/
meson_genfb.c 421 const u_int dst_h = (height * scale) / 100; local in function:meson_genfb_scaler_config
423 const u_int margin_h = (height - dst_h) / 2;
490 const u_int vf_phase_step = ((height << 20) / dst_h) << 4;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 1692 u32 src_h = 1, dst_h = 1; local in function:radeon_crtc_scaling_mode_fixup
1719 dst_h = radeon_crtc->native_mode.hdisplay;
1740 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2);
1762 b.full = dfixed_const(dst_h);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 337 unsigned int src_w, src_h, dst_w, dst_h; local in function:skl_plane_min_cdclk
349 dst_h = drm_rect_height(&plane_state->uapi.dst);
353 dst_h = min(src_h, dst_h);
356 mul_u32_u32(den, dst_w * dst_h));
intel_display.c 5949 int src_w, int src_h, int dst_w, int dst_h,
5966 if (src_w != dst_w || src_h != dst_h)
6013 dst_w < SKL_MIN_DST_W || dst_h < SKL_MIN_DST_H ||
6016 dst_w > ICL_MAX_DST_W || dst_h > ICL_MAX_DST_H)) ||
6019 dst_w > SKL_MAX_DST_W || dst_h > SKL_MAX_DST_H))) {
6022 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h);
6030 intel_crtc->pipe, scaler_user, src_w, src_h, dst_w, dst_h,
12128 int dst_h = drm_rect_height(&state->uapi.dst); local in function:needs_scaling
12130 return (src_w != dst_w || src_h != dst_h);
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 4129 u32 src_w, src_h, dst_w, dst_h; local in function:skl_plane_downscale_amount
4146 dst_h = drm_rect_height(&plane_state->uapi.dst);
4149 fp_h_ratio = div_fixed16(src_h, dst_h);

Completed in 35 milliseconds