/src/sys/external/bsd/drm2/dist/drm/ |
drm_plane_helper.c | 122 .src_w = drm_rect_width(src), 157 uint32_t src_w, uint32_t src_h, 170 .x2 = src_x + src_w,
|
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...] |
drm_rect.c | 179 int src_w = drm_rect_width(src); local in function:drm_rect_calc_hscale 181 int hscale = drm_calc_scale(src_w, dst_w);
|
drm_atomic.c | 612 if (new_plane_state->src_w > fb_width || 613 new_plane_state->src_x > fb_width - new_plane_state->src_w || 619 new_plane_state->src_w >> 16, 620 ((new_plane_state->src_w & 0xffff) * 15625) >> 10, 1288 plane_state->src_w = 0; 1423 primary_state->src_w = vdisplay << 16; 1426 primary_state->src_w = hdisplay << 16;
|
drm_framebuffer.c | 82 uint32_t src_w, uint32_t src_h, 91 if (src_w > fb_width || 92 src_x > fb_width - src_w || 97 src_w >> 16, ((src_w & 0xffff) * 15625) >> 10,
|
drm_crtc_internal.h | 200 uint32_t src_w, uint32_t src_h,
|
drm_atomic_uapi.c | 563 state->src_w = val; 631 *val = state->src_w;
|
drm_atomic_helper.c | 2861 * @src_w: width of source rectangle in @fb 2876 uint32_t src_w, uint32_t src_h, 2904 plane_state->src_w = src_w;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_overlay.c | 99 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, 102 if (crtc_w < (src_w >> shift) || crtc_h < (src_h >> shift)) { 104 src_w, src_h, crtc_w, crtc_h); 122 uint32_t src_w, uint32_t src_h, 142 src_w >>= 16; 145 ret = verify_scaling(fb, shift, 0, 0, src_w, src_h, crtc_w, crtc_h); 160 nvif_wr32(dev, NV_PVIDEO_SIZE_IN(flip), src_h << 16 | src_w); 162 nvif_wr32(dev, NV_PVIDEO_DS_DX(flip), (src_w << 20) / crtc_w); 371 uint32_t src_w, uint32_t src_h, 386 src_w >>= 16 [all...] |
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_plane.c | 153 plane->state->src_w >> 16, 169 plane->state->src_w != old_state->src_w || 177 plane->state->src_w >> 16, 183 plane->state->src_w >> 16,
|
/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 271 src_w = drm_rect_width(src) >> 16; 276 src_w << 16, src_h << 16); 289 if (src_x % hsub || src_w % hsub) { 291 src_x, src_w, hsub, rotated ? "rotated " : ""); 337 unsigned int src_w, src_h, dst_w, dst_h; local in function:skl_plane_min_cdclk 346 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 352 dst_w = min(src_w, dst_w); 355 return DIV64_U64_ROUND_UP(mul_u32_u32(pixel_rate * num, src_w * src_h), 578 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16 local in function:skl_program_plane 1203 unsigned int src_w, dst_w, pixel_rate; local in function:ivb_sprite_min_cdclk 1443 u32 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:ivb_update_plane 1755 u32 src_w = drm_rect_width(&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 2137 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:skl_plane_check_nv12_rotation [all...] |
intel_fbc.c | 82 *width = cache->plane.src_w; 662 cache->plane.src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 1158 DIV_ROUND_UP(cache->plane.src_w, 32 * fbc->threshold) * 8;
|
intel_display.c | 3143 unsigned int src_w, src_h; local in function:intel_plane_remap_gtt 3152 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 3164 src_w << 16, src_h << 16, 3181 width = src_w / hsub; 3630 plane_state->src_w = fb->width << 16; 4208 int src_x, src_y, src_w; local in function:i9xx_check_plane_surface 4219 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 4224 if (HAS_GMCH(dev_priv) && fb->format->cpp[0] == 8 && src_w > 2048) 4245 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:i9xx_check_plane_surface 4249 src_x += src_w - 1 11178 int src_w = drm_rect_width(&plane_state->uapi.src) >> 16; local in function:intel_cursor_check_surface 12125 int src_w = drm_rect_width(&state->uapi.src) >> 16; local in function:needs_scaling [all...] |
/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 114 /** @src_w: width of visible portion of plane (in 16.16) */ 116 uint32_t src_h, src_w; member in struct:drm_plane_state 237 .x2 = state->src_x + state->src_w, 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,
|
drm_atomic_helper.h | 118 uint32_t src_w, uint32_t src_h,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_wndwc57e.c | 61 (asyw->state.src_w >> 16));
|
nouveau_dispnv50_wndwc37e.c | 152 (asyw->state.src_w >> 16));
|
nouveau_dispnv50_wndw.c | 286 asyw->scale.sw = asyw->state.src_w >> 16;
|
/src/sys/arch/arm/sunxi/ |
sunxi_mixer.c | 1016 sunxi_mixer_vsu_init(struct sunxi_mixer_softc *sc, u_int src_w, u_int src_h, 1019 const u_int hstep = (src_w << 16) / crtc_w; 1025 const u_int src_cw = src_w / hsub; 1029 VSU_WRITE(sc, VS_Y_SIZE_REG, ((src_h - 1) << 16) | (src_w - 1)); 1086 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, 1097 const uint32_t input_size = (((src_h >> 16) - 1) << 16) | ((src_w >> 16) - 1); 1136 sunxi_mixer_vsu_init(sc, src_w >> 16, src_h >> 16, crtc_w, crtc_h, fb->format);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 293 __u32 src_w; member in struct:drm_mode_set_plane
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 400 int src_w; member in struct:intel_fbc::intel_fbc_state_cache::__anon6c72b20e0608
|
intel_pm.c | 4129 u32 src_w, src_h, dst_w, dst_h; local in function:skl_plane_downscale_amount 4143 src_w = drm_rect_width(&plane_state->uapi.src) >> 16; 4148 fp_w_ratio = div_fixed16(src_w, dst_w);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 3067 scaling_info->src_rect.width = state->src_w >> 16; 5245 plane->state->src_w = new_state->src_w;
|