Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h491 struct drm_mode_fb_cmd2 { struct
492 __u32 fb_id;
493 __u32 width;
494 __u32 height;
495 __u32 pixel_format; /* fourcc code from drm_fourcc.h */
496 __u32 flags; /* see above flags */
522 __u32 handles[4];
523 __u32 pitches[4]; /* pitch for each plane */
524 __u32 offsets[4]; /* offset of each plane */
525 __u64 modifier[4]; /* ie, tiling, compress */