Searched defs:drm_mode_set_plane (Results 1 – 6 of 6) sorted by relevance
237 struct drm_mode_set_plane { struct238 __u32 plane_id;239 __u32 crtc_id;240 __u32 fb_id; /* fb object contains surface format type */241 __u32 flags; /* see above flags */244 __s32 crtc_x;245 __s32 crtc_y;246 __u32 crtc_w;247 __u32 crtc_h;250 __u32 src_x;[all …]
140 struct drm_mode_set_plane { struct141 __u32 plane_id;142 __u32 crtc_id;143 __u32 fb_id;144 __u32 flags;145 __s32 crtc_x;146 __s32 crtc_y;147 __u32 crtc_w;148 __u32 crtc_h;149 __u32 src_x;[all …]
142 struct drm_mode_set_plane { struct143 __u32 plane_id;144 __u32 crtc_id;145 __u32 fb_id;146 __u32 flags;147 __s32 crtc_x;148 __s32 crtc_y;149 __u32 crtc_w;150 __u32 crtc_h;151 __u32 src_x;[all …]
277 struct drm_mode_set_plane { struct278 __u32 plane_id;279 __u32 crtc_id;280 __u32 fb_id; /* fb object contains surface format type */281 __u32 flags; /* see above flags */284 __s32 crtc_x;285 __s32 crtc_y;286 __u32 crtc_w;287 __u32 crtc_h;290 __u32 src_x;[all …]