Searched defs:drm_mode_set_plane (Results 1 – 9 of 9) sorted by relevance
146 struct drm_mode_set_plane { struct147 __u32 plane_id;148 __u32 crtc_id;149 __u32 fb_id; /* fb object contains surface format type */150 __u32 flags;153 __s32 crtc_x, crtc_y;154 __u32 crtc_w, crtc_h;157 __u32 src_x, src_y;158 __u32 src_h, src_w;
267 struct drm_mode_set_plane { struct268 __u32 plane_id;269 __u32 crtc_id;270 __u32 fb_id; /* fb object contains surface format type */271 __u32 flags; /* see above flags */274 __s32 crtc_x;275 __s32 crtc_y;276 __u32 crtc_w;277 __u32 crtc_h;280 __u32 src_x;[all …]
275 struct drm_mode_set_plane { struct276 __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;[all …]
266 struct drm_mode_set_plane { struct267 __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;[all …]
296 struct drm_mode_set_plane { struct297 __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;[all …]