Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h277 struct drm_mode_set_plane { struct
278 __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 …]