Lines Matching defs:drm_mode_set_plane
296 struct drm_mode_set_plane { struct
297 __u32 plane_id;
298 __u32 crtc_id;
299 __u32 fb_id; /* fb object contains surface format type */
300 __u32 flags; /* see above flags */
303 __s32 crtc_x;
304 __s32 crtc_y;
305 __u32 crtc_w;
306 __u32 crtc_h;
309 __u32 src_x;
310 __u32 src_y;
311 __u32 src_h;
312 __u32 src_w;