Searched defs:drm_mode_set_plane (Results 1 – 6 of 6) sorted by relevance
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 …]
154 struct drm_mode_set_plane { struct155 __u32 plane_id;156 __u32 crtc_id;157 __u32 fb_id;158 __u32 flags;159 __s32 crtc_x;160 __s32 crtc_y;161 __u32 crtc_w;162 __u32 crtc_h;163 __u32 src_x;[all …]
235 struct drm_mode_set_plane { struct236 __u32 plane_id;237 __u32 crtc_id;238 __u32 fb_id; /* fb object contains surface format type */239 __u32 flags; /* see above flags */242 __s32 crtc_x;243 __s32 crtc_y;244 __u32 crtc_w;245 __u32 crtc_h;248 __u32 src_x;[all …]
138 struct drm_mode_set_plane { struct139 __u32 plane_id;140 __u32 crtc_id;141 __u32 fb_id;142 __u32 flags;143 __s32 crtc_x;144 __s32 crtc_y;145 __u32 crtc_w;146 __u32 crtc_h;147 __u32 src_x;[all …]