Searched defs:drm_mode_set_plane (Results 1 – 6 of 6) sorted by relevance
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 …]
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 …]
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 …]
72709 struct drm_mode_set_plane { struct72710 __u32 plane_id;72711 __u32 crtc_id;72712 __u32 fb_id;72713 __u32 flags;72714 __s32 crtc_x;72715 __s32 crtc_y;72716 __u32 crtc_w;72717 __u32 crtc_h;72718 __u32 src_x;[all …]