Lines Matching defs:drm_mode_set_plane
275 struct drm_mode_set_plane { struct
276 __u32 plane_id;
277 __u32 crtc_id;
278 __u32 fb_id; /* fb object contains surface format type */
279 __u32 flags; /* see above flags */
282 __s32 crtc_x;
283 __s32 crtc_y;
284 __u32 crtc_w;
285 __u32 crtc_h;
288 __u32 src_x;
289 __u32 src_y;
290 __u32 src_h;
291 __u32 src_w;