Searched defs:drm_mode_set_plane (Results 1 – 3 of 3) sorted by relevance
231 struct drm_mode_set_plane { struct232 __u32 plane_id;233 __u32 crtc_id;234 __u32 fb_id; /* fb object contains surface format type */235 __u32 flags; /* see above flags */238 __s32 crtc_x;239 __s32 crtc_y;240 __u32 crtc_w;241 __u32 crtc_h;244 __u32 src_x;[all …]
248 struct drm_mode_set_plane { struct249 __u32 plane_id;250 __u32 crtc_id;251 __u32 fb_id; /* fb object contains surface format type */252 __u32 flags; /* see above flags */255 __s32 crtc_x;256 __s32 crtc_y;257 __u32 crtc_w;258 __u32 crtc_h;261 __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 …]