Lines Matching defs:drm_intel_overlay_put_image
1856 struct drm_intel_overlay_put_image { struct
1858 __u32 flags;
1860 __u32 bo_handle;
1862 __u16 stride_Y; /* stride for packed formats */
1863 __u16 stride_UV;
1864 __u32 offset_Y; /* offset for packet formats */
1865 __u32 offset_U;
1866 __u32 offset_V;
1868 __u16 src_width;
1869 __u16 src_height;
1871 __u16 src_scan_width;
1872 __u16 src_scan_height;
1874 __u32 crtc_id;
1875 __u16 dst_x;
1876 __u16 dst_y;
1877 __u16 dst_width;
1878 __u16 dst_height;