Searched defs:drm_mode_fb_cmd2 (Results 1 – 4 of 4) sorted by relevance
494 struct drm_mode_fb_cmd2 { struct495 __u32 fb_id;496 __u32 width;497 __u32 height;498 __u32 pixel_format; /* fourcc code from drm_fourcc.h */499 __u32 flags; /* see above flags */525 __u32 handles[4];526 __u32 pitches[4]; /* pitch for each plane */527 __u32 offsets[4]; /* offset of each plane */528 __u64 modifier[4]; /* ie, tiling, compress */
580 struct drm_mode_fb_cmd2 { struct581 __u32 fb_id;582 __u32 width;583 __u32 height;584 __u32 pixel_format; /* fourcc code from drm_fourcc.h */585 __u32 flags; /* see above flags */611 __u32 handles[4];612 __u32 pitches[4]; /* pitch for each plane */613 __u32 offsets[4]; /* offset of each plane */614 __u64 modifier[4]; /* ie, tiling, compress */
480 struct drm_mode_fb_cmd2 { struct481 __u32 fb_id;482 __u32 width;483 __u32 height;484 __u32 pixel_format; /* fourcc code from drm_fourcc.h */485 __u32 flags; /* see above flags */511 __u32 handles[4];512 __u32 pitches[4]; /* pitch for each plane */513 __u32 offsets[4]; /* offset of each plane */514 __u64 modifier[4]; /* ie, tiling, compress */