| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000605-1.c | 6 int src_y; member 28 info->src_y += (int) error; in render_image_rgb_a() 34 return info->src_y; in render_image_rgb_a() 42 info.src_y = 0; in main()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_plane_helper.c | 111 .src_y = src->y1, in drm_plane_helper_check_update() 168 uint32_t src_x, uint32_t src_y, in drm_plane_helper_update_primary() argument 177 .y = src_y >> 16, in drm_plane_helper_update_primary() 181 .y1 = src_y, in drm_plane_helper_update_primary() 183 .y2 = src_y + src_h, in drm_plane_helper_update_primary()
|
| H A D | drm_plane.c | 795 uint32_t src_x, uint32_t src_y, in __setplane_check() argument 825 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, fb); in __setplane_check() 869 uint32_t src_x, uint32_t src_y, in __setplane_internal() argument 892 src_x, src_y, src_w, src_h); in __setplane_internal() 899 src_x, src_y, src_w, src_h, ctx); in __setplane_internal() 921 uint32_t src_x, uint32_t src_y, in __setplane_atomic() argument 942 src_x, src_y, src_w, src_h); in __setplane_atomic() 948 src_x, src_y, src_w, src_h, ctx); in __setplane_atomic() 957 uint32_t src_x, uint32_t src_y, in setplane_internal() argument 969 src_x, src_y, src_w, src_h, &ctx); in setplane_internal() [all …]
|
| H A D | drm_framebuffer.c | 76 int drm_framebuffer_check_src_coords(uint32_t src_x, uint32_t src_y, in drm_framebuffer_check_src_coords() argument 89 src_y > fb_height - src_h) { in drm_framebuffer_check_src_coords() 95 src_y >> 16, ((src_y & 0xffff) * 15625) >> 10, in drm_framebuffer_check_src_coords()
|
| H A D | drm_atomic.c | 668 new_plane_state->src_y > fb_height - new_plane_state->src_h) { in drm_atomic_plane_check() 679 new_plane_state->src_y >> 16, in drm_atomic_plane_check() 680 ((new_plane_state->src_y & 0xffff) * 15625) >> 10, in drm_atomic_plane_check() 1581 plane_state->src_y = 0; in __drm_atomic_helper_disable_plane() 1715 primary_state->src_y = set->y << 16; in __drm_atomic_helper_set_config()
|
| H A D | drm_atomic_helper.c | 1315 crtc->y = new_plane_state->src_y >> 16; in drm_atomic_helper_update_legacy_modeset_state() 1980 WARN_ON_ONCE(plane->state->src_y != plane_state->src_y); in drm_atomic_helper_async_commit() 3155 uint32_t src_x, uint32_t src_y, in drm_atomic_helper_update_plane() argument 3183 plane_state->src_y = src_y; in drm_atomic_helper_update_plane()
|
| H A D | drm_crtc_internal.h | 205 int drm_framebuffer_check_src_coords(uint32_t src_x, uint32_t src_y,
|
| H A D | drm_atomic_uapi.c | 561 state->src_y = val; in drm_atomic_plane_set_property() 633 *val = state->src_y; in drm_atomic_plane_get_property()
|
| H A D | drm_crtc.c | 567 crtc_resp->y = plane->state->src_y >> 16; in drm_mode_getcrtc()
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_cursor.c | 84 int src_x, src_y; in intel_cursor_check_surface() local 96 src_y = plane_state->uapi.src.y1 >> 16; in intel_cursor_check_surface() 98 intel_add_fb_offsets(&src_x, &src_y, plane_state, 0); in intel_cursor_check_surface() 99 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in intel_cursor_check_surface() 102 if (src_x != 0 || src_y != 0) { in intel_cursor_check_surface() 113 src_x << 16, src_y << 16); in intel_cursor_check_surface() 126 plane_state->view.color_plane[0].y = src_y; in intel_cursor_check_surface() 612 u32 src_x, u32 src_y, in intel_legacy_cursor_update() argument 676 new_plane_state->uapi.src_y = src_y; in intel_legacy_cursor_update() 747 src_x, src_y, src_w, src_h, ctx); in intel_legacy_cursor_update()
|
| H A D | i9xx_plane.c | 229 int src_x, src_y, src_w; in i9xx_check_plane_surface() local 242 src_y = plane_state->uapi.src.y1 >> 16; in i9xx_check_plane_surface() 248 intel_add_fb_offsets(&src_x, &src_y, plane_state, 0); in i9xx_check_plane_surface() 251 offset = intel_plane_compute_aligned_offset(&src_x, &src_y, in i9xx_check_plane_surface() 278 offset = intel_plane_adjust_aligned_offset(&src_x, &src_y, plane_state, 0, in i9xx_check_plane_surface() 288 src_x << 16, src_y << 16); in i9xx_check_plane_surface() 298 src_y += src_h - 1; in i9xx_check_plane_surface() 305 drm_WARN_ON(&dev_priv->drm, src_x > 8191 || src_y > 4095); in i9xx_check_plane_surface() 308 drm_WARN_ON(&dev_priv->drm, src_x > 4095 || src_y > 4095); in i9xx_check_plane_surface() 313 plane_state->view.color_plane[0].y = src_y; in i9xx_check_plane_surface() [all...] |
| H A D | intel_atomic_plane.c | 954 u32 src_x, src_y, src_w, src_h, hsub, vsub; in intel_plane_check_src_coordinates() local 975 src_y = src->y1 >> 16; in intel_plane_check_src_coordinates() 978 drm_rect_init(src, src_x << 16, src_y << 16, in intel_plane_check_src_coordinates() 998 if (src_y % vsub || src_h % vsub) { in intel_plane_check_src_coordinates() 1000 src_y, src_h, vsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
|
| H A D | intel_plane_initial.c | 375 plane_state->uapi.src_y = 0;
|
| H A D | intel_fb.c | 1687 unsigned int src_x, src_y; in intel_plane_remap_gtt() local 1696 src_y = plane_state->uapi.src.y1 >> 16; in intel_plane_remap_gtt() 1704 -(src_x << 16), -(src_y << 16)); in intel_plane_remap_gtt() 1721 y = src_y / vsub; in intel_plane_remap_gtt()
|
| H A D | skl_universal_plane.c | 1768 int src_y = plane_state->uapi.src.y1 >> 16; in skl_check_ccs_aux_surface() local 1787 y = src_y / vsub; in skl_check_ccs_aux_surface() 1797 plane_state->view.color_plane[ccs_plane].y = (y * vsub + src_y % vsub) / main_vsub; in skl_check_ccs_aux_surface()
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_plane.h | 114 uint32_t src_y; member 257 .y1 = state->src_y, in drm_plane_state_src() 259 .y2 = state->src_y + state->src_h, in drm_plane_state_src() 310 uint32_t src_x, uint32_t src_y,
|
| H A D | drm_plane_helper.h | 39 uint32_t src_x, uint32_t src_y,
|
| H A D | drm_atomic_helper.h | 133 uint32_t src_x, uint32_t src_y,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_trace.h | 243 __field(uint32_t, src_y) 272 __entry->src_y = state->src_y >> 16; 301 __entry->src_x, __entry->src_y, __entry->src_w, __entry->src_h, 400 __field(int, src_y) 432 __entry->src_y = plane_state->src_rect.y; 466 __entry->src_y,
|
| H A D | amdgpu_dm_plane.c | 1062 scaling_info->src_rect.y = state->src_y >> 16; in amdgpu_dm_plane_fill_dc_scaling_info() 1066 * src_y coordinate into an NV12 buffer can cause a in amdgpu_dm_plane_fill_dc_scaling_info() 1069 * let's reject both non-zero src_x and src_y. in amdgpu_dm_plane_fill_dc_scaling_info() 1072 * scenario with non-zero src_x and src_y for NV12, which in amdgpu_dm_plane_fill_dc_scaling_info() 1313 plane->state->src_y = new_state->src_y; in dm_plane_atomic_async_update()
|
| H A D | amdgpu_dm.c | 9771 if (new_plane_state->src_x != 0 || new_plane_state->src_y != 0) { in dm_update_plane_state()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | udl.c | 2213 udl_fb_block_copy(struct udl_softc *sc, uint32_t src_x, uint32_t src_y, in udl_fb_line_copy() 2219 r = udl_fb_line_copy(sc, src_x, src_y + i, dst_x, dst_y + i, in udl_fb_line_copy() 2230 udl_fb_line_copy(struct udl_softc *sc, uint32_t src_x, uint32_t src_y, in udl_fb_line_copy() 2236 src_off = (src_y * sc->sc_width) + src_x; in udl_fb_line_copy() 2425 udl_fb_block_copy_comp(struct udl_softc *sc, uint32_t src_x, uint32_t src_y, in udl_fb_line_copy_comp() 2431 r = udl_fb_line_copy_comp(sc, src_x, src_y + i, in udl_fb_line_copy_comp() 2441 udl_fb_line_copy_comp(struct udl_softc *sc, uint32_t src_x, uint32_t src_y, in udl_fb_line_copy_comp() 2447 src_off = (src_y * sc->sc_width) + src_x; in udl_fb_line_copy_comp() 2195 udl_fb_block_copy(struct udl_softc * sc,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t width,uint32_t height) udl_fb_block_copy() argument 2212 udl_fb_line_copy(struct udl_softc * sc,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t width) udl_fb_line_copy() argument 2407 udl_fb_block_copy_comp(struct udl_softc * sc,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t width,uint32_t height) udl_fb_block_copy_comp() argument 2423 udl_fb_line_copy_comp(struct udl_softc * sc,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t width) udl_fb_line_copy_comp() argument
|
| /openbsd-src/sys/dev/pci/drm/include/uapi/drm/ |
| H A D | drm_mode.h | 310 __u32 src_y; member
|