Searched defs:drm_mode_set_plane (Results 1 – 1 of 1) 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 …]