Lines Matching defs:drm_intel_overlay_put_image
813 struct drm_intel_overlay_put_image { struct
815 __u32 flags;
817 __u32 bo_handle;
819 __u16 stride_Y; /* stride for packed formats */
820 __u16 stride_UV;
821 __u32 offset_Y; /* offset for packet formats */
822 __u32 offset_U;
823 __u32 offset_V;
825 __u16 src_width;
826 __u16 src_height;
828 __u16 src_scan_width;
829 __u16 src_scan_height;
831 __u32 crtc_id;
832 __u16 dst_x;
833 __u16 dst_y;
834 __u16 dst_width;
835 __u16 dst_height;