Searched defs:drm_mode_set_plane (Results 1 – 2 of 2) sorted by relevance
296 struct drm_mode_set_plane { struct297 __u32 plane_id;298 __u32 crtc_id;299 __u32 fb_id; /* fb object contains surface format type */300 __u32 flags; /* see above flags */303 __s32 crtc_x;304 __s32 crtc_y;305 __u32 crtc_w;306 __u32 crtc_h;309 __u32 src_x;[all …]