Lines Matching defs:drm_intel_overlay_put_image
1850 struct drm_intel_overlay_put_image { struct
1852 __u32 flags;
1854 __u32 bo_handle;
1856 __u16 stride_Y; /* stride for packed formats */
1857 __u16 stride_UV;
1858 __u32 offset_Y; /* offset for packet formats */
1859 __u32 offset_U;
1860 __u32 offset_V;
1862 __u16 src_width;
1863 __u16 src_height;
1865 __u16 src_scan_width;
1866 __u16 src_scan_height;
1868 __u32 crtc_id;
1869 __u16 dst_x;
1870 __u16 dst_y;
1871 __u16 dst_width;
1872 __u16 dst_height;