Lines Matching defs:drm_mode_set_plane
266 struct drm_mode_set_plane { struct
267 __u32 plane_id;
268 __u32 crtc_id;
269 __u32 fb_id; /* fb object contains surface format type */
270 __u32 flags; /* see above flags */
273 __s32 crtc_x;
274 __s32 crtc_y;
275 __u32 crtc_w;
276 __u32 crtc_h;
279 __u32 src_x;
280 __u32 src_y;
281 __u32 src_h;
282 __u32 src_w;