Lines Matching defs:drm_intel_overlay_put_image
1487 struct drm_intel_overlay_put_image { struct
1489 __u32 flags;
1491 __u32 bo_handle;
1493 __u16 stride_Y; /* stride for packed formats */
1494 __u16 stride_UV;
1495 __u32 offset_Y; /* offset for packet formats */
1496 __u32 offset_U;
1497 __u32 offset_V;
1499 __u16 src_width;
1500 __u16 src_height;
1502 __u16 src_scan_width;
1503 __u16 src_scan_height;
1505 __u32 crtc_id;
1506 __u16 dst_x;
1507 __u16 dst_y;
1508 __u16 dst_width;
1509 __u16 dst_height;