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

  /src/sys/external/bsd/drm2/dist/drm/
drm_rect.c 214 int src_h = drm_rect_height(src); local in function:drm_rect_calc_vscale
216 int vscale = drm_calc_scale(src_h, dst_h);
drm_plane.c 607 uint32_t src_w, uint32_t src_h)
640 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, fb);
685 uint32_t src_w, uint32_t src_h,
707 src_x, src_y, src_w, src_h);
714 src_x, src_y, src_w, src_h, ctx);
737 uint32_t src_w, uint32_t src_h,
757 src_x, src_y, src_w, src_h);
763 src_x, src_y, src_w, src_h, ctx);
773 uint32_t src_w, uint32_t src_h)
784 src_x, src_y, src_w, src_h, &ctx)
864 uint32_t src_w = 0, src_h = 0; local in function:drm_mode_cursor_universal
    [all...]
  /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
734 src_h = crtc->mode.hdisplay;
754 src_h = crtc->mode.hdisplay;
763 a.full = dfixed_const(src_h);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 44 * @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the
115 /** @src_h: height of visible portion of plane (in 16.16) */
116 uint32_t src_h, src_w; member in struct:drm_plane_state
238 .y2 = state->src_y + state->src_h,
267 * the src_x, src_y, src_w and src_h parameters (as 16.16 fixed point
290 uint32_t src_w, uint32_t src_h,
  /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
1718 src_h = crtc->mode.hdisplay;
1739 src_h = crtc->mode.hdisplay;
1761 a.full = dfixed_const(src_h);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 261 u32 src_x, src_y, src_w, src_h, hsub, vsub; local in function:intel_plane_check_src_coordinates
273 src_h = drm_rect_height(src) >> 16;
276 src_w << 16, src_h << 16);
295 if (src_y % vsub || src_h % vsub) {
297 src_y, src_h, vsub, rotated ? "rotated " : "");
337 unsigned int src_w, src_h, dst_w, dst_h; local in function:skl_plane_min_cdclk
347 src_h = drm_rect_height(&plane_state->uapi.src) >> 16;
353 dst_h = min(src_h, dst_h);
355 return DIV64_U64_ROUND_UP(mul_u32_u32(pixel_rate * num, src_w * src_h),
579 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16 local in function:skl_program_plane
1444 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; local in function:ivb_update_plane
1756 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; local in function:g4x_update_plane
1872 int src_x, src_w, src_h, crtc_w, crtc_h; local in function:g4x_sprite_check_scaling
    [all...]
intel_display.c 3143 unsigned int src_w, src_h; local in function:intel_plane_remap_gtt
3153 src_h = drm_rect_height(&plane_state->uapi.src) >> 16;
3164 src_w << 16, src_h << 16,
3182 height = src_h / vsub;
3631 plane_state->src_h = fb->height << 16;
4246 int src_h = drm_rect_height(&plane_state->uapi.src) >> 16; local in function:i9xx_check_plane_surface
4250 src_y += src_h - 1;
5949 int src_w, int src_h, int dst_w, int dst_h,
5966 if (src_w != dst_w || src_h != dst_h)
6006 (src_h < SKL_MIN_YUV_420_SRC_H || src_w < SKL_MIN_YUV_420_SRC_W))
11179 int src_h = drm_rect_height(&plane_state->uapi.src) >> 16; local in function:intel_cursor_check_surface
12126 int src_h = drm_rect_height(&state->uapi.src) >> 16; local in function:needs_scaling
    [all...]
  /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
4144 src_h = drm_rect_height(&plane_state->uapi.src) >> 16;
4149 fp_h_ratio = div_fixed16(src_h, dst_h);
i915_drv.h 401 int src_h; member in struct:intel_fbc::intel_fbc_state_cache::__anon6c72b20e0608
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 292 __u32 src_h; member in struct:drm_mode_set_plane

Completed in 30 milliseconds