/src/sys/external/bsd/drm2/dist/drm/ |
drm_plane_helper.c | 120 .src_x = src->x1, 156 uint32_t src_x, uint32_t src_y, 164 .x = src_x >> 16, 168 .x1 = src_x, 170 .x2 = src_x + src_w,
|
drm_plane.c | 606 uint32_t src_x, uint32_t src_y, 640 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, fb); 684 uint32_t src_x, uint32_t src_y, 707 src_x, src_y, src_w, src_h); 714 src_x, src_y, src_w, src_h, ctx); 736 uint32_t src_x, uint32_t src_y, 757 src_x, src_y, src_w, src_h); 763 src_x, src_y, src_w, src_h, ctx); 772 uint32_t src_x, uint32_t src_y, 784 src_x, src_y, src_w, src_h, &ctx) [all...] |
drm_framebuffer.c | 81 int drm_framebuffer_check_src_coords(uint32_t src_x, uint32_t src_y, 92 src_x > fb_width - src_w || 99 src_x >> 16, ((src_x & 0xffff) * 15625) >> 10,
|
drm_atomic.c | 613 new_plane_state->src_x > fb_width - new_plane_state->src_w || 623 new_plane_state->src_x >> 16, 624 ((new_plane_state->src_x & 0xffff) * 15625) >> 10, 1286 plane_state->src_x = 0; 1420 primary_state->src_x = set->x << 16;
|
drm_crtc_internal.h | 199 int drm_framebuffer_check_src_coords(uint32_t src_x, uint32_t src_y,
|
drm_atomic_helper.c | 1163 crtc->x = new_plane_state->src_x >> 16; 1767 WARN_ON_ONCE(plane->state->src_x != plane_state->src_x); 2859 * @src_x: x offset of @fb for panning 2875 uint32_t src_x, uint32_t src_y, 2902 plane_state->src_x = src_x;
|
drm_crtc.c | 392 crtc_resp->x = plane->state->src_x >> 16;
|
drm_atomic_uapi.c | 559 state->src_x = val; 627 *val = state->src_x;
|
/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 105 * @src_x: left position of visible portion of plane within plane (in 108 uint32_t src_x; member in struct:drm_plane_state 235 .x1 = state->src_x, 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 289 uint32_t src_x, uint32_t src_y,
|
drm_atomic_helper.h | 117 uint32_t src_x, uint32_t src_y,
|
/src/sys/external/bsd/drm/dist/shared-core/ |
r600_blit.c | 1732 int src_x = src_gpu_addr & 255; local in function:r600_blit_copy 1738 if (!src_x && !dst_x) { 1751 if (cur_size > (max_bytes - src_x)) 1752 cur_size = (max_bytes - src_x); 1768 vb[2] = i2f(src_x); 1773 vb[6] = i2f(src_x); 1778 vb[10] = i2f(src_x + cur_size); 1783 src_x + cur_size, h, src_x + cur_size, 1787 R600_TC_ACTION_ENA, (src_x + cur_size * h), src_gpu_addr) 1822 int src_x = (src_gpu_addr & 255); local in function:r600_blit_copy [all...] |
/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, 108 if (src_x != 0 || src_y != 0) { 110 src_x, src_y); 121 uint32_t src_x, uint32_t src_y, 140 src_x >>= 16; 161 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); 370 uint32_t src_x, uint32_t src_y, 384 src_x >>= 16; 389 ret = verify_scaling(fb, 0, src_x, src_y, src_w, src_h, crtc_w, crtc_h);
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_plane.c | 171 plane->state->src_x != old_state->src_x || 179 plane->state->src_x >> 16, 185 plane->state->src_x >> 16,
|
/src/sys/arch/amiga/dev/ |
grfioctl.h | 215 u_short src_x, src_y; /* upper left corner of source-region */ member in struct:grf_bitblt
|
grf_rh.c | 332 8 * (gbb->src_x + gbb->src_y * md->TX); 334 if (gbb->dst_x > gbb->src_x) { 410 8 * 2 * (gbb->src_x + gbb->src_y * md->TX); 412 if (gbb->dst_x > gbb->src_x) { 491 8 * 3 * (gbb->src_x + gbb->src_y * md->TX); 493 if (gbb->dst_x > gbb->src_x ) {
|
/src/sys/arch/atari/dev/ |
grfioctl.h | 211 u_short src_x, src_y; /* upper left corner of source-region */ member in struct:grf_bitblt
|
/src/sys/arch/evbppc/explora/dev/ |
fb_elb.c | 541 s3_copy(struct fb_dev *fb, int src_x, int src_y, int dest_x, int dest_y, 548 if (src_x > dest_x) 551 src_x += width-1; 567 bus_space_write_2(iot, ioh, S3_CUR_X, src_x);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_kms.h | 102 * coordinates which is crtc/DU and @src_x, @src_y is damage clip src in 110 struct drm_rect *clip, uint32_t src_x, uint32_t src_y); 575 int translate_crtc_x = -((state->src_x >> 16) - state->crtc_x);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_wndwc57e.c | 58 (asyw->state.src_x >> 16));
|
nouveau_dispnv50_wndwc37e.c | 149 (asyw->state.src_x >> 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 270 src_x = src->x1 >> 16; 275 drm_rect_init(src, src_x << 16, src_y << 16, 289 if (src_x % hsub || src_w % hsub) { 291 src_x, src_w, hsub, rotated ? "rotated " : ""); 1872 int src_x, src_w, src_h, crtc_w, crtc_h; local in function:g4x_sprite_check_scaling 1883 src_x = src->x1 >> 16; 1902 width_bytes = ((src_x * cpp) & 63) + src_w * cpp;
|
intel_display.c | 3142 unsigned int src_x, src_y; local in function:intel_plane_remap_gtt 3150 src_x = plane_state->uapi.src.x1 >> 16; 3159 -(src_x << 16), -(src_y << 16)); 3179 x = src_x / hsub; 3628 plane_state->src_x = 0; 3949 int src_x = plane_state->uapi.src.x1 >> 16; local in function:skl_check_ccs_aux_surface 3968 x = src_x / hsub; 3979 src_x % hsub) / 4208 int src_x, src_y, src_w; local in function:i9xx_check_plane_surface 4220 src_x = plane_state->uapi.src.x1 >> 16 11145 int src_x, src_y; local in function:intel_cursor_check_surface [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_mixer.c | 1086 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, 1098 const uint32_t input_pos = ((src_y >> 16) << 16) | (src_x >> 16); 1110 (src_x >> 16) * fb->format->cpp[0] + 1113 (src_x >> 16) * fb->format->cpp[2] + 1116 (src_x >> 16) * fb->format->cpp[1] +
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 290 __u32 src_x; member in struct:drm_mode_set_plane
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_mode.c | 297 plane->state->src_x >> 16, 338 old_state->src_x >> 16,
|