Searched defs:drm_mode_set_plane (Results 1 – 3 of 3) sorted by relevance
162 struct drm_mode_set_plane { struct163 __u32 plane_id;164 __u32 crtc_id;165 __u32 fb_id;166 __u32 flags;168 __s32 crtc_x;169 __s32 crtc_y;170 __u32 crtc_w;171 __u32 crtc_h;173 __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 …]
148 struct drm_mode_set_plane { struct149 __u32 plane_id;150 __u32 crtc_id;151 __u32 fb_id;152 __u32 flags;153 __s32 crtc_x;154 __s32 crtc_y;155 __u32 crtc_w;156 __u32 crtc_h;157 __u32 src_x;[all …]