Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_overlay.c516 short dst_x; member
842 iowrite32((params->dst_y << 16) | params->dst_x, &regs->DWINPOS); in intel_overlay_do_put_image()
970 if (rec->dst_x < pipe_config->pipe_src_w && in check_overlay_dst()
971 rec->dst_x + rec->dst_width <= pipe_config->pipe_src_w && in check_overlay_dst()
1200 params->dst_x = put_image_rec->dst_x; in intel_overlay_put_image_ioctl()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Di915_drm.h1239 __u16 dst_x; member