Lines Matching defs:drm_mode_set_plane
160 struct drm_mode_set_plane { struct
161 __u32 plane_id;
162 __u32 crtc_id;
163 __u32 fb_id; /* fb object contains surface format type */
164 __u32 flags; /* see above flags */
167 __s32 crtc_x;
168 __s32 crtc_y;
169 __u32 crtc_w;
170 __u32 crtc_h;
173 __u32 src_x;
174 __u32 src_y;
175 __u32 src_h;
176 __u32 src_w;