Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h495 struct drm_mode_fb_cmd2 { struct
496 __u32 fb_id;
497 __u32 width;
498 __u32 height;
499 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
500 __u32 flags; /* see above flags */
526 __u32 handles[4];
527 __u32 pitches[4]; /* pitch for each plane */
528 __u32 offsets[4]; /* offset of each plane */
529 __u64 modifier[4]; /* ie, tiling, compress */