Home
last modified time | relevance | path

Searched defs:drm_mode_set_plane (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h283 struct drm_mode_set_plane { struct
284 __u32 plane_id;
285 __u32 crtc_id;
286 __u32 fb_id; /* fb object contains surface format type */
287 __u32 flags; /* see above flags */
290 __s32 crtc_x;
291 __s32 crtc_y;
292 __u32 crtc_w;
293 __u32 crtc_h;
296 __u32 src_x;
[all …]